Home
last modified time | relevance | path

Searched refs:tbsz (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvio_util.c322 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()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_util.h138 uint32_t tbsz; /* allocated buffer size */ member
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1982 size_t tbsz; in print_service() local
2023 for (tbsz = 50; ; tbsz *= 2) { in print_service()
2024 timebuf = safe_malloc(tbsz); in print_service()
2025 if (strftime(timebuf, tbsz, NULL, tmp) != 0) in print_service()
H A Dsvcs.c2416 size_t tbsz; in print_detailed() local
2526 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()