Searched refs:ioalloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/exca/
H A Dexcavar.h72 int ioalloc; member in struct:exca_softc
H A Dexca.c495 if ((sc->ioalloc & (1 << win)) == 0) {
496 sc->ioalloc |= (1 << win);
525 sc->ioalloc &= ~(1 << window);
629 if (sc->ioalloc & (1 << win))
642 sc->ioalloc = 0;

Completed in 80 milliseconds