Searched refs:LOG_DELAY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp65 #define LOG_DELAY() macro
239 LOG_DELAY();
320 LOG_DELAY();
413 LOG_DELAY();
445 LOG_DELAY();
464 LOG_DELAY();
476 LOG_DELAY();
488 LOG_DELAY();
500 LOG_DELAY();
511 LOG_DELAY();
[all...]
H A Dkext.cpp87 #define LOG_DELAY(x) IODelay((x) * 1000000) macro
91 #define LOG_DELAY(x) macro
660 LOG_DELAY(1);
839 LOG_DELAY(1);
846 LOG_DELAY(1);
H A Dkld_patch.c111 # define LOG_DELAY() /* IODelay(200000) */
112 # define DEBUG_LOG(x) do { IOLog x; LOG_DELAY(); } while(0)
114 # define LOG_DELAY()
121 #define LOG_DELAY() macro
H A Dload.c92 #define LOG_DELAY(x) IODelay((x) * 1000000) macro
96 #define LOG_DELAY() macro

Completed in 33 milliseconds