Searched refs:ioalloc (Results 1 – 2 of 2) sorted by relevance
496 if ((sc->ioalloc & (1 << win)) == 0) { in exca_io_map()497 sc->ioalloc |= (1 << win); in exca_io_map()526 sc->ioalloc &= ~(1 << window); in exca_io_unmap()629 if (sc->ioalloc & (1 << win)) in exca_reset()642 sc->ioalloc = 0; in exca_init()
74 int ioalloc; member