Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_debug.h82 extern uint32_t cam_debug_delay;
H A Dcam_xpt.c212 uint32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
214 &cam_debug_delay, 0, "Delay in us after each debug message");
5554 if (cam_debug_delay != 0) in xpt_cam_path_debug()
5555 DELAY(cam_debug_delay); in xpt_cam_path_debug()
5573 if (cam_debug_delay != 0) in xpt_cam_dev_debug()
5574 DELAY(cam_debug_delay); in xpt_cam_dev_debug()
5592 if (cam_debug_delay != 0) in xpt_cam_debug()
5593 DELAY(cam_debug_delay); in xpt_cam_debug()