Home
last modified time | relevance | path

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

/freebsd-12.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.c1920 case CAM_PATH_INVALID: in cam_periph_error()
H A Dcam_xpt.c3657 status = CAM_PATH_INVALID; in xpt_compile_path()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_target.c702 k_ccbh->status = CAM_PATH_INVALID; in targusermerge()
1099 case CAM_PATH_INVALID: /* Supplied Path ID is invalid */ in targcamstatus()
H A Dscsi_xpt.c2672 cts->ccb_h.status = CAM_PATH_INVALID; in scsi_set_transfer_settings()
/freebsd-12.1/share/examples/scsi_target/
H A Dscsi_target.c934 status = CAM_PATH_INVALID; in get_sim_flags()
/freebsd-12.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-12.1/sys/dev/isp/
H A Disp_freebsd.c1079 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_disable_lun()
3006 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_action()
3010 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_action()
3012 if (ccb->ccb_h.status == CAM_PATH_INVALID) { in isp_action()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1267 ccb->ccb_h.status = CAM_PATH_INVALID; in ahc_abort_ccb()
H A Daic79xx_osm.c1206 ccb->ccb_h.status = CAM_PATH_INVALID; in ahd_abort_ccb()
H A Daic7xxx.c7320 return (CAM_PATH_INVALID); in ahc_find_tmode_devs()
H A Daic79xx.c9892 return (CAM_PATH_INVALID); in ahd_find_tmode_devs()
/freebsd-12.1/sys/dev/advansys/
H A Dadwcam.c1390 ccb->ccb_h.status = CAM_PATH_INVALID; in adwprocesserror()
/freebsd-12.1/sys/cam/ata/
H A Data_xpt.c1910 cts->ccb_h.status = CAM_PATH_INVALID; in ata_set_transfer_settings()
/freebsd-12.1/sys/dev/esp/
H A Dncr53c9x.c1088 ccb->ccb_h.status = CAM_PATH_INVALID; in ncr53c9x_action()
/freebsd-12.1/sys/dev/arcmsr/
H A Darcmsr.c3205 pccb->ccb_h.status |= CAM_PATH_INVALID; in arcmsr_action()
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_cam.c3156 mpt_set_ccb_status(ccb, CAM_PATH_INVALID); in mpt_scsi_reply_frame_handler()