Searched refs:kstat_retrieve (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dcommon.h35 kstat_t *kstat_retrieve(kstat_ctl_t *, kstat_t *);
H A Dii_stats.c123 iistat->pre_set = kstat_retrieve(kc, ksp);
136 iistat->pre_mst = kstat_retrieve(kc, mst_ksp);
149 iistat->pre_shd = kstat_retrieve(kc, shd_ksp);
162 iistat->pre_bmp = kstat_retrieve(kc, bmp_ksp);
175 iistat->pre_ovr = kstat_retrieve(kc, ovr_ksp);
251 if ((cur->cur_set = kstat_retrieve(kc, ksp)) == NULL)
270 if ((cur->cur_mst = kstat_retrieve(kc, ksp)) == NULL)
282 if ((cur->cur_shd = kstat_retrieve(kc, ksp)) == NULL)
294 if ((cur->cur_bmp = kstat_retrieve(kc, ksp)) == NULL)
319 if ((cur->pre_ovr = kstat_retrieve(k
[all...]
H A Dsndr_stats.c141 sndrstat->pre_set = kstat_retrieve(kc, ksp);
154 sndrstat->pre_bmp = kstat_retrieve(kc, bmp_ksp);
167 sndrstat->pre_sec = kstat_retrieve(kc, sec_ksp);
271 if ((cur->cur_set = kstat_retrieve(kc, ksp)) == NULL)
292 if ((cur->cur_bmp = kstat_retrieve(kc, ksp)) == NULL)
304 if ((cur->cur_sec = kstat_retrieve(kc, ksp)) == NULL)
H A Dcommon.c56 * kstat_retrieve() - populate the ks_data field of the kstat_t structure
70 kstat_retrieve(kstat_ctl_t *kc, kstat_t *ksp) function
H A Dsdbc_stats.c119 sdbcstat->pre_set = kstat_retrieve(kc, ksp);
132 sdbcstat->pre_io = kstat_retrieve(kc, io_ksp);
179 sdbc_global = kstat_retrieve(kc, ksp);
208 if ((cur->cur_set = kstat_retrieve(kc, set_ksp)) == NULL)
230 if ((cur->cur_io = kstat_retrieve(kc, io_ksp)) == NULL)

Completed in 72 milliseconds