/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | cmdline.c | 53 print_cmdline_message (int forever) in print_cmdline_message() argument 58 (forever ? "" : " ESC at any time exits.")); in print_cmdline_message() 123 enter_cmdline (char *heap, int forever) in enter_cmdline() argument 133 print_cmdline_message (forever); in enter_cmdline()
|
H A D | shared.h | 948 void print_cmdline_message (int forever); 949 void enter_cmdline (char *heap, int forever);
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | common.c | 63 sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever, in sleep_until() argument 74 if (forever || *caught_cont) { in sleep_until()
|
H A D | statcommon.h | 321 void sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever,
|
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 69 int forever = 0; in main() local 179 forever = 1; in main() 187 while (forever || --iter > 0) { in main() 191 sleep_until(&start_n, period_n, forever, &caught_cont); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | talk.h | 54 #define forever for(;;) macro
|
H A D | io.c | 80 forever { in talk()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.timeout.zcp | 16 -- This program runs forever (until timed out).
|
/illumos-gate/usr/src/boot/forth/ |
H A D | check-password.4th | 44 \ This function blocks program flow (loops forever) until a key is pressed. 54 begin \ Loop forever 101 begin \ Loop forever
|
H A D | delay.4th | 96 \ if the time duration is set to zero, loop forever
|
H A D | menu.4th | 577 \ This function blocks program flow (loops forever) until a key is pressed. 586 begin \ loop forever 999 begin \ Loop forever
|
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 801 int forever; /* Run forever */ in main() local 897 forever = count == MAXLONG; in main() 993 while (forever || i++ <= count) { in main() 1004 sleep_until(&start_n, period_n, forever, &caught_cont); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 220 int forever = 0; /* Never give up on host. If 0 defer fork until */ variable 320 forever = 1; in main() 391 if (!(solicit && !forever)) { in main() 445 if (num_usable_interfaces == 0 && solicit && !forever) { in main() 533 if (!forever && nreceived == 0) in timer() 903 if (!forever) { in pr_pack() 906 forever = 1; in pr_pack()
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 207 int forever; in main() local 282 forever = (iter == 0); in main() 320 sleep_until(&start_n, period_n, forever, &caught_cont); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 1940 int timeout = LOADPROFILE_TIMEOUT, forever = 0, len = 0; in do_autoconf() local 1961 forever = 1; in do_autoconf() 1974 forever = 1; in do_autoconf() 1986 while ((forever == 1) || (timeout > 0)) { in do_autoconf() 1988 selected = select_profile(fd, 0, max(timeout, forever)); in do_autoconf() 2003 safe_snprintf(ld_argv[1], len + 1, forever == 1 ? in do_autoconf() 2167 int timeout = LOADPROFILE_TIMEOUT, forever = 0; in do_loadpf() local 2198 forever = 1; in do_loadpf() 2211 forever = 1; in do_loadpf() 2279 while ((forever == 1) || (timeout > 0)) { in do_loadpf()
|
/illumos-gate/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 417 ks_sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever, in ks_sleep_until() argument 428 if (forever || *caught_cont) { in ks_sleep_until()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 713 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, in sadb_destroyer() argument 741 if (forever) in sadb_destroyer() 745 if (forever) { in sadb_destroyer() 5897 sadb_destroy_acqlist(iacqf_t **listp, uint_t numentries, boolean_t forever, argument 5911 if (forever) 5915 if (forever) {
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | i86_subr.S | 641 hlt / Wait forever
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 206 typically has to remain in memory forever. The operating system should 1104 the user of the halt state and stops forever until you push the reset
|
H A D | multiboot.info | 169 typically has to remain in memory forever. The operating system should 1032 message to inform the user of the halt state and stops forever until
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | standard | 992 # forever waiting for the other end of the pipe to
|
H A D | tsol_standard | 1060 # forever waiting for the other end of the pipe to
|
H A D | tsol_standard_foomatic | 1089 # forever waiting for the other end of the pipe to
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.S | 626 ! won't ever re-enter the scheduler, and the interrupt will be forever
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 662 after one second. Turn it off and they will wait forever.
|