Home
last modified time | relevance | path

Searched refs:XPT_FC_XPT_ONLY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/
H A Dcam_ccb.h131 XPT_FC_XPT_ONLY = 0x400, enumerator
153 | XPT_FC_XPT_ONLY,
155 XPT_DEV_MATCH = 0x09 | XPT_FC_XPT_ONLY,
166 | XPT_FC_XPT_ONLY,
171 XPT_RESET_BUS = 0x11 | XPT_FC_XPT_ONLY,
178 | XPT_FC_XPT_ONLY,
221 | XPT_FC_XPT_ONLY,
228 XPT_ENG_INQ = 0x20 | XPT_FC_XPT_ONLY,
/freebsd/sys/cam/scsi/
H A Dscsi_pass.c1782 if (inccb->ccb_h.func_code & XPT_FC_XPT_ONLY) { in passdoioctl()
1905 if (ccb->ccb_h.func_code & XPT_FC_XPT_ONLY) { in passdoioctl()