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

/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1681 int64_t int64; local
1803 pool_value_get_int64(vals[0], &int64) == PO_SUCCESS)
1804 *importance = int64;
1847 pool_value_get_int64(vals[0], &int64) != PO_SUCCESS)
1851 ctl->zsctl_cpu_cache[i] = (psetid_t)int64;
2053 int64_t int64; local
2108 pool_value_get_int64(vals[0], &int64) != PO_SUCCESS)
2111 if (int64 == ZS_PSET_DEFAULT)

Completed in 57 milliseconds