Home
last modified time | relevance | path

Searched refs:CAM_BDR_SENT (Results 1 – 13 of 13) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dcam.d164 inline int CAM_BDR_SENT = 0x17; variable
/freebsd/sys/cam/
H A Dcam.h207 CAM_BDR_SENT = 0x17, enumerator
H A Dcam.c91 { CAM_BDR_SENT, "SCSI BDR Message Sent" },
H A Dcam_periph.c1959 case CAM_BDR_SENT: in cam_periph_error()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c794 case CAM_BDR_SENT: in work_inot()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c385 if (aic_get_transaction_status(scb) == CAM_BDR_SENT in ahd_done()
H A Daic7xxx_osm.c398 if (aic_get_transaction_status(scb) == CAM_BDR_SENT in ahc_done()
H A Daic79xx.c1443 error = CAM_BDR_SENT; in ahd_handle_seqint()
1445 CAM_BDR_SENT, in ahd_handle_seqint()
2258 CAM_BDR_SENT, "Bus Device Reset", in ahd_handle_nonpkt_busfree()
4594 CAM_BDR_SENT, in ahd_parse_msg()
H A Daic7xxx.c1293 CAM_BDR_SENT, in ahc_handle_scsiint()
3409 CAM_BDR_SENT, in ahc_parse_msg()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c1435 case CAM_BDR_SENT: in ctlfedone()
/freebsd/sys/dev/firewire/
H A Dsbp.c1130 sbp_abort_all_ocbs(sdev, CAM_BDR_SENT); in sbp_agent_reset()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c3779 case CAM_BDR_SENT: in saerror()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c3933 && ((ccb.ccb_h.status & CAM_STATUS_MASK) == CAM_BDR_SENT))) { in scanlun_or_reset_dev()