sr_flags          552 dev/ic/ncr5380sbc.c 	sr->sr_flags |= SR_OVERDUE;
sr_flags          650 dev/ic/ncr5380sbc.c 	sr->sr_flags = (flags & SCSI_POLL) ? SR_IMMED : 0;
sr_flags          740 dev/ic/ncr5380sbc.c 		if (sr->sr_flags & SR_SENSE) {
sr_flags          751 dev/ic/ncr5380sbc.c 		if (sr->sr_flags & SR_SENSE) {
sr_flags          758 dev/ic/ncr5380sbc.c 		sr->sr_flags |= SR_SENSE;
sr_flags          901 dev/ic/ncr5380sbc.c 		if (sr->sr_flags & SR_IMMED) {
sr_flags          963 dev/ic/ncr5380sbc.c 	if (sr->sr_flags & SR_OVERDUE) {
sr_flags          974 dev/ic/ncr5380sbc.c 	if (sr->sr_flags & SR_SENSE) {
sr_flags         1038 dev/ic/ncr5380sbc.c 	if ((sr->sr_flags & SR_IMMED) == 0) {
sr_flags         1861 dev/ic/ncr5380sbc.c 		if (sr->sr_flags & (SR_IMMED | SR_SENSE))
sr_flags         2022 dev/ic/ncr5380sbc.c 	if (sr->sr_flags & SR_SENSE) {
sr_flags         2070 dev/ic/ncr5380sbc.c 	if (sr->sr_flags & SR_SENSE) {
sr_flags         2311 dev/ic/ncr5380sbc.c 		if ((sr->sr_flags & SR_IMMED) == 0) {
sr_flags         2321 dev/ic/ncr5380sbc.c 		if (sr->sr_flags & SR_OVERDUE)
sr_flags         2541 dev/ic/ncr5380sbc.c 	db_printf("flags=%d ",	sr->sr_flags);
sr_flags           69 dev/ic/ncr5380var.h 	int		sr_flags;		/* Internal error code */