Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam.h156 CAM_PATH_INVALID = 0x07, enumerator
H A Dcam.c71 { CAM_PATH_INVALID, "Supplied Path ID is invalid" },
H A Dcam_periph.c1965 case CAM_PATH_INVALID: in cam_periph_error()
H A Dcam_xpt.c3494 status = CAM_PATH_INVALID; in xpt_compile_path()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_target.c698 k_ccbh->status = CAM_PATH_INVALID; in targusermerge()
1107 case CAM_PATH_INVALID: /* Supplied Path ID is invalid */ in targcamstatus()
H A Dscsi_xpt.c2669 cts->ccb_h.status = CAM_PATH_INVALID; in scsi_set_transfer_settings()
/freebsd-14.2/share/examples/scsi_target/
H A Dscsi_target.c936 status = CAM_PATH_INVALID; in get_sim_flags()
/freebsd-14.2/sys/dev/firewire/
H A Dsbp_targ.c398 return (CAM_PATH_INVALID); in sbp_targ_find_devs()
930 return (CAM_PATH_INVALID); in sbp_targ_abort_ccb()
/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.c908 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_disable_lun()
2409 ccb->ccb_h.status = CAM_PATH_INVALID; in isp_action()
2411 if (ccb->ccb_h.status == CAM_PATH_INVALID) { in isp_action()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx_osm.c1202 ccb->ccb_h.status = CAM_PATH_INVALID; in ahd_abort_ccb()
H A Daic7xxx_osm.c1261 ccb->ccb_h.status = CAM_PATH_INVALID; in ahc_abort_ccb()
H A Daic7xxx.c7278 return (CAM_PATH_INVALID); in ahc_find_tmode_devs()
H A Daic79xx.c9827 return (CAM_PATH_INVALID); in ahd_find_tmode_devs()
/freebsd-14.2/sys/cam/ata/
H A Data_xpt.c1907 cts->ccb_h.status = CAM_PATH_INVALID; in ata_set_transfer_settings()
/freebsd-14.2/sys/dev/mpt/
H A Dmpt_cam.c3127 mpt_set_ccb_status(ccb, CAM_PATH_INVALID); in mpt_scsi_reply_frame_handler()
/freebsd-14.2/sys/dev/arcmsr/
H A Darcmsr.c3257 pccb->ccb_h.status |= CAM_PATH_INVALID; in arcmsr_action()