/titanic_50/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 421 unsigned long grab[20], i; local 425 &grab[0],&grab[1],&grab[2],&grab[3],&grab[4],&grab[5],&grab[6], 426 &grab[7],&grab[8],&grab[9],&grab[10],&grab[11], 427 &grab[12], &grab[13], &grab[14], &grab[15], 428 &grab[16], &grab[17], &grab[18], &grab[19]); 432 cb->c_iflag = grab[0]; 433 cb->c_oflag = grab[1]; 434 cb->c_cflag = grab[2]; 435 cb->c_lflag = grab[3]; 442 cb->c_cc[i] = (unsigned char) grab[i+4];
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 508 unsigned long grab[NUM_FIELDS]; local 529 &grab[0], &grab[1], &grab[2], &grab[3], &grab[4], &grab[5], 530 &grab[6], &grab[7], &grab[8], &grab[9], &grab[10], &grab[11], 531 &grab[12], &grab[13], &grab[14], &grab[15], &grab[16], &grab[17], 532 &grab[18], &grab[19], &grab[20], &grab[21]); 536 cb->c_iflag = grab[0]; 537 cb->c_oflag = grab[1]; 538 cb->c_cflag = grab[2]; 539 cb->c_lflag = grab[3]; 543 cb->c_cc[i] = (unsigned char) grab[i+NUM_MODES];
|
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.c | 43 #define grab(n) ((Section *)(nglobal \ macro 155 global = grab(maxglobal); in ps_include()
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | alloca.s | 31 popl %ecx / grab our return address
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 261 proc_set_t *grab = NULL; in main() local 446 grab = my_malloc(argc * sizeof (proc_set_t), in main() 449 pids(*argv++, grab); in main() 612 if (grabit(pri, &grab[i++])) { in main() 623 proc_set_t *set = &grab[i++]; in main() 650 free(grab); in main() 2232 pids(char *arg, proc_set_t *grab) in pids() argument 2245 if (grab[i].pid == pid) /* duplicate */ in pids() 2249 grab[ngrab].pid = pid; in pids() 2250 grab[ngrab].lwps = lwps; in pids()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | README.illumos | 19 you're wondering what to do. The first thing to do is to grab the latest
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 732 goto grab; in findread() 750 goto grab; in findread() 754 grab: in findread()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/ |
H A D | scr.ss | 221 INT PASS(NINT_RESEL), WHEN NOT MSG_IN ; Let UNIX driver grab it 232 INT PASS(NINT_RESEL), IF NOT 0x22 ; Let UNIX driver grab it 237 INT PASS(NINT_RESEL) ; Let UNIX driver grab it
|
/titanic_50/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.s | 514 casx [%o0], %o4, %o5 ! try to grab read lock 532 casx [%o0], %g0, %o5 ! try to grab write lock
|
/titanic_50/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_startup.s | 557 * into OBP (see the kaif_ktrap comment), but we want to grab it when
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_asm.s | 910 ldxa [%g0]ASI_AFSR, %i0 ! grab the old-afsr before tag read 920 ldxa [%g0]ASI_AFSR, %i0 ! grab the old-afsr before clearing
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 491 regex: use MBSIZE() instead of mbsize() to grab 1 char on err 1279 mnt: grab the mount options too
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 1253 filesystem code, it can use the blocklist notation to grab the
|
H A D | grub.info-3 | 984 should grab is:
|
H A D | grub.texi | 2742 filesystem code, it can use the blocklist notation to grab the first 3858 @value{VERSION}, so the file you should grab is:
|
H A D | grub.info | 2557 filesystem code, it can use the blocklist notation to grab the 3693 should grab is:
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 9980 grab
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 9978 grab
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 14007 When used without an input filename, this option will grab the
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 260 # please go to the terminfo resource page, grab the UFO file (ufo.ti), and
|
H A D | terminfo.src | 260 # please go to the terminfo resource page, grab the UFO file (ufo.ti), and
|