Searched refs:b_next (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/games/backgammon/backgammon/
H A Dmove.c55 struct BOARD *b_next; /* forward queue pointer */ member in struct:BOARD
271 qp->b_next = 0;
276 new->b_next = qp;
285 while (qp->b_next != 0) {/* traverse queue */
286 result = bcomp(new, qp->b_next);
288 new->b_next = qp->b_next;
289 qp->b_next = new;
293 mvcheck(qp->b_next, new);
297 qp = qp->b_next;
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dutilities.c153 bufhead.b_next = bufhead.b_prev = &bufhead;
169 bp->b_next = bufhead.b_next;
170 bufhead.b_next->b_prev = bp;
171 bufhead.b_next = bp;
185 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next)
198 bp->b_prev->b_next = bp->b_next;
199 bp->b_next
[all...]
H A Dfsck.h80 struct bufarea *b_next; /* free list queue */ member in struct:bufarea
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dextern.h69 SIMPLEQ_ENTRY(cmdloop_branch) b_next; member in struct:cmdloop_branch
H A Dparse.c579 SIMPLEQ_FOREACH(b, &pb->pb_branches, b_next) {
756 SIMPLEQ_INSERT_HEAD(&pb->pb_branches, b, b_next);
770 SIMPLEQ_REMOVE_HEAD(&pb->pb_branches, b_next);
780 SIMPLEQ_INSERT_TAIL(&pb->pb_branches, b, b_next);
786 SIMPLEQ_REMOVE_HEAD(&pb->pb_branches, b_next);
806 SIMPLEQ_FOREACH(b, &pb->pb_branches, b_next) {
H A Dparse.h44 SIMPLEQ_ENTRY(branch) b_next; member in struct:branch
H A Difconfig.c390 SIMPLEQ_INSERT_TAIL(&cmdloop_branches, b, b_next);
486 SIMPLEQ_FOREACH(b, &cmdloop_branches, b_next)
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dutilities.c148 bufhead.b_next = bufhead.b_prev = &bufhead;
167 bp->b_next = bufhead.b_next;
168 bufhead.b_next->b_prev = bp;
169 bufhead.b_next = bp;
183 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next)
194 bp->b_prev->b_next = bp->b_next;
195 bp->b_next
[all...]
H A Dfsck.h109 struct bufarea *b_next; /* free list queue */ member in struct:bufarea
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dshots.c88 next = bp->b_next;
105 bp->b_next = Bullets;
112 bp->b_next = Bullets;
120 bp->b_next = Bullets;
126 bp->b_next = Bullets;
135 next = bp->b_next;
217 zapshot(bp->b_next, bp);
223 zapshot(bp->b_next, bp);
558 bp->b_next = Bullets;
990 for (bp = blist; bp != NULL; bp = bp->b_next) {
[all...]
H A Dexecute.c465 bp->b_next = Bullets;
492 bp->b_next = NULL;
H A Dhunt.h344 BULLET *b_next; member in struct:bullet_def
H A Ddriver.c630 for (bp = Bullets; bp != NULL; bp = bp->b_next) {
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck.h92 struct ubufarea *b_next; /* free list queue */ member in struct:ubufarea
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Darc.h50 arc_buf_t *b_next; member in struct:arc_buf
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1232 buf->b_next = NULL;
1309 buf->b_next = hdr->b_buf;
1420 for (bufp = &buf->b_hdr->b_buf; *bufp != buf; bufp = &(*bufp)->b_next)
1422 *bufp = buf->b_next;
1483 hdr->b_buf = buf->b_next;
1485 buf->b_next = arc_eviction_list;
1572 ASSERT(hdr->b_buf == buf && buf->b_next == NULL);
1659 ab->b_buf = buf->b_next;
1661 buf->b_next = arc_eviction_list;
1883 arc_eviction_list = buf->b_next;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpdqvar.h443 #define PDQ_OS_DATABUF_NEXTPKT(b) ((b)->b_next)
444 #define PDQ_OS_DATABUF_NEXTPKT_SET(b, b1) ((b)->b_next = (b1))
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dserver.c203 bp->b_next = expand(makeblock(NAME, cp), E_VARS);
204 while (bp->b_next != NULL)
205 bp = bp->b_next;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Delfread.c1025 struct breakpoint *b_next = b->related_breakpoint; local
1040 b = b_next;

Completed in 110 milliseconds