Home
last modified time | relevance | path

Searched refs:lut_cb (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.h48 typedef void (*lut_cb)(void *lhs, void *rhs, void *arg); typedef
49 void lut_walk(struct lut *root, lut_cb callback, void *arg);
50 void lut_free(struct lut *root, lut_cb callback, void *arg);
H A Deftwrite.c118 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 Dtree.c1331 lut_walk(Faults, (lut_cb)check_required_props, (void *)T_FAULT); in tree_report()
1335 lut_walk(SERDs, (lut_cb)check_required_props, (void *)T_SERD); in tree_report()
1336 lut_walk(STATs, (lut_cb)check_required_props, (void *)T_STAT); in tree_report()
1344 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report()
1345 lut_walk(Faults, (lut_cb)check_upset_engine, (void *)T_FAULT); in tree_report()
1347 lut_walk(Upsets, (lut_cb)check_upset_engine, (void *)T_UPSET); in tree_report()
1348 lut_walk(Upsets, (lut_cb)check_refcount, (void *)T_UPSET); in tree_report()
1349 lut_walk(Errors, (lut_cb)check_refcount, (void *)T_ERROR); in tree_report()
1350 lut_walk(Ereports, (lut_cb)check_refcount, (void *)T_EREPORT); in tree_report()
1351 lut_walk(SERDs, (lut_cb)check_refcount, (void *)T_SERD); in tree_report()
[all …]
H A Dptree.c689 lut_walk(Faults, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
692 lut_walk(Upsets, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
695 lut_walk(Defects, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
698 lut_walk(Errors, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
701 lut_walk(Ereports, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
704 lut_walk(SERDs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
707 lut_walk(STATs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
710 lut_walk(ASRUs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
713 lut_walk(FRUs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
716 lut_walk(Configs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
H A Dlut.c163 lut_walk(struct lut *root, lut_cb callback, void *arg) in lut_walk()
203 lut_free(struct lut *root, lut_cb callback, void *arg) in lut_free()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c253 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 Deft.c322 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 Dfme.c311 lut_walk(Nfmep->eventtree, (lut_cb)clear_arrows, (void *)Nfmep); in prune_propagations()
1589 lut_walk(Istats, (lut_cb)istat_counter_reset_cb, (void *)ipp); in fme_receive_repair_list()
1592 lut_walk(SerdEngines, (lut_cb)serd_reset_cb, (void *)ipp); in fme_receive_repair_list()
1601 lut_walk(Istats, (lut_cb)istat_counter_topo_chg_cb, NULL); in fme_receive_topology_change()
1604 lut_walk(SerdEngines, (lut_cb)serd_topo_chg_cb, NULL); in fme_receive_topology_change()
2388 lut_walk(Istats, (lut_cb)istataddsize, NULL); in istat_save()
2398 lut_walk(Istats, (lut_cb)istat2str, NULL); in istat_save()
2640 lut_walk(SerdEngines, (lut_cb)serdaddsize, NULL); in serd_save()
2650 lut_walk(SerdEngines, (lut_cb)serd2str, NULL); in serd_save()
2876 (lut_cb)addpayloadprop, (void *)fault); in publish_suspects()
[all …]
H A Ditree.c1691 lut_walk(itp, (lut_cb)itree_pevent, (void *)(intptr_t)flags); in itree_ptree()
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c208 lut_walk(Dicts, (lut_cb)dictprint, (void *)0); in main()