Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1065 char strcap[ZS_UINT64_STRLEN]; in zonestat_print_resource_zone() local
1074 (void) strlcpy(strcap, "-", sizeof (strcap)); in zonestat_print_resource_zone()
1076 format_uint64(cap, strcap, sizeof (strcap)); in zonestat_print_resource_zone()
1090 resname, name, strused, strpct, strcap, strpctcap); in zonestat_print_resource_zone()
1097 (void) printf(ZSTAT_RESOURCE_ZONE_FORMAT, strused, strpct, strcap, in zonestat_print_resource_zone()