blist
zapshot(BULLET *blist, BULLET *obp)
for (bp = blist; bp != NULL; bp = bp->b_next) {
explshot(blist, obp->b_y, obp->b_x);
explshot(BULLET *blist, int y, int x)
for (bp = blist; bp != NULL; bp = bp->b_next)
blist = Bullets;
for (bp = blist; bp != NULL; bp = next) {
find_under(BULLET *blist, BULLET *bp)
for (nbp = blist; nbp != NULL; nbp = nbp->b_next)
blist = Bullets;
for (bp = blist; bp != NULL; bp = next) {
BULLET *blist;
struct blist *swapblist = NULL;
struct blist blcopy = { 0 };
__add_pfs_blockref(const hammer2_blockref_t *bref, struct blockref_list *blist,
p = TAILQ_FIRST(blist);
TAILQ_INSERT_TAIL(blist, newp, entry);
init_pfs_blockref(const hammer2_blockref_t *bref, struct blockref_list *blist)
__add_pfs_blockref(bref, blist, &ipdata);
if (init_pfs_blockref(&bscan[i], blist) == -1)
cleanup_pfs_blockref(struct blockref_list *blist)
cleanup_blockref_msg(blist);
struct blockref_list blist;
TAILQ_INIT(&blist);
if (init_pfs_blockref(&broot, &blist) == -1) {
if (TAILQ_EMPTY(&blist)) {
TAILQ_FOREACH(p, &blist, entry) {
cleanup_pfs_blockref(&blist);
bl = kmalloc(sizeof(struct blist), M_SWAP, M_WAITOK | M_ZERO);
struct blist *swapblist;
extern struct blist *swapblist;