Home
last modified time | relevance | path

Searched refs:cam_debug_delay (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/cam/
HDcam_debug.h82 extern u_int32_t cam_debug_delay;
98 if (cam_debug_delay != 0) \
99 DELAY(cam_debug_delay); \
109 if (cam_debug_delay != 0) \
110 DELAY(cam_debug_delay); \
117 if (cam_debug_delay != 0) \
118 DELAY(cam_debug_delay); \
125 if (cam_debug_delay != 0) \
126 DELAY(cam_debug_delay); \
HDcam_xpt.c206 u_int32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
208 &cam_debug_delay, 0, "Delay in us after each debug message");