Searched defs:b_buf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h90 char *b_buf; /* buffer space */ member in union:bufarea::__anon544
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h112 char *b_buf; /* buffer space */ member in union:bufarea::__anon550
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c176 * | b_buf +------------>+-----------+ arc_buf_t
199 * the last buffer in the hdr's b_buf list, however a shared compressed buf can
217 * | b_buf +------------>+---------+ arc_buf_t
875 arc_buf_t *b_buf; member in struct:l1arc_buf_hdr
1480 for (arc_buf_t *b = hdr->b_l1hdr.b_buf; b != NULL; b = b->b_next) {
1833 for (arc_buf_t *from = hdr->b_l1hdr.b_buf; from != NULL;
2002 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL);
2014 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL;
2037 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL);
2049 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; bu
[all...]
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h2055 caddr_t b_buf; member in struct:yge_buf

Completed in 90 milliseconds