Searched defs:DELAY (Results 1 - 8 of 8) sorted by relevance

/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/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/boot/sys/boot/usb/storage/
H A Dumass_loader.c208 DELAY(unsigned int usdelay) function
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h142 #define DELAY(n) usec_delay(n) macro
/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/cmd/fs.d/autofs/
H A Dautomount.h102 #define DELAY(delay) { \ macro
/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...]
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h301 #define DELAY(n) drv_usecwait(n) macro

Completed in 77 milliseconds