Searched refs:zs_property_string (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 1182 res = strcmp(zs_property_string(prop), in zonestat_zone_compare_resource() 1183 zs_property_string(propb)); in zonestat_zone_compare_resource() 1310 res = strcmp(zs_property_string(prop), in zonestat_pz_compare_usage() 1311 zs_property_string(propb)); in zonestat_pz_compare_usage() 1368 len = strlen(zs_property_string(prop)); in zonestat_print_summary() 1413 (void) strlcpy(zonename, zs_property_string(prop), in zonestat_print_summary() 1485 len = strlen(zs_property_string(prop)); in zonestat_print_res() 1517 (void) strlcpy(zonename, zs_property_string(prop), in zonestat_print_res() 1735 (void) strlcpy(psetname, zs_property_string(prop), sizeof (psetname)); in zonestat_print_pset() 1744 (void) strlcpy(zonename, zs_property_string(prop), in zonestat_print_pset() [all …]
|
/titanic_41/usr/src/lib/libzonestat/common/ |
H A D | mapfile-vers | 47 zs_property_string;
|
H A D | zonestat.h | 265 char *zs_property_string(zs_property_t *);
|
H A D | libzonestat.c | 4148 zs_property_string(zs_property_t *p) in zs_property_string() function
|