Home
last modified time | relevance | path

Searched refs:CAM_DEBUG_NONE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/
H A Dcam_debug.h37 CAM_DEBUG_NONE = 0x00, /* no debugging */ enumerator
50 #define CAM_DEBUG_FLAGS CAM_DEBUG_NONE
H A Dcam_xpt.c3005 cam_dflags = CAM_DEBUG_NONE; in xpt_action_default()
3011 if (start_ccb->cdbg.flags != CAM_DEBUG_NONE) { in xpt_action_default()
5033 if (cam_dflags != CAM_DEBUG_NONE) { in xpt_config()
5040 cam_dflags = CAM_DEBUG_NONE; in xpt_config()
/freebsd/sys/cam/scsi/
H A Dscsi_target.c275 cdbg.flags = CAM_DEBUG_NONE; in targioctl()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5099 ccb.cdbg.flags = CAM_DEBUG_NONE; in camdebug()
5139 if (ccb.cdbg.flags == CAM_DEBUG_NONE) { in camdebug()