Searched refs:DELAY (Results 1 - 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsigchld.sh29 float DELAY=${1:-0.2}
34 float delay='$DELAY' d=0 s=0
62 (( foreground == FOREGROUND )) || err_exit "expected '$FOREGROUND foreground' -- got '$foreground' (DELAY=$DELAY)"
63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dbsd_usbloader_test.c55 DELAY(unsigned int delay) function
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c104 * DELAY should delay for the number of microseconds.
109 DELAY(int val) function
160 DELAY(delay);
176 DELAY(delay);
181 DELAY(delay);
289 DELAY(1000);
333 DELAY(100);
344 DELAY(100);
468 DELAY(1);
488 DELAY(100
[all...]
H A Dlib.h35 void DELAY(int);
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphyio.c56 DELAY(10);
86 DELAY(BBP_WRITE_DELAY); /* 1 microsecond */
94 DELAY(BBP_WRITE_DELAY); /* again */
137 DELAY(2); /* arbitrary delay */
169 for (i = rtw_macbangbits_timeout; --i >= 0; DELAY(1)) {
H A Dsmc93cx6.c79 DELAY(4); /* more than long enough */ \
H A Drtwphy.c303 DELAY(2200); /* 2.2 milliseconds */
339 DELAY(5); /* DCALIB after being in Tx mode for 5 microseconds */
348 DELAY(20); /* calibration takes at most 20 microseconds */
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h89 #define DELAY_US(x) DELAY(x)
90 #define DELAY_MS(x) DELAY(1000*(x))
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.c57 #define DELAY(x) delay(x) macro
85 DELAY(100);
106 DELAY(100);
112 DELAY(100);
123 DELAY(100);
149 DELAY(500);
227 DELAY(1000);
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h142 #define DELAY(n) usec_delay(n) macro
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_states.c113 DELAY(50);
160 DELAY(50);
242 DELAY(1);
H A Dmp_startup.c242 DELAY(1000);
619 DELAY(1);
641 DELAY(1);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsimmstat.c318 DELAY(simmstat_reg_read_delay_us);
H A Denviron.c376 DELAY(30);
/illumos-gate/usr/src/boot/sys/boot/usb/storage/
H A Dumass_loader.c208 DELAY(unsigned int usdelay) function
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c366 #define DELAY(N, D) R(SAFETY_FACTOR * ((N) / (double)(D))) macro
541 max_delay = DELAY(BUFSIZ, effective_rate);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c425 for (loops = 0; loops++ <= 500; DELAY(1000)) {
444 DELAY(10);
531 DELAY(4000);
1008 DELAY(100);
1123 DELAY(4000);
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c696 DELAY(5);
699 DELAY(5);
707 DELAY(2);
711 DELAY(2);
715 DELAY(2);
723 DELAY(2);
727 DELAY(2);
731 DELAY(1);
736 DELAY(2);
740 DELAY(
[all...]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c962 DELAY(500000);
1455 DELAY(1000);
1630 DELAY(10);
1984 DELAY(10);
2522 DELAY(1000);
2539 DELAY(1000);
2557 DELAY(1000);
2575 DELAY(1000);
4275 DELAY(1000);
4298 DELAY(500
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c291 DELAY(1);
297 DELAY(1);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1971 DELAY(1000);
2002 DELAY(2);
2029 DELAY(1);
2041 DELAY(1000);
2047 DELAY(1);
2064 DELAY(1);
2076 DELAY(1000);
2120 DELAY(1);
2210 DELAY(200);
2217 DELAY(20
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c1054 DELAY(500000);
1515 DELAY(1000);
1691 DELAY(10);
2077 DELAY(10);
2618 DELAY(1000);
2635 DELAY(1000);
2653 DELAY(1000);
2671 DELAY(1000);
2689 DELAY(1000);
4546 DELAY(100
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c71 DELAY(MICROSEC);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c262 DELAY(50);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h102 #define DELAY(delay) { \ macro

Completed in 120 milliseconds

123