Searched defs:bsz (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz, argument
90 (*cp)->bsz = bsz;
125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz);
130 bp->nalloc + cp->bsz,
135 (bp->nalloc + cp->bsz))) != NULL) {
153 bp->nalloc += cp->bsz;
H A Dnhash.h56 int bsz; member in struct:cache_t
66 extern int init_cache(Cache **cp, int hsz, int bsz,
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h51 int bsz; member in struct:cache_t
63 extern int init_cache(Cache **cp, int hsz, int bsz,
H A Dmed_hash.c65 int bsz,
84 (*cp)->bsz = bsz;
133 (Item **) Malloc(sizeof (*bp->itempp) * cp->bsz);
137 "realloc(%d) bucket=%d\n", bp->nalloc + cp->bsz,
142 (bp->nalloc + cp->bsz));
162 bp->nalloc += cp->bsz;
62 init_cache( Cache **cp, int hsz, int bsz, int (*hfunc)(void *, int, int), int (*cfunc)(void *, void *, int), void (*kffunc)(void *), void (*dffunc)(void *) ) argument
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c50 size_t sz, bsz; local
73 bsz = 0;
78 buf = mandoc_realloc(buf, bsz + 1024);
79 sz = fread(buf + bsz, 1, 1024, stream);
80 bsz += sz;
84 bsz && '\n' == buf[bsz - 1]) {
85 buf[bsz - 1] = '\0';
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c384 size_t sz, bsz; local
418 bsz = strlen(BOOTSIGN_DIR "/");
419 if (bsz + sz + 1 > sizeof (barg->gb_bootsign))
422 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz);
423 bcopy(sign, barg->gb_bootsign + bsz, sz);
424 barg->gb_bootsign [bsz + sz] = 0;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c2886 fhc_cvt_size(uint64_t bsz) argument
2891 bsz /= 64;
2892 while (bsz) {
2894 bsz /= 2;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1158 size_t asz, bsz; local
1169 (bsz = mdb_ctf_type_size(b)) == -1UL ||
1172 asz != bsz || akind != bkind) {

Completed in 89 milliseconds