Searched refs:XPT_REL_SIMQ (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sbin/iscontrol/
H A Dfsm.c378 ccb->ccb_h.func_code = XPT_REL_SIMQ;
385 syslog(LOG_WARNING, "XPT_REL_SIMQ CCB failed");
/freebsd-13-stable/sys/dev/isci/
H A Disci_io_request.c190 ccb_relsim.ccb_h.func_code = XPT_REL_SIMQ;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_target.c1137 case XPT_REL_SIMQ:
/freebsd-13-stable/share/examples/scsi_target/
H A Dscsi_target.c948 crs.ccb_h.func_code = XPT_REL_SIMQ;
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c1145 crs.ccb_h.func_code = XPT_REL_SIMQ;
1151 printf("XPT_REL_SIMQ failed stat=%d\n", crs.ccb_h.status);
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h143 XPT_REL_SIMQ = 0x05, enumerator in enum:__anon8552
H A Dcam_xpt.c3030 case XPT_REL_SIMQ:
5063 crs.ccb_h.func_code = XPT_REL_SIMQ;
5088 crs.ccb_h.func_code = XPT_REL_SIMQ;
5538 { XPT_REL_SIMQ, "XPT_REL_SIMQ" },
H A Dcam_periph.c1337 crs.ccb_h.func_code = XPT_REL_SIMQ;
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_raid.c1075 crs.ccb_h.func_code = XPT_REL_SIMQ;
H A Dmpt_cam.c2448 "XPT_REL_SIMQ");
2452 crs.ccb_h.func_code = XPT_REL_SIMQ;
2458 mpt_prt(mpt, "XPT_REL_SIMQ failed\n");
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c474 crs.ccb_h.func_code = XPT_REL_SIMQ;
480 printf("XPT_REL_SIMQ failed\n");
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c5111 ccb->ccb_h.func_code = XPT_REL_SIMQ;
5118 warn("error sending XPT_REL_SIMQ CCB");
5124 warnx("XPT_REL_SIMQ CCB failed");

Completed in 297 milliseconds