Home
last modified time | relevance | path

Searched refs:CAM_PATH_INVALID (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/sys/cam/
H A Dcam.h154 CAM_PATH_INVALID = 0x07, enumerator
H A Dcam.c71 { CAM_PATH_INVALID, "Supplied Path ID is invalid" },
H A Dcam_periph.c1908 case CAM_PATH_INVALID: in cam_periph_error()
H A Dcam_xpt.c3578 status = CAM_PATH_INVALID; in xpt_compile_path()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_target.c699 k_ccbh->status = CAM_PATH_INVALID; in targusermerge()
1095 case CAM_PATH_INVALID: /* Supplied Path ID is invalid */ in targcamstatus()
H A Dscsi_xpt.c2663 cts->ccb_h.status = CAM_PATH_INVALID; in scsi_set_transfer_settings()
/freebsd-13.1/share/examples/scsi_target/
H A Dscsi_target.c934 status = CAM_PATH_INVALID; in get_sim_flags()
/freebsd-13.1/sys/dev/firewire/
H A Dsbp_targ.c400 return (CAM_PATH_INVALID); in sbp_targ_find_devs()
932 return (CAM_PATH_INVALID); in sbp_targ_abort_ccb()
/freebsd-13.1/sys/dev/isp/
H A Disp_freebsd.c901 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_disable_lun()
2402 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_action()
2404 if (ccb->ccb_h.status == CAM_PATH_INVALID) { in isp_action()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_osm.c1196 ccb->ccb_h.status = CAM_PATH_INVALID; in ahd_abort_ccb()
H A Daic7xxx_osm.c1257 ccb->ccb_h.status = CAM_PATH_INVALID; in ahc_abort_ccb()
H A Daic7xxx.c7286 return (CAM_PATH_INVALID); in ahc_find_tmode_devs()
H A Daic79xx.c9837 return (CAM_PATH_INVALID); in ahd_find_tmode_devs()
/freebsd-13.1/sys/cam/ata/
H A Data_xpt.c1912 cts->ccb_h.status = CAM_PATH_INVALID; in ata_set_transfer_settings()
/freebsd-13.1/sys/dev/esp/
H A Dncr53c9x.c1089 ccb->ccb_h.status = CAM_PATH_INVALID; in ncr53c9x_action()
/freebsd-13.1/sys/dev/arcmsr/
H A Darcmsr.c3273 pccb->ccb_h.status |= CAM_PATH_INVALID; in arcmsr_action()
/freebsd-13.1/sys/dev/mpt/
H A Dmpt_cam.c3128 mpt_set_ccb_status(ccb, CAM_PATH_INVALID); in mpt_scsi_reply_frame_handler()