HomeSort by: relevance | last modified time | path
    Searched refs:memalloc (Results 1 - 11 of 11) 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/bin/sh/
Makefile 8 expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c \
  /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/external/mit/xorg/lib/libGLU/
Makefile 24 memalloc.c \
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 148 isc__memalloc_t memalloc; member in struct:isc__mem
390 table = (ctx->memalloc)(table_size * sizeof(unsigned char *));
407 tmp = (ctx->memalloc)(NUM_BASIC_BLOCKS * ctx->mem_target);
500 ret = (ctx->memalloc)(size);
627 ret = (ctx->memalloc)(size);
811 ctx->memalloc = default_memalloc;
830 (ctx->memalloc)((ctx->max_size + 1) * sizeof(struct stats));
839 (ctx->memalloc)(ctx->max_size * sizeof(element *));
849 ctx->debuglist = (ctx->memalloc)(

Completed in 44 milliseconds