Home
last modified time | relevance | path

Searched refs:XPT_GDEVLIST (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dcam.d67 inline int XPT_GDEVLIST = 0x03; variable
/freebsd/lib/libcam/
H A Dcamlib.c438 ccb.ccb_h.func_code = XPT_GDEVLIST; in cam_lookup_pass()
559 ccb.ccb_h.func_code = XPT_GDEVLIST; in cam_real_open_device()
/freebsd/sys/cam/
H A Dcam_ccb.h142 XPT_GDEVLIST = 0x03, enumerator
H A Dcam_periph.c1131 ccb->ccb_h.func_code = XPT_GDEVLIST; in cam_periph_ioctl()
H A Dcam_xpt.c2761 case XPT_GDEVLIST: in xpt_action_default()
5511 { XPT_GDEVLIST, "XPT_GDEVLIST" },
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c406 ccb->ccb_h.func_code = XPT_GDEVLIST; in getdevlist()
3502 ccb.ccb_h.func_code = XPT_GDEVLIST; in parse_btl_name()