Searched refs:b_prev (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dutilities.c153 bufhead.b_next = bufhead.b_prev = &bufhead;
168 bp->b_prev = &bufhead;
170 bufhead.b_next->b_prev = bp;
188 for (bp = bufhead.b_prev; bp != &bufhead; bp = bp->b_prev)
198 bp->b_prev->b_next = bp->b_next;
199 bp->b_next->b_prev = bp->b_prev;
200 bp->b_prev = &bufhead;
202 bufhead.b_next->b_prev
[all...]
H A Dfsck.h81 struct bufarea *b_prev; /* free list queue */ member in struct:bufarea
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dutilities.c148 bufhead.b_next = bufhead.b_prev = &bufhead;
166 bp->b_prev = &bufhead;
168 bufhead.b_next->b_prev = bp;
186 for (bp = bufhead.b_prev; bp != &bufhead; bp = bp->b_prev)
194 bp->b_prev->b_next = bp->b_next;
195 bp->b_next->b_prev = bp->b_prev;
196 bp->b_prev = &bufhead;
198 bufhead.b_next->b_prev
[all...]
H A Dfsck.h110 struct bufarea *b_prev; /* free list queue */ member in struct:bufarea
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dfsck.h93 struct ubufarea *b_prev; /* free list queue */ member in struct:ubufarea
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c2772 static int buflen = 0, b_prev = 0 , x_prev = -1, y_prev = -1 ; local
2819 if (b_prev != 0 && b_prev != buf[0]) { /* possibly record button change */
2827 b_prev = buf[0] ;

Completed in 187 milliseconds