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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h82 size_t b_size; member in struct:msgb
H A Dsocket.c1320 mp->b_size = size;
1331 bkmem_free((caddr_t)(mp->b_datap), mp->b_size);
1357 if (!(nbp = allocb(bp->b_size, 0)))
1364 bcopy(bp->b_datap, nbp->b_datap, bp->b_size);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c280 bufhead.b_size = i; /* save number of buffers */
326 bp->b_size = size;
340 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
368 if (bufhead.b_size != cnt)
370 bufhead.b_size - cnt);
H A Dfsck.h86 int b_size; member in struct:bufarea
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c229 bufhead.b_size = i; /* save number of buffers */
265 if (bufhead.b_size != cnt)
267 bufhead.b_size - cnt);
338 bp->b_size = size;
360 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
1309 size = sblk.b_size;
1830 bufhead.b_size++;
H A Dfsck.h107 int b_size; member in struct:bufarea
H A Dsetup.c1067 sblk.b_size = SBSIZE;
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c286 if (total_len > mp->b_size)
735 "(%d > %lu)\n", index, iplen, igp->igm_mp->b_size);
779 igp->igm_mp->b_size);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h74 #define s_bufsz s_buf.b_size
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3814 int b_size, c_size; local
3875 b_size = file->_size;
3881 if (page_addr == file->_off && b_size > 0) {
3883 c_size = b_size - b_off;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c232 b_size; /* Size of buffer in bytes */ member in struct:buf_info
6699 Buffr.b_size = (size_t)(Bufsize * blk_cnt);
6700 Buffr.b_base_p = e_valloc(E_NORMAL, Buffr.b_size);
6705 if (Buffr.b_base_p == NULL || Buffr.b_size < (2 * CPIOBSZ)) {
6711 Buffr.b_end_p = Buffr.b_base_p + Buffr.b_size;

Completed in 111 milliseconds