Searched refs:b_size (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 817 int32_t b_size; member 1687 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, &zc); in arc_cksum_verify() 1700 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, &zc); in arc_cksum_equal() 1719 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, in arc_cksum_compute() 1760 ctl.prwatch.pr_size = buf->b_hdr->b_size; in arc_buf_watch() 1862 uint64_t delta = hdr->b_size * hdr->b_l1hdr.b_datacnt; in add_reference() 1871 delta = hdr->b_size; in add_reference() 1905 atomic_add_64(size, hdr->b_size * in remove_reference() 1948 from_delta = to_delta = datacnt * hdr->b_size; in arc_change_state() 1968 from_delta = hdr->b_size; in arc_change_state() [all …]
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | utilities.c | 280 bufhead.b_size = i; /* save number of buffers */ in bufinit() 326 bp->b_size = size; in getblk() 340 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); in flush() 368 if (bufhead.b_size != cnt) in ckfini() 370 bufhead.b_size - cnt); in ckfini()
|
H A D | fsck.h | 86 int b_size; member
|
/titanic_44/usr/src/stand/lib/sock/ |
H A D | socket_impl.h | 82 size_t b_size; member
|
H A D | socket.c | 1320 mp->b_size = size; in allocb() 1331 bkmem_free((caddr_t)(mp->b_datap), mp->b_size); in freeb() 1357 if (!(nbp = allocb(bp->b_size, 0))) in copyb() 1364 bcopy(bp->b_datap, nbp->b_datap, bp->b_size); in copyb()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 229 bufhead.b_size = i; /* save number of buffers */ in bufinit() 265 if (bufhead.b_size != cnt) in unbufinit() 267 bufhead.b_size - cnt); in unbufinit() 338 bp->b_size = size; in getblk() 360 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size); in flush() 1309 size = sblk.b_size; in updateclean() 1830 bufhead.b_size++; in alloc_bufarea()
|
H A D | fsck.h | 107 int b_size; member
|
H A D | setup.c | 1067 sblk.b_size = SBSIZE; in checksb()
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 286 if (total_len > mp->b_size) in frag_load() 735 "(%d > %lu)\n", index, iplen, igp->igm_mp->b_size); in ipv4_input() 779 igp->igm_mp->b_size); in ipv4_input()
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_impl.h | 74 #define s_bufsz s_buf.b_size
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 3814 int b_size, c_size; in kobj_read_file() local 3875 b_size = file->_size; in kobj_read_file() 3881 if (page_addr == file->_off && b_size > 0) { in kobj_read_file() 3883 c_size = b_size - b_off; in kobj_read_file()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 232 b_size; /* Size of buffer in bytes */ member 6699 Buffr.b_size = (size_t)(Bufsize * blk_cnt); in setup() 6700 Buffr.b_base_p = e_valloc(E_NORMAL, Buffr.b_size); in setup() 6705 if (Buffr.b_base_p == NULL || Buffr.b_size < (2 * CPIOBSZ)) { in setup() 6711 Buffr.b_end_p = Buffr.b_base_p + Buffr.b_size; in setup()
|