| /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
|
| config.c | 102 b->b_type = type;
|
| /src/external/gpl2/grep/dist/src/ |
| vms_fab.c | 73 nam.nam$b_type +
|
| /src/games/hunt/huntd/ |
| shots.c | 99 switch (bp->b_type) { 143 if (bp->b_type == DSHOT) 556 Maze[bp->b_y][bp->b_x] = bp->b_type; 668 switch (bp->b_type) { 687 bp->b_type = SLIME; 728 damage * MINDAM, bp->b_type); 785 move_slime(nbp, nbp->b_type == SLIME ? SLIMESPEED : LAVASPEED, next); 812 showexpl(bp->b_y, bp->b_x, bp->b_type == LAVA ? LAVA : '*'); 826 checkdam(pp, bp->b_owner, bp->b_score, MINDAM, bp->b_type); 920 nbp = create_shot(bp->b_type, bp->b_y, bp->b_x - 1, LEFTS [all...] |
| hunt.h | 113 char b_type; member in struct:bullet_def
|
| execute.c | 488 bp->b_type = type;
|
| /src/external/gpl2/gmake/dist/ |
| vmsfunctions.c | 105 dentry->d_namlen = dnam->nam$b_name + dnam->nam$b_type; 208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
|
| /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) ?
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| arc.c | 1039 arc_buf_contents_t b_type; member in struct:arc_buf_hdr 1909 VERIFY3U(hdr->b_type, ==, type); 2499 VERIFY(hdr->b_type == ARC_BUFC_DATA || 2500 hdr->b_type == ARC_BUFC_METADATA); 2879 hdr->b_type = type; 4418 VERIFY3U(hdr->b_type, ==, type); 4483 VERIFY3U(hdr->b_type, ==, type); 5358 VERIFY3U(hdr->b_type, ==, type); 5446 VERIFY3U(nhdr->b_type, ==, type);
|