Home
last modified time | relevance | path

Searched refs:XPT_GDEV_TYPE (Results 1 – 11 of 11) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dcam.d66 inline int XPT_GDEV_TYPE = 0x02; variable
/freebsd/sys/cam/
H A Dcam_xpt.h169 cgd->ccb_h.func_code = XPT_GDEV_TYPE; in xpt_gdev_type()
H A Dcam_ccb.h140 XPT_GDEV_TYPE = 0x02, enumerator
H A Dcam_xpt.c2714 case XPT_GDEV_TYPE: in xpt_action_default()
5510 { XPT_GDEV_TYPE, "XPT_GDEV_TYPE" },
/freebsd/sys/cam/ata/
H A Data_xpt.c1140 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in aprobedone()
1183 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in aprobedone()
1256 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in aprobedone()
1262 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in aprobedone()
1309 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in aprobedone()
/freebsd/lib/libcam/
H A Dcamlib.c612 ccb.ccb_h.func_code = XPT_GDEV_TYPE; in cam_real_open_device()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c463 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in nvme_probe_done()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c1189 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in mmcprobe_done()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1772 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in probedone()
1833 done_ccb->ccb_h.func_code = XPT_GDEV_TYPE; in probedone()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c1257 ccb->ccb_h.func_code = XPT_GDEV_TYPE; in camdd_get_cgd()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5496 ccb->ccb_h.func_code = XPT_GDEV_TYPE; in get_cgd()