Home
last modified time | relevance | path

Searched refs:CAM_PASS_ERR_RECOVER (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sbin/camcontrol/
HDtimestamp.c111 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in set_restore_flags()
162 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in set_restore_flags()
215 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in report_timestamp()
300 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in set_timestamp()
HDepc.c233 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in epc_list()
343 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in epc_getmode()
420 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in epc_getmode()
589 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in epc_set_features()
HDattrib.c338 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsiattrib()
HDcamcontrol.c897 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in requestsense()
970 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in testunitready()
1034 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsistart()
1194 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsiinquiry()
1267 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsiserial()
1854 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsi_cam_pass_16_send()
1892 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in ata_cam_send()
4530 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in mode_sense()
4585 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in mode_select()
4874 flags |= CAM_PASS_ERR_RECOVER; in scsicmd()
[all …]
HDzone.c624 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in zone()
HDpersist.c852 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in scsipersist()
HDfwdownload.c488 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in fw_validate_ibm()
/freebsd-head/usr.sbin/camdd/
HDcamdd.c1310 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in camdd_probe_pass_scsi()
1355 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in camdd_probe_pass_scsi()
1415 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER; in camdd_probe_pass_nvme()
2694 ccb->ccb_h.flags |= CAM_PASS_ERR_RECOVER;
/freebsd-head/sys/cam/
HDcam_ccb.h94 CAM_PASS_ERR_RECOVER = 0x00010000,/* Pass driver does err. recovery*/ enumerator
/freebsd-head/sys/cam/scsi/
HDscsi_pass.c2259 if ((ccb->ccb_h.flags & CAM_PASS_ERR_RECOVER) != 0) { in passflags()