Searched refs:bsz (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 76 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 D | nhash.h | 56 int bsz; member 66 extern int init_cache(Cache **cp, int hsz, int bsz,
|
/titanic_44/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 384 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()
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 2886 fhc_cvt_size(uint64_t bsz) in fhc_cvt_size() argument 2891 bsz /= 64; in fhc_cvt_size() 2892 while (bsz) { in fhc_cvt_size() 2894 bsz /= 2; in fhc_cvt_size()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1140 size_t asz, bsz; in type_equals() local 1151 (bsz = mdb_ctf_type_size(b)) == -1UL || in type_equals() 1154 asz != bsz || akind != bkind) { in type_equals()
|