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

  /src/regress/sys/uvm/pdsim/
lirs.c 47 int b_type; member in struct:buf
74 (bp->b_type == B_L) ? "L" :
75 (bp->b_type == (B_H | B_R)) ? "HR" :
76 (bp->b_type == B_H) ? "H" :
77 (bp->b_type == 0) ? "free" :
107 if (bufs->b_type == 0) {
128 assert(bp->b_type == (B_H | B_R));
130 bp->b_type &= ~B_R;
142 if (bp->b_type == B_L) {
149 if ((bp->b_type & B_R) == 0)
    [all...]
  /src/usr.sbin/wsmoused/
wsmoused.h 82 int b_type; member in struct:block
  /src/games/hunt/huntd/
hunt.h 113 char b_type; member in struct:bullet_def
  /src/sys/arch/xen/xen/
pciback.c 96 int b_type; member in struct:pciback_pci_softc::pci_bar
243 sc->sc_bars[i].b_type = pci_mapreg_type(pa->pa_pc, pa->pa_tag,
246 sc->sc_bars[i].b_type, 0,
252 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ?
258 if (sc->sc_bars[i].b_type ==
330 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ?

Completed in 14 milliseconds