Searched refs:statistic_bag_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 67 static statistic_bag_t pool_sbag_s; 68 static statistic_bag_t pset_sbag_s; 69 static statistic_bag_t *pool_sbag = &pool_sbag_s; 70 static statistic_bag_t *pset_sbag = &pset_sbag_s; 76 offsetof(statistic_bag_t, sb_sysid), 79 offsetof(statistic_bag_t, sb_name), 82 offsetof(statistic_bag_t, sb_type), 88 offsetof(statistic_bag_t, sb_name), 111 offsetof(statistic_bag_t, sb_sysid), 114 offsetof(statistic_bag_t, sb_name), [all …]
|
H A D | poolstat.h | 92 } statistic_bag_t; typedef 99 extern void sa_libpool_update(statistic_bag_t *sbag, int flags); 101 extern void sa_kstat_update(statistic_bag_t *sbag, int flags);
|
H A D | sa_libpool.c | 53 static void update_pset(statistic_bag_t *); 76 sa_libpool_update(statistic_bag_t *sbag, int flags) in sa_libpool_update() 137 update_pset(statistic_bag_t *sbag) in update_pset()
|
H A D | sa_kstat.c | 73 static void update_pset_stats(statistic_bag_t *, sdata_t *); 84 sa_kstat_update(statistic_bag_t *sbag, int flags) in sa_kstat_update() 311 update_pset_stats(statistic_bag_t *sbag, sdata_t *list) in update_pset_stats()
|