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

/osnet-11/usr/src/lib/libzonestat/common/
H A Dzonestat.h214 typedef struct __zs_usage *zs_usage_t; typedef in typeref:struct:__zs_usage
235 zs_usage_t zs_usage_read(zs_ctl_t);
238 zs_usage_t zs_usage_diff(zs_usage_t, zs_usage_t);
239 void zs_usage_free(zs_usage_t);
248 zs_property_t zs_resource_property(zs_usage_t, zs_resource_property_t);
250 uint64_t zs_resource_total_uint64(zs_usage_t, zs_resource_t);
251 uint64_t zs_resource_used_uint64(zs_usage_t, zs_resource_t, zs_user_t);
253 void zs_resource_total_time(zs_usage_t, zs_resource_
[all...]

Completed in 17 milliseconds