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

/freebsd-10-stable/contrib/jemalloc/src/
H A Dextent.c11 size_t b_size = b->size; local
13 ret = (a_size > b_size) - (a_size < b_size);
H A Darena.c111 size_t b_size = b->bits & ~PAGE_MASK; local
113 ret = (a_size > b_size) - (a_size < b_size);
/freebsd-10-stable/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-10-stable/sys/dev/sym/
H A Dsym_fw.h144 int b_size; /* Size of script B */ member in struct:sym_fw
H A Dsym_hipd.c8454 np->scriptb_sz = fw->b_size;
/freebsd-10-stable/sbin/fsck_ffs/
H A Dfsck.h139 int b_size; member in struct:bufarea
H A Dfsutil.c341 bp->b_size = size;
359 (bp->b_errs == bp->b_size / dev_bsize) ? "" : "PARTIALLY ",
362 blwrite(fd, bp->b_un.b_buf, bp->b_bno, bp->b_size);
H A Dsetup.c375 sblk.b_size = SBLOCKSIZE;

Completed in 137 milliseconds