Home
last modified time | relevance | path

Searched refs:b_next (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/games/backgammon/backgammon/
H A Dmove.c281 qp->b_next = 0; in binsert()
286 new->b_next = qp; in binsert()
298 new->b_next = qp->b_next; in binsert()
299 qp->b_next = new; in binsert()
303 mvcheck(mm, qp->b_next, new); in binsert()
307 qp = qp->b_next; in binsert()
310 qp->b_next = new; in binsert()
311 new->b_next = 0; in binsert()
371 freeq = freeq->b_next; in nextfree()
374 new->b_next = 0; in nextfree()
[all …]
/netbsd/sbin/fsck_ext2fs/
H A Dutilities.c153 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
169 bp->b_next = bufhead.b_next; in bufinit()
170 bufhead.b_next->b_prev = bp; in bufinit()
171 bufhead.b_next = bp; in bufinit()
185 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
198 bp->b_prev->b_next = bp->b_next; in getdatablk()
199 bp->b_next->b_prev = bp->b_prev; in getdatablk()
201 bp->b_next = bufhead.b_next; in getdatablk()
202 bufhead.b_next->b_prev = bp; in getdatablk()
203 bufhead.b_next = bp; in getdatablk()
H A Dfsck.h80 struct bufarea *b_next; /* free list queue */ member
/netbsd/sbin/fsck_ffs/
H A Dutilities.c150 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
169 bp->b_next = bufhead.b_next; in bufinit()
170 bufhead.b_next->b_prev = bp; in bufinit()
171 bufhead.b_next = bp; in bufinit()
185 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next) in getdatablk()
196 bp->b_prev->b_next = bp->b_next; in getdatablk()
197 bp->b_next->b_prev = bp->b_prev; in getdatablk()
199 bp->b_next = bufhead.b_next; in getdatablk()
200 bufhead.b_next->b_prev = bp; in getdatablk()
201 bufhead.b_next = bp; in getdatablk()
H A Dfsck.h108 struct bufarea *b_next; /* free list queue */ member
/netbsd/games/hunt/huntd/
H A Dshots.c88 next = bp->b_next; in moveshots()
105 bp->b_next = Bullets; in moveshots()
112 bp->b_next = Bullets; in moveshots()
120 bp->b_next = Bullets; in moveshots()
126 bp->b_next = Bullets; in moveshots()
135 next = bp->b_next; in moveshots()
217 zapshot(bp->b_next, bp); in move_normal_shot()
223 zapshot(bp->b_next, bp); in move_normal_shot()
560 bp->b_next = Bullets; in save_bullet()
992 for (bp = blist; bp != NULL; bp = bp->b_next) { in zapshot()
[all …]
H A Dhunt.h119 BULLET *b_next; member
H A Dexecute.c465 bp->b_next = Bullets; in add_shot()
492 bp->b_next = NULL; in create_shot()
H A Ddriver.c701 for (bp = Bullets; bp != NULL; bp = bp->b_next) { in zap()
/netbsd/sbin/ifconfig/
H A Dparse.c574 SIMPLEQ_FOREACH(b, &pb->pb_branches, b_next) { in pbranch_match()
750 SIMPLEQ_INSERT_HEAD(&pb->pb_branches, b, b_next); in pbranch_addbranch()
764 SIMPLEQ_REMOVE_HEAD(&pb->pb_branches, b_next); in pbranch_setbranches()
775 SIMPLEQ_INSERT_TAIL(&pb->pb_branches, b, b_next); in pbranch_setbranches()
781 SIMPLEQ_REMOVE_HEAD(&pb->pb_branches, b_next); in pbranch_setbranches()
801 SIMPLEQ_FOREACH(b, &pb->pb_branches, b_next) { in pbranch_init()
H A Dextern.h69 SIMPLEQ_ENTRY(cmdloop_branch) b_next;
H A Dparse.h46 SIMPLEQ_ENTRY(branch) b_next;
H A Difconfig.c408 SIMPLEQ_INSERT_TAIL(&cmdloop_branches, b, b_next); in register_cmdloop_branch()
504 SIMPLEQ_FOREACH(b, &cmdloop_branches, b_next) in init_parser()
/netbsd/external/bsd/openldap/dist/servers/lloadd/
H A Dbackend.c314 next = LDAP_CIRCLEQ_LOOP_NEXT( &backend, b, b_next ); in backend_select()
687 LloadBackend *next = LDAP_CIRCLEQ_LOOP_NEXT( &backend, b, b_next ); in lload_backend_destroy()
697 LDAP_CIRCLEQ_REMOVE( &backend, b, b_next ); in lload_backend_destroy()
H A Dlload.h260 LDAP_CIRCLEQ_ENTRY(LloadBackend) b_next;
H A Ddaemon.c1286 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in lloadd_daemon()
1339 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in lloadd_daemon()
1700 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in lload_handle_global_invalidation()
H A Dmonitor.c908 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in lload_monitor_backends_init()
948 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in lload_monitor_update_global_stats()
H A Doperation.c632 LDAP_CIRCLEQ_FOREACH ( b, &backend, b_next ) { in operations_timeout()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Darc.h127 arc_buf_t *b_next; member
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c2121 buf = buf->b_next) { in arc_evictable_space_increment()
2158 buf = buf->b_next) { in arc_evitable_space_decrement()
2332 buf = buf->b_next) { in arc_change_state()
2387 buf = buf->b_next) { in arc_change_state()
2509 buf->b_next = NULL; in arc_buf_alloc_impl()
2772 *bufp = buf->b_next; in arc_buf_destroy_impl()
2781 bufp = &(*bufp)->b_next; in arc_buf_destroy_impl()
2784 buf->b_next = NULL; in arc_buf_destroy_impl()
5378 *bufp = buf->b_next; in arc_release()
5388 bufp = &(*bufp)->b_next; in arc_release()
[all …]
/netbsd/usr.bin/rdist/
H A Dserver.c203 bp->b_next = expand(makeblock(NAME, cp), E_VARS); in server()
204 while (bp->b_next != NULL) in server()
205 bp = bp->b_next; in server()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Delfread.c999 struct breakpoint *b_next = b->related_breakpoint;
1014 b = b_next;
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c999 struct breakpoint *b_next = b->related_breakpoint;
1014 b = b_next;
/netbsd/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c528 struct ptx_free_block *b_next = b->next; in nvptx_close_device() local
531 b = b_next; in nvptx_close_device()
/netbsd/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c554 struct ptx_free_block *b_next = b->next; in nvptx_close_device() local
557 b = b_next; in nvptx_close_device()

12