/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | lut.h | 50 typedef void (*lut_cb)(void *lhs, void *rhs, void *arg); typedef 51 void lut_walk(struct lut *root, lut_cb callback, void *arg); 52 void lut_free(struct lut *root, lut_cb callback, void *arg);
|
H A D | eftwrite.c | 118 lut_walk(Ident, (lut_cb)ident_lencalc, (void *)0); in eftwrite() 119 lut_walk(Dicts, (lut_cb)dict_lencalc, (void *)0); in eftwrite() 167 lut_walk(Ident, (lut_cb)ident_printer, (void *)fp); in eftwrite() 169 lut_walk(Dicts, (lut_cb)dict_printer, (void *)fp); in eftwrite()
|
H A D | tree.c | 1315 lut_walk(Faults, (lut_cb)check_required_props, (void *)T_FAULT); in tree_report() 1316 lut_walk(Upsets, (lut_cb)check_required_props, (void *)T_UPSET); in tree_report() 1317 lut_walk(Errors, (lut_cb)check_required_props, (void *)T_ERROR); in tree_report() 1318 lut_walk(Ereports, (lut_cb)check_required_props, (void *)T_EREPORT); in tree_report() 1319 lut_walk(SERDs, (lut_cb)check_required_props, (void *)T_SERD); in tree_report() 1320 lut_walk(STATs, (lut_cb)check_required_props, (void *)T_STAT); in tree_report() 1328 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report() 1329 lut_walk(Faults, (lut_cb)check_upset_engine, (void *)T_FAULT); in tree_report() 1330 lut_walk(Defects, (lut_cb)check_upset_engine, (void *)T_DEFECT); in tree_report() 1331 lut_walk(Upsets, (lut_cb)check_upset_engine, (void *)T_UPSET); in tree_report() [all …]
|
H A D | ptree.c | 691 lut_walk(Faults, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 694 lut_walk(Upsets, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 697 lut_walk(Defects, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 700 lut_walk(Errors, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 703 lut_walk(Ereports, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 706 lut_walk(SERDs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 709 lut_walk(STATs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 712 lut_walk(ASRUs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 715 lut_walk(FRUs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern() 718 lut_walk(Configs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
|
H A D | lut.c | 165 lut_walk(struct lut *root, lut_cb callback, void *arg) in lut_walk() 205 lut_free(struct lut *root, lut_cb callback, void *arg) in lut_free()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 253 lut_walk(lutp, (lut_cb)addconfigprop, (void *)parent); in addconfig() 404 lut_walk(Configs, (lut_cb)addconfig, (void *)cdata->cooked); in config_cook() 604 lut_walk(fromcfg->devcache, (lut_cb)prtdevcache, NULL); in config_bydev_lookup() 630 lut_walk(fromcfg->devcache, (lut_cb)prtdevidcache, NULL); in config_bydevid_lookup() 656 lut_walk(fromcfg->devcache, (lut_cb)prttpcache, NULL); in config_bytp_lookup() 682 lut_walk(fromcfg->cpucache, (lut_cb)prtcpucache, NULL); in config_bycpuid_lookup() 724 lut_walk(cp->props, (lut_cb)printprop, (void *)flags); in pconf()
|
H A D | eft.c | 322 lut_walk(Ereportenames, (lut_cb)dosubscribe, NULL); in _fmd_init() 323 lut_walk(Ereportenames_discard, (lut_cb)dodiscardprint, NULL); in _fmd_init() 329 lut_walk(Dicts, (lut_cb)doopendict, (void *)0); in _fmd_init()
|
H A D | fme.c | 302 lut_walk(Nfmep->eventtree, (lut_cb)unset_needed_arrows, (void *)Nfmep); in prune_propagations() 305 lut_walk(Nfmep->eventtree, (lut_cb)clear_arrows, (void *)Nfmep); in prune_propagations() 308 lut_walk(Nfmep->eventtree, (lut_cb)set_needed_arrows, (void *)Nfmep); in prune_propagations() 1456 lut_walk(nfmep->eventtree, (lut_cb)clear_arrows, (void *)nfmep); in upsets_eval() 1582 lut_walk(Istats, (lut_cb)istat_counter_reset_cb, (void *)ipp); in fme_receive_repair_list() 1585 lut_walk(SerdEngines, (lut_cb)serd_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() 1597 lut_walk(SerdEngines, (lut_cb)serd_topo_chg_cb, NULL); in fme_receive_topology_change() 1689 lut_walk(fmep->eventtree, (lut_cb)clear_arrows, (void *)fmep); in fme_receive_report() 2370 lut_walk(Istats, (lut_cb)istataddsize, NULL); in istat_save() [all …]
|
H A D | itree.c | 1691 lut_walk(itp, (lut_cb)itree_pevent, (void *)(intptr_t)flags); in itree_ptree()
|
/titanic_44/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 209 lut_walk(Dicts, (lut_cb)dictprint, (void *)0); in main()
|