Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c144 (void) memmove((void *)(bp->b_un.b_buf + in dirscan()
201 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
242 dp = (struct direct *)(bp->b_un.b_buf + origloc); in fsck_readdir()
312 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
933 (void) memmove(bp[0]->b_un.b_buf, bpback->b_un.b_buf, in expanddir()
942 for (cp = &(bp[0]->b_un.b_buf[lffragsz]); in expanddir()
943 cp < &(bp[0]->b_un.b_buf[sblock.fs_bsize]); in expanddir()
959 (void) memset(bp[1]->b_un.b_buf, 0, sblock.fs_bsize); in expanddir()
973 if (((daddr32_t *)bp[1]->b_un.b_buf)[bc] == 0) { in expanddir()
1038 ((daddr32_t *)bp[1]->b_un.b_buf)[nxtibn] = newblk[0]; in expanddir()
[all …]
H A Dutilities.c201 cgblk.b_un.b_buf = bufp; in bufinit()
222 bp->b_un.b_buf = bufp; in bufinit()
261 free((void *)bp->b_un.b_buf); in unbufinit()
336 bp->b_errs = fsck_bread(fsreadfd, bp->b_un.b_buf, dblk, size); in getblk()
360 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); in flush()
420 if (cgblk.b_un.b_buf != NULL) { in ckfini()
421 free((void *)cgblk.b_un.b_buf); in ckfini()
422 cgblk.b_un.b_buf = NULL; in ckfini()
608 (void) memset((void *)bp->b_un.b_buf, 0, size); in allocblk()
1313 if ((cleanbuf.b_un.b_buf = malloc(size)) == NULL) in updateclean()
[all …]
H A Dsetup.c1254 if (sblk.b_un.b_buf == NULL) in sblock_init()
1255 sblk.b_un.b_buf = calloc(1, SBSIZE); in sblock_init()
1256 if (asblk.b_un.b_buf == NULL) in sblock_init()
1257 asblk.b_un.b_buf = calloc(1, SBSIZE); in sblock_init()
1258 if (sblk.b_un.b_buf == NULL || asblk.b_un.b_buf == NULL) in sblock_init()
H A Dfsck.h112 char *b_buf; /* buffer space */ member
H A Dpass3b.c258 (void) memmove((void *)(aclbuf + aclbufoff), (void *)bp->b_un.b_buf, in pass3bcheck()
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c181 fp = (struct file_entry *)bp->b_un.b_buf; in getfilentry()
198 fp = (struct file_entry *)bp->b_un.b_buf; in putfilentry()
273 bp->b_un.b_buf = bufp; in bufinit()
324 bp->b_errs = bread(fsreadfd, bp->b_un.b_buf, dblk, size); in getblk()
340 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); in flush()
364 free(bp->b_un.b_buf); in ckfini()
H A Dfsck.h90 char *b_buf; /* buffer space */ member
H A Dpass1.c119 fp = (struct file_entry *)bp->b_un.b_buf; in pass1()
549 fp = (struct file_entry *)bp->b_un.b_buf; in adjust()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c768 arc_buf_t *b_buf; member
1599 ASSERT(hdr->b_l1hdr.b_buf == NULL); in arc_hdr_realloc()
1870 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL); in add_reference()
1967 ASSERT(hdr->b_l1hdr.b_buf == NULL); in arc_change_state()
1988 ASSERT(hdr->b_l1hdr.b_buf == NULL); in arc_change_state()
2023 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_change_state()
2059 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_change_state()
2164 hdr->b_l1hdr.b_buf = buf; in arc_buf_alloc()
2277 buf->b_next = hdr->b_l1hdr.b_buf; in arc_buf_clone()
2278 hdr->b_l1hdr.b_buf = buf; in arc_buf_clone()
[all …]
/titanic_44/usr/src/uts/common/io/yge/
H A Dyge.c1548 sflag, DDI_DMA_DONTWAIT, NULL, &b->b_buf, &l, &b->b_acch); in yge_alloc_buf()
1554 rv = ddi_dma_addr_bind_handle(b->b_dmah, NULL, b->b_buf, l, flag, in yge_alloc_buf()
1573 b->b_buf = NULL; in yge_free_buf()
1691 mcopymsg(mp, txb->b_buf); in yge_send()
1854 bcopy(rxb->b_buf, mp->b_rptr, len); in yge_rxeof()
H A Dyge.h2055 caddr_t b_buf; member