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.c218 uint32_t cam_debug_delay = CAM_DEBUG_DELAY; variable
220 &cam_debug_delay, 0, "Delay in us after each debug message");
5583 if (cam_debug_delay != 0) in xpt_cam_path_debug()
5584 DELAY(cam_debug_delay); in xpt_cam_path_debug()
5602 if (cam_debug_delay != 0) in xpt_cam_dev_debug()
5603 DELAY(cam_debug_delay); in xpt_cam_dev_debug()
5621 if (cam_debug_delay != 0) in xpt_cam_debug()
5622 DELAY(cam_debug_delay); in xpt_cam_debug()