/titanic_50/usr/src/cmd/logadm/ |
H A D | lut.c | 155 lut_free(struct lut *root, void (*callback)(void *rhs)) in lut_free() function 158 lut_free(root->lut_left, callback); in lut_free() 159 lut_free(root->lut_right, callback); in lut_free() 204 lut_free(r, NULL); in main() 209 lut_free(dupr, NULL); in main()
|
H A D | lut.h | 43 void lut_free(struct lut *root, void (*callback)(void *rhs));
|
H A D | opts.c | 205 lut_free(opts->op_raw, NULL); in opts_free() 206 lut_free(opts->op_ints, NULL); in opts_free()
|
H A D | conf.c | 539 lut_free(Conflut, free); in conf_close()
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 117 lut_free(Faults, NULL, NULL); in tree_fini() 119 lut_free(Upsets, NULL, NULL); in tree_fini() 121 lut_free(Defects, NULL, NULL); in tree_fini() 123 lut_free(Errors, NULL, NULL); in tree_fini() 125 lut_free(Ereports, NULL, NULL); in tree_fini() 127 lut_free(Ereportenames, NULL, NULL); in tree_fini() 129 lut_free(Ereportenames_discard, NULL, NULL); in tree_fini() 131 lut_free(SERDs, NULL, NULL); in tree_fini() 133 lut_free(STATs, NULL, NULL); in tree_fini() 135 lut_free(ASRUs, NULL, NULL); in tree_fini() [all …]
|
H A D | lut.h | 52 void lut_free(struct lut *root, lut_cb callback, void *arg);
|
H A D | esclex.c | 973 lut_free(Timesuffixlut, NULL, NULL); in lex_free() 974 lut_free(Rwordslut, NULL, NULL); in lex_free() 975 lut_free(Ident, NULL, NULL); in lex_free() 976 lut_free(Dicts, NULL, NULL); in lex_free()
|
H A D | lut.c | 205 lut_free(struct lut *root, lut_cb callback, void *arg) in lut_free() function
|
H A D | check.c | 699 lut_free(ex, NULL, NULL); in check_propscope()
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 441 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 D | itree.c | 452 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 D | ipath.c | 420 lut_free(Ipaths, ipath_destructor, NULL); in ipath_fini() 422 lut_free(Usednames, NULL, NULL); in ipath_fini()
|
H A D | fme.c | 303 lut_free(Usednames, NULL, NULL); in prune_propagations() 319 lut_free(Nfmep->globals, globals_destructor, NULL); in prune_propagations() 930 lut_free(f->globals, globals_destructor, NULL); in destroy_fme() 2569 lut_free(Istats, istat_destructor, NULL); in istat_fini() 2744 lut_free(SerdEngines, serd_destructor, NULL); in serd_fini()
|
H A D | platform.c | 294 lut_free(Usednames, NULL, NULL); in platform_getpath() 919 lut_free(foundnames, NULL, NULL); in platform_get_files()
|