Searched refs:Istats (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.h | 88 struct lut *Istats; /* instanced stats a la "count=" */ variable
|
H A D | fme.c | 1582 lut_walk(Istats, (lut_cb)istat_counter_reset_cb, (void *)ipp); in fme_receive_repair_list() 1594 lut_walk(Istats, (lut_cb)istat_counter_topo_chg_cb, NULL); in fme_receive_topology_change() 2370 lut_walk(Istats, (lut_cb)istataddsize, NULL); in istat_save() 2380 lut_walk(Istats, (lut_cb)istat2str, NULL); in istat_save() 2424 lut_lookup(Istats, entp, (lut_cmp)istat_cmp)) == NULL || in istat_verify() 2454 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) { in istat_bump() 2502 Istats = lut_add(Istats, (void *)newentp, (void *)statp, in istat_bump() 2569 lut_free(Istats, istat_destructor, NULL); in istat_fini()
|
H A D | eval.c | 564 lut_lookup(Istats, &ent, (lut_cmp)istat_cmp)) == NULL) in eval_func()
|