Searched defs:tbsz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_util.h138 uint32_t tbsz; /* allocated buffer size */ member in struct:vio_multi_pool
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c1965 size_t tbsz; local
2006 for (tbsz = 50; ; tbsz *= 2) {
2007 timebuf = safe_malloc(tbsz);
2008 if (strftime(timebuf, tbsz, NULL, tmp) != 0)
H A Dsvcs.c2426 size_t tbsz; local
2521 for (tbsz = 50; ; tbsz *= 2) {
2522 timebuf = safe_malloc(tbsz);
2523 if (strftime(timebuf, tbsz, NULL, tmp) != 0)

Completed in 291 milliseconds