Symbol: blist
games/hunt/huntd/shots.c
1071
zapshot(BULLET *blist, BULLET *obp)
games/hunt/huntd/shots.c
1075
for (bp = blist; bp != NULL; bp = bp->b_next) {
games/hunt/huntd/shots.c
1081
explshot(blist, obp->b_y, obp->b_x);
games/hunt/huntd/shots.c
1092
explshot(BULLET *blist, int y, int x)
games/hunt/huntd/shots.c
1096
for (bp = blist; bp != NULL; bp = bp->b_next)
games/hunt/huntd/shots.c
111
blist = Bullets;
games/hunt/huntd/shots.c
115
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
1181
find_under(BULLET *blist, BULLET *bp)
games/hunt/huntd/shots.c
1185
for (nbp = blist; nbp != NULL; nbp = nbp->b_next)
games/hunt/huntd/shots.c
168
blist = Bullets;
games/hunt/huntd/shots.c
170
for (bp = blist; bp != NULL; bp = next) {
games/hunt/huntd/shots.c
97
BULLET *blist;
lib/libkvm/kvm_getswapinfo.c
378
struct blist *swapblist = NULL;
lib/libkvm/kvm_getswapinfo.c
379
struct blist blcopy = { 0 };
sbin/fsck_hammer2/test.c
1084
__add_pfs_blockref(const hammer2_blockref_t *bref, struct blockref_list *blist,
sbin/fsck_hammer2/test.c
1094
p = TAILQ_FIRST(blist);
sbin/fsck_hammer2/test.c
1109
TAILQ_INSERT_TAIL(blist, newp, entry);
sbin/fsck_hammer2/test.c
1113
init_pfs_blockref(const hammer2_blockref_t *bref, struct blockref_list *blist)
sbin/fsck_hammer2/test.c
1136
__add_pfs_blockref(bref, blist, &ipdata);
sbin/fsck_hammer2/test.c
1156
if (init_pfs_blockref(&bscan[i], blist) == -1)
sbin/fsck_hammer2/test.c
1162
cleanup_pfs_blockref(struct blockref_list *blist)
sbin/fsck_hammer2/test.c
1164
cleanup_blockref_msg(blist);
sbin/fsck_hammer2/test.c
339
struct blockref_list blist;
sbin/fsck_hammer2/test.c
352
TAILQ_INIT(&blist);
sbin/fsck_hammer2/test.c
353
if (init_pfs_blockref(&broot, &blist) == -1) {
sbin/fsck_hammer2/test.c
358
if (TAILQ_EMPTY(&blist)) {
sbin/fsck_hammer2/test.c
363
TAILQ_FOREACH(p, &blist, entry) {
sbin/fsck_hammer2/test.c
398
cleanup_pfs_blockref(&blist);
sys/kern/subr_blist.c
194
bl = kmalloc(sizeof(struct blist), M_SWAP, M_WAITOK | M_ZERO);
sys/vm/swap_pager.c
169
struct blist *swapblist;
sys/vm/swap_pager.h
101
extern struct blist *swapblist;