Searched defs:b_forw (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h82 struct buf *b_forw; /* headed by d_tab of conf.c */ member in struct:buf
139 struct buf *b_forw, *b_back; /* queue of unit queues */ member in struct:diskhd
212 ASSERT((bp)->b_forw != NULL); \
214 (bp)->b_back->b_forw = (bp)->b_forw; \
215 (bp)->b_forw->b_back = (bp)->b_back; \
216 (bp)->b_forw = (bp)->b_back = NULL; \
219 ASSERT((bp)->b_forw == NULL); \
221 ASSERT((dp)->b_forw != NULL); \
223 (bp)->b_forw
253 struct buf *b_forw; /* hash list forw pointer */ member in struct:hbuf
270 struct buf *b_forw; /* not used */ member in struct:dwbuf
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h393 #define b_forw b_pad1 /* b_forw in struct buf */ macro

Completed in 62 milliseconds