Symbol: CAM_AUTOSENSE_FAIL
sys/cam/cam.c
84
{ CAM_AUTOSENSE_FAIL, "Auto-Sense Retrieval Failed" },
sys/cam/cam_periph.c
1917
case CAM_AUTOSENSE_FAIL:
sys/dev/ahci/ahci.c
2296
ch->hold[i]->ccb_h.status |= CAM_AUTOSENSE_FAIL;
sys/dev/aic7xxx/aic79xx.c
8142
aic_set_transaction_status(scb, CAM_AUTOSENSE_FAIL);
sys/dev/aic7xxx/aic7xxx.c
469
aic_set_transaction_status(scb, CAM_AUTOSENSE_FAIL);
sys/dev/aic7xxx/aic7xxx.c
856
aic_set_transaction_status(scb, CAM_AUTOSENSE_FAIL);
sys/dev/ata/ata-all.c
871
ccb->ccb_h.status |= CAM_AUTOSENSE_FAIL;
sys/dev/hptrr/hptrr_osm_bsd.c
466
ccb->ccb_h.status = CAM_AUTOSENSE_FAIL;
sys/dev/isp/isp_freebsd.c
2816
sccb->ccb_h.status |= CAM_AUTOSENSE_FAIL;
sys/dev/isp/isp_freebsd.h
499
# define HBA_ARQFAIL CAM_AUTOSENSE_FAIL
sys/dev/mpi3mr/mpi3mr.c
4965
mpi3mr_set_ccbstatus(ccb, CAM_AUTOSENSE_FAIL);
sys/dev/mpr/mpr_sas.c
2622
mprsas_set_ccbstatus(ccb, CAM_AUTOSENSE_FAIL);
sys/dev/mps/mps_sas.c
2166
mpssas_set_ccbstatus(ccb, CAM_AUTOSENSE_FAIL);
sys/dev/mpt/mpt_cam.c
3102
mpt_set_ccb_status(ccb, CAM_AUTOSENSE_FAIL);
sys/dev/mvs/mvs.c
1920
ch->hold[i]->ccb_h.status |= CAM_AUTOSENSE_FAIL;
sys/dev/siis/siis.c
1514
ch->hold[i]->ccb_h.status |= CAM_AUTOSENSE_FAIL;
sys/dev/sym/sym_hipd.c
7167
cam_status = CAM_AUTOSENSE_FAIL;
sys/dev/usb/storage/umass.c
2708
ccb->ccb_h.status = CAM_AUTOSENSE_FAIL
sys/dev/usb/storage/umass.c
2718
ccb->ccb_h.status = CAM_AUTOSENSE_FAIL | CAM_DEV_QFRZN;
sys/dev/vmware/pvscsi/pvscsi.c
987
status = CAM_AUTOSENSE_FAIL;
sys/powerpc/mpc85xx/fsl_sata.c
1513
ch->hold[i]->ccb_h.status |= CAM_AUTOSENSE_FAIL;