Searched refs:CTL_SCSI_ERROR (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_error.c156 ctsio->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
934 ctsio->io_hdr.status = CTL_SCSI_ERROR;
943 ctsio->io_hdr.status = CTL_SCSI_ERROR;
952 ctsio->io_hdr.status = CTL_SCSI_ERROR;
H A Dctl_io.h74 CTL_SCSI_ERROR, /* SCSI error, look at status byte/sense data */ enumerator in enum:__anon9594
H A Dctl_util.c80 {CTL_SCSI_ERROR, "SCSI Error"},
800 && ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR)) {
H A Dctl_frontend_cam_sim.c451 case CTL_SCSI_ERROR:
H A Dctl_tpc.c1197 CTL_SCSI_ERROR | CTL_AUTOSENSE;
1354 CTL_SCSI_ERROR | CTL_AUTOSENSE;
1578 case CTL_SCSI_ERROR:
1642 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR) {
H A Dctl.c11552 ctsio->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
12400 io->io_hdr.status = CTL_SCSI_ERROR | CTL_AUTOSENSE;
/freebsd-12-stable/sys/dev/usb/storage/
H A Dcfumass.c937 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SCSI_ERROR &&

Completed in 211 milliseconds