Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 25 of 550) sorted by path

12345678910>>...22

/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th88 ." BE" dup 2 - spaces ." Type Device" cr
103 value_buffer strget type cr
184 ." Current boot device: " s" currdev" getenv type cr
267 ." Usage:" cr
268 ." beadm activate {beName [device] | device}" cr
269 ." beadm list [device]" cr
270 ." Use lsdev to get device names." cr
286 ." too many arguments" cr abort
290 drop ." missing bName" cr abort
321 ." too many arguments" cr abort
[all …]
H A Dbeastie.4th105 ." Loading Menu (Ctrl-C to Abort)" cr
H A Ddelay.4th108 cr
H A Defi.4th29 .( EFI boot environment) cr
H A Dloader.4th45 cr
524 ." Loading Kernel and Modules (Ctrl-C to Abort)" cr
576 module.flag @ if ." will be loaded" else ." will not be loaded" then cr
610 : .? 2 spaces 2swap 15 #type 2 spaces type cr ;
H A Dmenu-commands.4th91 ." NoInstall/Recovery mode boot. login/pw: root/root" cr
256 cr
257 ." To get back to the menu, type `menu' and press ENTER" cr
258 ." or type `boot' and press ENTER to start illumos." cr
259 cr
324 dup s" unknown state: " type . cr
520 ." Activating " s" currdev" getenv type cr
H A Dmenu.4th242 over 13 = or ( c bool -- c bool ) \ [cr] carriage return
H A Dpcibios.4th36 0= if ." Need an argument" cr abort then
41 0= if ." Bad pci-id given (must be legal hex value)" cr abort then
42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
H A Dpnp.4th66 ." Probing " dup @ pnph.name @ dup strlen type ." ..." cr
73 ." PNP scan summary:" cr
83 cr
114 then cr
183 ." Error loading " filename dup strlen type cr
H A Dsupport.4th367 13 constant <cr>
1057 : print_line line_buffer strtype cr ;
1060 line_buffer strtype cr
1068 ." ^" cr
1087 ESYNTAX = if cr print_syntax_error then
1104 type ." was not found" cr r>
1109 2swap type type cr
1124 cr
1586 cr
1599 cr
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dvirtio.c537 struct config_reg *cr; in vi_find_cr() local
543 cr = &config_regs[mid]; in vi_find_cr()
545 return (cr); in vi_find_cr()
565 struct config_reg *cr; in vi_pci_read() local
613 cr = vi_find_cr(offset); in vi_pci_read()
614 if (cr == NULL || cr->cr_size != size) { in vi_pci_read()
615 if (cr != NULL) { in vi_pci_read()
686 struct config_reg *cr; in vi_pci_write() local
733 if (cr == NULL || cr->cr_size != size || cr->cr_ro) { in vi_pci_write()
734 if (cr != NULL) { in vi_pci_write()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dgetprm.c191 wchar_t *cl, *cr, *n; local
233 if (cl != (cr = wcsrchr(n, (wchar_t)'!'))) {
235 wcsncpy(tmpbuf, cl+1, cr-cl-1);
236 tmpbuf[cr-cl-1] = '\0';
240 cr = cl;
243 (void) wcstombs(file, cr+1, MAXFULLNAME);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c269 char *cr; variable
357 cr = (gttybuf.sg_flags&CRMOD) && !(gttybuf.sg_flags&RAW) ? "" : "\r"; in notify()
359 cr, name, sizeof (hostname), hostname, cr); in notify()
360 fprintf(tp, "----%s\n", cr); in notify()
429 fprintf(tp, "...more...%s\n", cr); in jkfprintf()
456 fprintf(tp, "%s%s\n", line, cr); in jkfprintf()
459 fprintf(tp, "----%s\n", cr); in jkfprintf()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Dascii2 |010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si |
20 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si |
H A Diso2 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si |
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard671 CR=`${TPUT} cr`
H A Dtsol_standard687 CR=`${TPUT} cr`
H A Dtsol_standard_foomatic714 CR=`${TPUT} cr`
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5168 prcred_t cr, *crp; in pt_xd_cred() local
5171 if (t->t_pshandle != NULL && Pcred(t->t_pshandle, &cr, 1) == 0) { in pt_xd_cred()
5172 cbytes = (cr.pr_ngroups <= 1) ? sizeof (prcred_t) : in pt_xd_cred()
5173 (sizeof (prcred_t) + (cr.pr_ngroups - 1) * sizeof (gid_t)); in pt_xd_cred()
5184 if (Pcred(t->t_pshandle, crp, cr.pr_ngroups) == -1) in pt_xd_cred()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c34 cred_t *cr; in cmd_cred() local
46 cr = mdb_alloc(sizeof (*cr), UM_SLEEP | UM_GC); in cmd_cred()
47 if (mdb_vread(cr, sizeof (*cr), addr) == -1) { in cmd_cred()
52 if (cr->cr_grps == NULL) { in cmd_cred()
56 (uintptr_t)cr->cr_grps) == -1) { in cmd_cred()
58 cr->cr_grps); in cmd_cred()
71 if (cr->cr_grps == NULL) { in cmd_cred()
81 if (cr->cr_ksid == NULL) { in cmd_cred()
97 cr->cr_uid, cr->cr_gid, in cmd_cred()
98 cr->cr_ruid, cr->cr_rgid, in cmd_cred()
[all …]
H A Dgcore.c1478 ii->val = CR_FLAGS(cr); in gcore_priv_getinfo()
1604 cred_t cr; in Pcred_gcore() local
1608 if (mdb_vread(&cr, sizeof (cr), p->p_cred) != sizeof (cr)) { in Pcred_gcore()
1620 if (cr.cr_grps == 0) { in Pcred_gcore()
1645 cred_t cr; in Ppriv_gcore() local
1658 if (mdb_vread(&cr, sizeof (cr), p->p_cred) != sizeof (cr)) { in Ppriv_gcore()
1760 cred_t cr; in Ppsinfo_gcore() local
1789 if (mdb_vread(&cr, sizeof (cr), p->p_cred) != sizeof (cr)) { in Ppsinfo_gcore()
1794 psp->pr_uid = cr.cr_ruid; in Ppsinfo_gcore()
1795 psp->pr_euid = cr.cr_uid; in Ppsinfo_gcore()
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A DMakefile72 ARFLAGS= cr
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com104 ARFLAGS= cr
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1150 Copy_rel cr; in reloc_exec() local
1250 cr.c_sdp = _sdp; in reloc_exec()
1251 cr.c_val = stval; in reloc_exec()
1252 if (alist_append(&ofl->ofl_copyrels, &cr, sizeof (Copy_rel), in reloc_exec()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c348 int cr; local
353 if (!(cr = dirt(c, cc))) {
382 cc += cr;

12345678910>>...22