Home
last modified time | relevance | path

Searched refs:memalloc (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/dev/pci/
Dpccbbvar.h80 int memalloc; member
Dpccbb.c2362 if (ph->memalloc & (1 << win)) {
2659 if ((ph->memalloc & (1 << win)) == 0) {
2660 ph->memalloc |= (1 << win);
2734 ph->memalloc &= ~(1 << window);
/mirbsd/src/sys/dev/ic/
Di82365var.h63 int memalloc; member
Di82365.c361 h->memalloc = 0;
1047 if ((h->memalloc & (1 << i)) == 0) {
1049 h->memalloc |= (1 << i);
1113 h->memalloc &= ~(1 << window);
1474 if (h->memalloc & (1 << win))
Dtcic2.c421 h->memalloc = 0;
960 if ((h->memalloc & (1 << i)) == 0) {
962 h->memalloc |= (1 << i);
1032 h->memalloc &= ~(1 << window);
1338 if (h->memalloc & (1 << win))
Dtcic2var.h61 int memalloc; member