Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_target.c264 struct ccb_debug cdbg; in targioctl() local
271 bzero(&cdbg, sizeof cdbg); in targioctl()
273 cdbg.flags = CAM_DEBUG_PERIPH; in targioctl()
275 cdbg.flags = CAM_DEBUG_NONE; in targioctl()
276 xpt_setup_ccb(&cdbg.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in targioctl()
277 cdbg.ccb_h.func_code = XPT_DEBUG; in targioctl()
278 cdbg.ccb_h.cbfcnp = targdone; in targioctl()
279 xpt_action((union ccb *)&cdbg); in targioctl()
280 status = cdbg.ccb_h.status & CAM_STATUS_MASK; in targioctl()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5054 ccb.cdbg.flags |= CAM_DEBUG_INFO; in camdebug()
5058 ccb.cdbg.flags |= CAM_DEBUG_PERIPH; in camdebug()
5062 ccb.cdbg.flags |= CAM_DEBUG_SUBTRACE; in camdebug()
5066 ccb.cdbg.flags |= CAM_DEBUG_TRACE; in camdebug()
5070 ccb.cdbg.flags |= CAM_DEBUG_XPT; in camdebug()
5074 ccb.cdbg.flags |= CAM_DEBUG_CDB; in camdebug()
5078 ccb.cdbg.flags |= CAM_DEBUG_PROBE; in camdebug()
5099 ccb.cdbg.flags = CAM_DEBUG_NONE; in camdebug()
5139 if (ccb.cdbg.flags == CAM_DEBUG_NONE) { in camdebug()
/freebsd/sys/cam/
H A Dcam_ccb.h1389 struct ccb_debug cdbg; in cam_fill_csio()
1373 struct ccb_debug cdbg; global() member
H A Dcam_xpt.c3000 if (start_ccb->cdbg.flags & ~(CAM_DEBUG_COMPILE)) { in xpt_action_default()
3011 if (start_ccb->cdbg.flags != CAM_DEBUG_NONE) { in xpt_action_default()
3019 cam_dflags = start_ccb->cdbg.flags; in xpt_action_default()