Home
last modified time | relevance | path

Searched refs:bsz (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz, in init_cache() argument
90 (*cp)->bsz = bsz; in init_cache()
125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache()
130 bp->nalloc + cp->bsz, in add_cache()
135 (bp->nalloc + cp->bsz))) != NULL) { in add_cache()
153 bp->nalloc += cp->bsz; in add_cache()
H A Dnhash.h56 int bsz; member
66 extern int init_cache(Cache **cp, int hsz, int bsz,
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c384 size_t sz, bsz; in findroot() local
418 bsz = strlen(BOOTSIGN_DIR "/"); in findroot()
419 if (bsz + sz + 1 > sizeof (barg->gb_bootsign)) in findroot()
422 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz); in findroot()
423 bcopy(sign, barg->gb_bootsign + bsz, sz); in findroot()
424 barg->gb_bootsign [bsz + sz] = 0; in findroot()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c2885 fhc_cvt_size(uint64_t bsz) in fhc_cvt_size() argument
2890 bsz /= 64; in fhc_cvt_size()
2891 while (bsz) { in fhc_cvt_size()
2893 bsz /= 2; in fhc_cvt_size()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1160 size_t asz, bsz; in type_equals() local
1171 (bsz = mdb_ctf_type_size(b)) == -1UL || in type_equals()
1174 asz != bsz || akind != bkind) { in type_equals()