Searched refs:Istats (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.h88 struct lut *Istats; /* instanced stats a la "count=" */ variable in typeref:struct:lut
H A Dfme.c1582 lut_walk(Istats, (lut_cb)istat_counter_reset_cb, (void *)ipp);
1594 lut_walk(Istats, (lut_cb)istat_counter_topo_chg_cb, NULL);
2370 lut_walk(Istats, (lut_cb)istataddsize, NULL);
2380 lut_walk(Istats, (lut_cb)istat2str, NULL);
2424 lut_lookup(Istats, entp, (lut_cmp)istat_cmp)) == NULL ||
2454 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) {
2502 Istats = lut_add(Istats, (void *)newentp, (void *)statp,
2530 * Callback used in a walk of the Istats to reset matching stat counters.
2569 lut_free(Istats, istat_destructo
[all...]
H A Deval.c564 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL)

Completed in 94 milliseconds