Symbol: NCR_ABORTING
sys/arch/mac68k/dev/sbc.c
457
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/mac68k/dev/sbc.c
800
if ((ncr_sc->sc_state & NCR_ABORTING) == 0) {
sys/arch/news68k/dev/si.c
410
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sparc/dev/sw.c
418
sc->ncr_sc.sc_state |= NCR_ABORTING;
sys/arch/sparc/dev/sw.c
592
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sparc/dev/sw.c
861
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sparc/dev/sw.c
866
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si.c
225
sc->ncr_sc.sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si.c
387
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si_obio.c
460
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si_obio.c
466
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si_obio.c
480
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si_obio.c
506
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si_sebuf.c
467
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si_sebuf.c
490
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si_sebuf.c
675
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si_vme.c
467
ncr_sc->sc_state |= NCR_ABORTING;
sys/arch/sun3/dev/si_vme.c
473
if (ncr_sc->sc_state & NCR_ABORTING)
sys/arch/sun3/dev/si_vme.c
506
ncr_sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
1273
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
1293
sc->sc_state &= ~NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
1750
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2040
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2064
if (sc->sc_state & NCR_ABORTING) {
sys/dev/ic/ncr5380sbc.c
2134
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2218
if (sc->sc_state & NCR_ABORTING) {
sys/dev/ic/ncr5380sbc.c
2226
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2276
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2299
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
2309
if (sc->sc_state & NCR_ABORTING) {
sys/dev/ic/ncr5380sbc.c
2336
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
414
if (sr && (sc->sc_state & NCR_ABORTING) == 0)
sys/dev/ic/ncr5380sbc.c
502
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
750
if (sc->sc_state & NCR_ABORTING) {
sys/dev/ic/ncr5380sbc.c
810
const bool aborting = sc->sc_state & NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
912
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr5380sbc.c
972
sc->sc_state |= NCR_ABORTING;
sys/dev/ic/ncr53c9x.c
1995
sc->sc_flags |= NCR_ABORTING;
sys/dev/ic/ncr53c9x.c
2010
sc->sc_flags |= NCR_ABORTING;
sys/dev/ic/ncr53c9x.c
2332
if ((sc->sc_flags & NCR_ABORTING) == 0) {
sys/dev/vme/si.c
384
sc->ncr_sc.sc_state |= NCR_ABORTING;
sys/dev/vme/si.c
564
if (ncr_sc->sc_state & NCR_ABORTING)
sys/dev/vme/si.c
817
ncr_sc->sc_state |= NCR_ABORTING;
sys/dev/vme/si.c
822
if (ncr_sc->sc_state & NCR_ABORTING)