HomeSort by: relevance | last modified time | path
    Searched defs:memalloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 139 int memalloc; member in struct:shpcmcia_handle
307 h->memalloc = 0;
630 if ((h->memalloc & (1 << i)) == 0) {
632 h->memalloc |= (1 << i);
672 h->memalloc &= ~(1 << window);
  /src/sys/dev/ic/
tcic2var.h 60 int memalloc; member in struct:tcic_handle
i82365var.h 65 int memalloc; member in struct:pcic_handle
  /src/sys/dev/pci/
pccbbvar.h 71 int memalloc; member in struct:pcic_handle
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 87 int memalloc; member in struct:mmeyepcmcia_handle
355 h->memalloc = 0;
700 if ((h->memalloc & (1 << i)) == 0) {
702 h->memalloc |= (1 << i);
782 h->memalloc &= ~(1 << window);

Completed in 111 milliseconds