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

  /src/sys/dev/pci/
pccbbvar.h 71 int memalloc; member in struct:pcic_handle
pccbb.c 2353 if (ph->memalloc & (1 << win))
2665 if ((ph->memalloc & (1 << win)) == 0) {
2666 ph->memalloc |= (1 << win);
2737 ph->memalloc &= ~(1 << window);
  /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/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);
  /src/sys/dev/ic/
i82365var.h 65 int memalloc; member in struct:pcic_handle
i82365.c 401 h->memalloc = 0;
980 if ((h->memalloc & (1 << i)) == 0) {
982 h->memalloc |= (1 << i);
1047 h->memalloc &= ~(1 << window);
1394 if (h->memalloc & (1 << win))
tcic2.c 406 h->memalloc = 0;
871 if ((h->memalloc & (1 << i)) == 0) {
873 h->memalloc |= (1 << i);
939 h->memalloc &= ~(1 << window);
1209 if (h->memalloc & (1 << win))
tcic2var.h 60 int memalloc; member in struct:tcic_handle
  /src/bin/sh/
Makefile 8 expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c \

Completed in 25 milliseconds