Searched refs:b_buf (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c144 (void) memmove((void *)(bp->b_un.b_buf +
200 /* LINTED b_buf is aligned and id_loc was verified above */
201 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
241 /* LINTED b_buf is aligned and id_loc/origloc was verified */
242 dp = (struct direct *)(bp->b_un.b_buf + origloc);
311 /* LINTED b_buf is aligned and id_loc verified to be ok */
312 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
933 (void) memmove(bp[0]->b_un.b_buf, bpback->b_un.b_buf,
942 for (cp = &(bp[0]->b_un.b_buf[lffrags
[all...]
H A Dutilities.c201 cgblk.b_un.b_buf = bufp;
222 bp->b_un.b_buf = bufp;
261 free((void *)bp->b_un.b_buf);
336 bp->b_errs = fsck_bread(fsreadfd, bp->b_un.b_buf, dblk, size);
360 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
420 if (cgblk.b_un.b_buf != NULL) {
421 free((void *)cgblk.b_un.b_buf);
422 cgblk.b_un.b_buf = NULL;
608 (void) memset((void *)bp->b_un.b_buf, 0, size);
1313 if ((cleanbuf.b_un.b_buf
[all...]
H A Dsetup.c1254 if (sblk.b_un.b_buf == NULL)
1255 sblk.b_un.b_buf = calloc(1, SBSIZE);
1256 if (asblk.b_un.b_buf == NULL)
1257 asblk.b_un.b_buf = calloc(1, SBSIZE);
1258 if (sblk.b_un.b_buf == NULL || asblk.b_un.b_buf == NULL)
H A Dfsck.h112 char *b_buf; /* buffer space */ member in union:bufarea::__anon550
H A Dpass3b.c258 (void) memmove((void *)(aclbuf + aclbufoff), (void *)bp->b_un.b_buf,
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c181 fp = (struct file_entry *)bp->b_un.b_buf;
198 fp = (struct file_entry *)bp->b_un.b_buf;
273 bp->b_un.b_buf = bufp;
324 bp->b_errs = bread(fsreadfd, bp->b_un.b_buf, dblk, size);
340 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
364 free(bp->b_un.b_buf);
H A Dfsck.h90 char *b_buf; /* buffer space */ member in union:bufarea::__anon544
H A Dpass1.c119 fp = (struct file_entry *)bp->b_un.b_buf;
549 fp = (struct file_entry *)bp->b_un.b_buf;
/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.c1548 sflag, DDI_DMA_DONTWAIT, NULL, &b->b_buf, &l, &b->b_acch);
1554 rv = ddi_dma_addr_bind_handle(b->b_dmah, NULL, b->b_buf, l, flag,
1573 b->b_buf = NULL;
1691 mcopymsg(mp, txb->b_buf);
1854 bcopy(rxb->b_buf, mp->b_rptr, len);
H A Dyge.h2055 caddr_t b_buf; member in struct:yge_buf

Completed in 127 milliseconds