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

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat.h186 typedef struct zs_pset zs_pset_t; typedef in typeref:struct:zs_pset
238 int zs_pset_list(zs_usage_t *, zs_pset_t **, int);
239 zs_pset_t *zs_pset_first(zs_usage_t *);
240 zs_pset_t *zs_pset_next(zs_usage_t *, zs_pset_t *);
241 void zs_pset_property(zs_pset_t *, int, zs_property_t *);
242 void zs_pset_total_time(zs_pset_t *, timestruc_t *);
243 uint64_t zs_pset_total_cpus(zs_pset_t *);
244 void zs_pset_used_time(zs_pset_t *, int, timestruc_t *);
245 uint64_t zs_pset_used_cpus(zs_pset_t *, in
[all...]

Completed in 275 milliseconds