Home
last modified time | relevance | path

Searched refs:sr_flags (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dncr5380sbc.c552 sr->sr_flags |= SR_OVERDUE;
650 sr->sr_flags = (flags & SCSI_POLL) ? SR_IMMED : 0;
738 if (sr->sr_flags & SR_SENSE) {
749 if (sr->sr_flags & SR_SENSE) {
756 sr->sr_flags |= SR_SENSE;
899 if (sr->sr_flags & SR_IMMED) {
961 if (sr->sr_flags & SR_OVERDUE) {
972 if (sr->sr_flags & SR_SENSE) {
1036 if ((sr->sr_flags & SR_IMMED) == 0) {
1859 if (sr->sr_flags & (SR_IMMED | SR_SENSE))
[all …]
Dncr5380var.h69 int sr_flags; /* Internal error code */ member
/mirbsd/src/sys/arch/sparc/dev/
Dsi.c765 sr->sr_flags |= SR_OVERDUE;