Searched refs:tbsz (Results 1 – 4 of 4) sorted by relevance
322 vmultip->tbsz = (sizeof (uint32_t) * num_pools) + in vio_init_multipools()325 tbuf = kmem_zalloc(vmultip->tbsz, KM_SLEEP); in vio_init_multipools()389 if (vmultip->tbsz != 0) in vio_destroy_multipools()390 kmem_free(vmultip->bufsz_tbl, vmultip->tbsz); in vio_destroy_multipools()395 vmultip->tbsz = 0; in vio_destroy_multipools()
138 uint32_t tbsz; /* allocated buffer size */ member
2008 size_t tbsz; in print_service() local2049 for (tbsz = 50; ; tbsz *= 2) { in print_service()2050 timebuf = safe_malloc(tbsz); in print_service()2051 if (strftime(timebuf, tbsz, NULL, tmp) != 0) in print_service()
2416 size_t tbsz; in print_detailed() local2526 for (tbsz = 50; ; tbsz *= 2) { in print_detailed()2527 timebuf = safe_malloc(tbsz); in print_detailed()2528 if (strftime(timebuf, tbsz, NULL, tmp) != 0) in print_detailed()