Home
last modified time | relevance | path

Searched refs:lut_free (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dlut.c153 lut_free(struct lut *root, void (*callback)(void *rhs)) in lut_free() function
156 lut_free(root->lut_left, callback); in lut_free()
157 lut_free(root->lut_right, callback); in lut_free()
200 lut_free(r, NULL); in main()
205 lut_free(dupr, NULL); in main()
H A Dlut.h41 void lut_free(struct lut *root, void (*callback)(void *rhs));
H A Dopts.c205 lut_free(opts->op_raw, NULL); in opts_free()
206 lut_free(opts->op_ints, NULL); in opts_free()
H A Dconf.c554 lut_free(Conflut, free); in conf_close()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c133 lut_free(Faults, NULL, NULL); in tree_fini()
135 lut_free(Upsets, NULL, NULL); in tree_fini()
137 lut_free(Defects, NULL, NULL); in tree_fini()
139 lut_free(Errors, NULL, NULL); in tree_fini()
141 lut_free(Ereports, NULL, NULL); in tree_fini()
147 lut_free(SERDs, NULL, NULL); in tree_fini()
149 lut_free(STATs, NULL, NULL); in tree_fini()
151 lut_free(ASRUs, NULL, NULL); in tree_fini()
153 lut_free(FRUs, NULL, NULL); in tree_fini()
155 lut_free(Configs, NULL, NULL); in tree_fini()
[all …]
H A Dlut.h50 void lut_free(struct lut *root, lut_cb callback, void *arg);
H A Desclex.c979 lut_free(Timesuffixlut, NULL, NULL); in lex_free()
980 lut_free(Rwordslut, NULL, NULL); in lex_free()
981 lut_free(Ident, NULL, NULL); in lex_free()
982 lut_free(Dicts, NULL, NULL); in lex_free()
H A Dlut.c203 lut_free(struct lut *root, lut_cb callback, void *arg) in lut_free() function
H A Dcheck.c699 lut_free(ex, NULL, NULL); in check_propscope()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c441 lut_free(cp->props, prop_destructor, NULL); in structconfig_free()
456 lut_free(cp->devcache, NULL, NULL); in config_free()
459 lut_free(cp->tpcache, NULL, NULL); in config_free()
462 lut_free(cp->devidcache, NULL, NULL); in config_free()
465 lut_free(cp->cpucache, NULL, NULL); in config_free()
H A Ditree.c452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL); in instances_destructor()
1417 lut_free(Ninfo.ex, iterinfo_destructor, NULL); in itree_create()
1548 lut_free(lutp, itree_destructor, NULL); in itree_free()
1703 lut_free(ep->props, instances_destructor, NULL); in itree_destructor()
1707 lut_free(ep->payloadprops, payloadprops_destructor, NULL); in itree_destructor()
1711 lut_free(ep->serdprops, serdprops_destructor, NULL); in itree_destructor()
1745 lut_free(ep->props, instances_destructor, NULL); in itree_pruner()
1748 lut_free(ep->payloadprops, payloadprops_destructor, NULL); in itree_pruner()
1751 lut_free(ep->serdprops, serdprops_destructor, NULL); in itree_pruner()
2167 lut_free(Ninfo.ex, iterinfo_destructor, NULL); in itree_fini()
H A Dipath.c420 lut_free(Ipaths, ipath_destructor, NULL); in ipath_fini()
422 lut_free(Usednames, NULL, NULL); in ipath_fini()
H A Dfme.c309 lut_free(Usednames, NULL, NULL); in prune_propagations()
325 lut_free(Nfmep->globals, globals_destructor, NULL); in prune_propagations()
937 lut_free(f->globals, globals_destructor, NULL); in destroy_fme()
2587 lut_free(Istats, istat_destructor, NULL); in istat_fini()
2762 lut_free(SerdEngines, serd_destructor, NULL); in serd_fini()
H A Dplatform.c294 lut_free(Usednames, NULL, NULL); in platform_getpath()
921 lut_free(foundnames, NULL, NULL); in platform_get_files()