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

/freebsd-12-stable/sys/dev/exca/
H A Dexcavar.h74 int ioalloc; member in struct:exca_softc
H A Dexca.c497 if ((sc->ioalloc & (1 << win)) == 0) {
498 sc->ioalloc |= (1 << win);
527 sc->ioalloc &= ~(1 << window);
631 if (sc->ioalloc & (1 << win))
644 sc->ioalloc = 0;

Completed in 68 milliseconds