| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| cmdline.c | 53 print_cmdline_message (int forever) 58 (forever ? "" : " ESC at any time exits.")); 120 buffer. Return only if FOREVER is nonzero and get_cmdline returns 123 enter_cmdline (char *heap, int forever) 133 print_cmdline_message (forever);
|
| shared.h | 950 void print_cmdline_message (int forever); 951 void enter_cmdline (char *heap, int forever);
|
| /onnv/onnv-gate/usr/src/cmd/stat/common/ |
| common.c | 59 * forever - Running for infinite periods, so cadence not important 63 sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever, 74 if (forever || *caught_cont) {
|
| statcommon.h | 320 void sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever,
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| talk.h | 56 #define forever for(;;) macro
|
| io.c | 82 forever {
|
| /onnv/onnv-gate/usr/src/cmd/stat/vmstat/ |
| vmstat.c | 56 static void docachestats(kstat_ctl_t *kc, hrtime_t interval, int forever); 67 int forever = 0; local 182 forever = 1; 189 docachestats(kc, period_n, forever); 196 while (forever || --iter > 0) { 200 sleep_until(&start_n, period_n, forever, &caught_cont); 513 docachestats(kstat_ctl_t *kc, hrtime_t interval, int forever) 541 sleep_until(&start, interval, forever, &caught_cont);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| test_client.c | 220 forever: 346 goto forever; 379 goto forever; 453 goto forever; 690 (lease == -1) ? "Forever\n" : 805 goto forever; 830 goto forever; [all...] |
| /onnv/onnv-gate/usr/src/cmd/stat/fsstat/ |
| fsstat.c | 628 * virtually forever. 859 int forever; /* Run forever */ local 955 forever = count == MAXLONG; 1051 while (forever || i++ <= count) { 1062 sleep_until(&start_n, period_n, forever, &caught_cont);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
| in.rdisc.c | 222 int forever = 0; /* Never give up on host. If 0 defer fork until */ variable 322 forever = 1; 393 if (!(solicit && !forever)) { 444 * waiting for to return an exit code (i.e. forever isn't set) 447 if (num_usable_interfaces == 0 && solicit && !forever) { 535 if (!forever && nreceived == 0) 905 if (!forever) { 908 forever = 1; [all...] |
| /onnv/onnv-gate/usr/src/cmd/stat/iostat/ |
| iostat.c | 202 int forever; local 277 forever = (iter == 0); 315 sleep_until(&start_n, period_n, forever, &caught_cont); [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
| wificonfig.c | 1938 int timeout = LOADPROFILE_TIMEOUT, forever = 0, len = 0; local 2165 int timeout = LOADPROFILE_TIMEOUT, forever = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
| FirstTime.pm | 397 If you set this value to 0, these processes will wait forever. This is
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| sadb.c | 711 * Call me to free up a security association fanout. Use the forever 712 * variable to indicate freeing up the SAs (forever == B_FALSE, e.g. 713 * an SADB_FLUSH message), or destroying everything (forever == B_TRUE, 717 sadb_destroyer(isaf_t **tablep, uint_t numentries, boolean_t forever, 745 if (forever) 749 if (forever) { [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/ml/ |
| interrupt.s | 655 ! won't ever re-enter the scheduler, and the interrupt will be forever [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| i86_subr.s | 1389 hlt / Wait forever [all...] |