Searched refs:bsz (Results 1 – 8 of 8) sorted by relevance
| /onnv-gate/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,
|
| /onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| H A D | med_hash.c | 65 int bsz, in init_cache() argument 84 (*cp)->bsz = bsz; in init_cache() 133 (Item **) Malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache() 137 "realloc(%d) bucket=%d\n", bp->nalloc + cp->bsz, in add_cache() 142 (bp->nalloc + cp->bsz)); in add_cache() 162 bp->nalloc += cp->bsz; in add_cache()
|
| H A D | med_hash.h | 57 int bsz; member 69 extern int init_cache(Cache **cp, int hsz, int bsz,
|
| /onnv-gate/usr/src/lib/libgrubmgmt/common/ |
| H A D | libgrub_cmd.c | 381 size_t sz, bsz; in findroot() local 410 bsz = strlen(BOOTSIGN_DIR "/"); in findroot() 411 if (bsz + sz + 1 > sizeof (barg->gb_bootsign)) in findroot() 414 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz); in findroot() 415 bcopy(sign, barg->gb_bootsign + bsz, sz); in findroot() 416 barg->gb_bootsign [bsz + sz] = 0; in findroot()
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/labels/ |
| H A D | mac.c | 446 uint16_t i, bsz; in _rawpart_has_driver() local 450 bsz = mac_disk_data->block_size / 512; in _rawpart_has_driver() 452 driver_bs = driverlist->block * bsz; in _rawpart_has_driver() 885 uint16_t i, count_orig, count_cur, bsz; in _update_driver_count() local 888 bsz = mac_disk_data->block_size / 512; in _update_driver_count() 892 driver_bs = mac_disk_data->driverlist[i].block * bsz; in _update_driver_count()
|
| /onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_ctf.c | 962 size_t asz, bsz; in type_equals() local 973 (bsz = mdb_ctf_type_size(b)) == -1UL || in type_equals() 976 asz != bsz || akind != bkind) { in type_equals()
|
| /onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| H A D | fhc.c | 2884 fhc_cvt_size(uint64_t bsz) in fhc_cvt_size() argument 2889 bsz /= 64; in fhc_cvt_size() 2890 while (bsz) { in fhc_cvt_size() 2892 bsz /= 2; in fhc_cvt_size()
|