OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_prev
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/fsck_ext2fs/
utilities.c
153
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
= bp
[
all
...]
fsck.h
81
struct bufarea *
b_prev
; /* free list queue */
member in struct:bufarea
/src/sbin/fsck_ffs/
utilities.c
150
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
)
196
bp->
b_prev
->b_next = bp->b_next;
197
bp->b_next->
b_prev
= bp->
b_prev
;
198
bp->
b_prev
= &bufhead;
200
bufhead.b_next->
b_prev
= bp
[
all
...]
fsck.h
109
struct bufarea *
b_prev
; /* free list queue */
member in struct:bufarea
/src/usr.sbin/moused/
moused.c
2763
static int buflen = 0,
b_prev
= 0 , x_prev = -1, y_prev = -1;
local in function:kidspad
2809
if (
b_prev
!= 0 &&
b_prev
!= buf[0]) { /* possibly record button change */
2817
b_prev
= buf[0];
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025