Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/
HDcam_debug.h37 CAM_DEBUG_NONE = 0x00, /* no debugging */ enumerator
50 #define CAM_DEBUG_FLAGS CAM_DEBUG_NONE
HDcam_xpt.c3009 cam_dflags = CAM_DEBUG_NONE; in xpt_action_default()
3015 if (start_ccb->cdbg.flags != CAM_DEBUG_NONE) { in xpt_action_default()
5038 if (cam_dflags != CAM_DEBUG_NONE) { in xpt_config()
5045 cam_dflags = CAM_DEBUG_NONE; in xpt_config()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_target.c276 cdbg.flags = CAM_DEBUG_NONE; in targioctl()
/freebsd-14-stable/sbin/camcontrol/
HDcamcontrol.c5098 ccb.cdbg.flags = CAM_DEBUG_NONE; in camdebug()
5138 if (ccb.cdbg.flags == CAM_DEBUG_NONE) { in camdebug()