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
1965 size_t tbsz; in print_service() local2006 for (tbsz = 50; ; tbsz *= 2) { in print_service()2007 timebuf = safe_malloc(tbsz); in print_service()2008 if (strftime(timebuf, tbsz, NULL, tmp) != 0) in print_service()
2425 size_t tbsz; in print_detailed() local2520 for (tbsz = 50; ; tbsz *= 2) { in print_detailed()2521 timebuf = safe_malloc(tbsz); in print_detailed()2522 if (strftime(timebuf, tbsz, NULL, tmp) != 0) in print_detailed()