SCB_SENSE        8065 dev/ic/aic79xx.c 	if ((scb->flags & SCB_SENSE) != 0) {
SCB_SENSE        8070 dev/ic/aic79xx.c 		scb->flags &= ~SCB_SENSE;
SCB_SENSE        8225 dev/ic/aic79xx.c 		scb->flags |= SCB_SENSE;
SCB_SENSE        8334 dev/ic/aic79xx.c 	if ((scb->flags & SCB_SENSE) == 0)
SCB_SENSE        8343 dev/ic/aic79xx.c 		       (scb->flags & SCB_SENSE) ? "Sense " : "", resid);
SCB_SENSE         217 dev/ic/aic79xx_openbsd.c 			if ((scb->flags & SCB_SENSE) == 0) {
SCB_SENSE         252 dev/ic/aic79xx_openbsd.c 	} else if ((scb->flags & SCB_SENSE) != 0) {
SCB_SENSE         513 dev/ic/aic7xxx.c 		if ((scb->flags & SCB_SENSE) != 0) {
SCB_SENSE         519 dev/ic/aic7xxx.c 			scb->flags &= ~SCB_SENSE;
SCB_SENSE         638 dev/ic/aic7xxx.c 			scb->flags |= SCB_SENSE;
SCB_SENSE         918 dev/ic/aic7xxx.c 		if ((scb->flags & SCB_SENSE) == 0) {
SCB_SENSE         921 dev/ic/aic7xxx.c 			scb->flags &= ~SCB_SENSE;
SCB_SENSE        6040 dev/ic/aic7xxx.c 	if ((scb->flags & SCB_SENSE) == 0)
SCB_SENSE        6049 dev/ic/aic7xxx.c 		       (scb->flags & SCB_SENSE) ? "Sense " : "", resid);
SCB_SENSE         229 dev/ic/aic7xxx_openbsd.c 			if ((scb->flags & SCB_SENSE) == 0) {
SCB_SENSE         265 dev/ic/aic7xxx_openbsd.c 	} else if ((scb->flags & SCB_SENSE) != 0) {
SCB_SENSE         730 dev/isa/wds.c  		if (scb->flags & SCB_SENSE)
SCB_SENSE        1313 dev/isa/wds.c  	scb->flags |= SCB_SENSE;