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

  /src/sys/dev/pci/
twevar.h 77 #define TWEF_OPEN 0x01 /* control device is opened */
twe.c 1709 if ((twe->sc_flags & TWEF_OPEN) != 0)
1712 twe->sc_flags |= TWEF_OPEN;
1726 twe->sc_flags &= ~TWEF_OPEN;

Completed in 31 milliseconds