HomeSort by: relevance | last modified time | path
    Searched refs:HAVEBUS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ppbus/
lptvar.h 65 #define HAVEBUS (unsigned)(1<<8) /* the driver owns the bus */
lpt.c 209 if(lpt->sc_state & HAVEBUS) {
222 lpt->sc_state &= ~HAVEBUS;
250 lpt->sc_state |= HAVEBUS;
267 if(lpt->sc_state & HAVEBUS) {
270 lpt->sc_state &= ~HAVEBUS;
544 if(!(sc->sc_state & HAVEBUS)) {
587 if(!(sc->sc_state & HAVEBUS)) {
629 if(!(sc->sc_state & HAVEBUS)) {

Completed in 12 milliseconds