Searched refs:b_type (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/regress/sys/uvm/pdsim/ |
| D | lirs.c | 47 int b_type; member 74 (bp->b_type == B_L) ? "L" : in buf_print() 75 (bp->b_type == (B_H | B_R)) ? "HR" : in buf_print() 76 (bp->b_type == B_H) ? "H" : in buf_print() 77 (bp->b_type == 0) ? "free" : in buf_print() 107 if (bufs->b_type == 0) { in dump() 128 assert(bp->b_type == (B_H | B_R)); in reclaim() 130 bp->b_type &= ~B_R; in reclaim() 142 if (bp->b_type == B_L) { in prune() 149 if ((bp->b_type & B_R) == 0) { in prune() [all …]
|
| /netbsd/src/games/hunt/huntd/ |
| D | shots.c | 99 switch (bp->b_type) { in moveshots() 143 if (bp->b_type == DSHOT) in moveshots() 556 Maze[bp->b_y][bp->b_x] = bp->b_type; in save_bullet() 668 switch (bp->b_type) { in chkshot() 687 bp->b_type = SLIME; in chkshot() 728 damage * MINDAM, bp->b_type); in chkshot() 785 move_slime(nbp, nbp->b_type == SLIME ? SLIMESPEED : LAVASPEED, next); in chkslime() 812 showexpl(bp->b_y, bp->b_x, bp->b_type == LAVA ? LAVA : '*'); in move_slime() 826 checkdam(pp, bp->b_owner, bp->b_score, MINDAM, bp->b_type); in move_slime() 920 nbp = create_shot(bp->b_type, bp->b_y, bp->b_x - 1, LEFTS, in move_slime() [all …]
|
| D | hunt.h | 113 char b_type; member
|
| D | execute.c | 488 bp->b_type = type; in create_shot()
|
| /netbsd/src/sys/arch/xen/xen/ |
| D | pciback.c | 96 int b_type; member 243 sc->sc_bars[i].b_type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, in pciback_pci_attach() 246 sc->sc_bars[i].b_type, 0, in pciback_pci_attach() 252 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ? in pciback_pci_attach() 258 if (sc->sc_bars[i].b_type == in pciback_pci_attach() 330 (sc->sc_bars[i].b_type == PCI_MAPREG_TYPE_IO) ? in pciback_kernfs_read()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | socket_wrapper.c | 358 char b_type = '\0'; in convert_in_un_remote() local 368 b_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_remote() 378 } else if (b_type && addr == 0x7FFFFFFF) { in convert_in_un_remote() 381 type = b_type; in convert_in_un_remote() 458 char b_type = '\0'; in convert_in_un_alloc() local 472 b_type = SOCKET_TYPE_CHAR_UDP; in convert_in_un_alloc() 486 } else if (b_type && addr == 0x7FFFFFFF) { in convert_in_un_alloc() 489 type = b_type; in convert_in_un_alloc()
|
| /netbsd/src/usr.sbin/wsmoused/ |
| D | wsmoused.h | 82 int b_type; member
|
| D | config.c | 102 b->b_type = type; in block_new()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 1039 arc_buf_contents_t b_type; member 1909 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type() 2499 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl() 2500 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl() 2879 hdr->b_type = type; in arc_hdr_alloc() 4418 VERIFY3U(hdr->b_type, ==, type); in arc_get_data_buf() 4483 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_buf() 5358 VERIFY3U(hdr->b_type, ==, type); in arc_release() 5446 VERIFY3U(nhdr->b_type, ==, type); in arc_release()
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 1930 places. Removed the old `b_type' entry in bdevsw. Centralized
|