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

/freebsd-9.3-release/usr.sbin/watch/
H A Dwatch.c287 size_t b_size = MIN_SIZE; local
347 if (!(buf = (char *) malloc(b_size)))
420 if (nread < (b_size / 2) && (b_size / 2) > MIN_SIZE) {
422 if (!(buf = (char *) malloc(b_size / 2)))
424 b_size = b_size / 2;
426 if (nread > b_size) {
427 b_size = (nread % 2) ? (nread + 1) : (nread);
429 if (!(buf = (char *) malloc(b_size)))
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c562 uint64_t b_size; member in struct:arc_buf_hdr
1101 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, &zc);
1114 fletcher_2_native(buf->b_data, buf->b_hdr->b_size, &zc);
1133 fletcher_2_native(buf->b_data, buf->b_hdr->b_size,
1177 ctl.prwatch.pr_size = buf->b_hdr->b_size;
1258 uint64_t delta = ab->b_size * ab->b_datacnt;
1271 delta = ab->b_size;
1304 atomic_add_64(size, ab->b_size * ab->b_datacnt);
1329 from_delta = to_delta = ab->b_datacnt * ab->b_size;
1355 from_delta = ab->b_size;
[all...]
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_fw.h144 int b_size; /* Size of script B */ member in struct:sym_fw
H A Dsym_hipd.c8451 np->scriptb_sz = fw->b_size;
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dfsck.h139 int b_size; member in struct:bufarea
H A Dfsutil.c321 bp->b_size = size;
339 (bp->b_errs == bp->b_size / dev_bsize) ? "" : "PARTIALLY ",
342 blwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
H A Dsetup.c371 sblk.b_size = SBLOCKSIZE;
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1754 size_t b_size = b->size; local
1756 ret = (a_size > b_size) - (a_size < b_size);
2392 size_t b_size = b->bits & ~PAGE_MASK; local
2394 ret = (a_size > b_size) - (a_size < b_size);

Completed in 121 milliseconds