Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvio_util.h138 uint32_t tbsz; /* allocated buffer size */ member
/titanic_50/usr/src/cmd/svc/svcs/
H A Dexplain.c1965 size_t tbsz; in print_service() local
2006 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()
H A Dsvcs.c2425 size_t tbsz; in print_detailed() local
2520 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()