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

/opensolaris-onvv-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.c1581 lut_walk(Istats, (lut_cb)istat_counter_reset_cb, (void *)ipp);
1593 lut_walk(Istats, (lut_cb)istat_counter_topo_chg_cb, NULL);
2376 lut_walk(Istats, (lut_cb)istataddsize, NULL);
2386 lut_walk(Istats, (lut_cb)istat2str, NULL);
2430 lut_lookup(Istats, entp, (lut_cmp)istat_cmp)) == NULL ||
2460 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) {
2508 Istats = lut_add(Istats, (void *)newentp, (void *)statp,
2536 * Callback used in a walk of the Istats to reset matching stat counters.
2575 lut_free(Istats, istat_destructo
[all...]
H A Deval.c564 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL)

Completed in 56 milliseconds