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

/illumos-gate/usr/src/cmd/logadm/
H A Dlut.h43 void lut_free(struct lut *root, void (*callback)(void *rhs));
H A Dlut.c67 * the *value should not be freed until the lut is freed by lut_free().
148 * lut_free -- free a lut
152 * lut_free(root, free);
155 lut_free(struct lut *root, void (*callback)(void *rhs)) function
158 lut_free(root->lut_left, callback);
159 lut_free(root->lut_right, callback);
204 lut_free(r, NULL);
209 lut_free(dupr, NULL);
H A Dopts.c205 lut_free(opts->op_raw, NULL);
206 lut_free(opts->op_ints, NULL);
H A Dconf.c547 lut_free(Conflut, free);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.h52 void lut_free(struct lut *root, lut_cb callback, void *arg);
H A Dtree.c117 lut_free(Faults, NULL, NULL);
119 lut_free(Upsets, NULL, NULL);
121 lut_free(Defects, NULL, NULL);
123 lut_free(Errors, NULL, NULL);
125 lut_free(Ereports, NULL, NULL);
127 lut_free(Ereportenames, NULL, NULL);
129 lut_free(Ereportenames_discard, NULL, NULL);
131 lut_free(SERDs, NULL, NULL);
133 lut_free(STATs, NULL, NULL);
135 lut_free(ASRU
[all...]
H A Desclex.c973 lut_free(Timesuffixlut, NULL, NULL);
974 lut_free(Rwordslut, NULL, NULL);
975 lut_free(Ident, NULL, NULL);
976 lut_free(Dicts, NULL, NULL);
H A Dlut.c202 * lut_free -- free the lut
205 lut_free(struct lut *root, lut_cb callback, void *arg) function
H A Dcheck.c699 lut_free(ex, NULL, NULL);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c441 lut_free(cp->props, prop_destructor, NULL);
456 lut_free(cp->devcache, NULL, NULL);
459 lut_free(cp->tpcache, NULL, NULL);
462 lut_free(cp->devidcache, NULL, NULL);
465 lut_free(cp->cpucache, NULL, NULL);
H A Dipath.c420 lut_free(Ipaths, ipath_destructor, NULL);
422 lut_free(Usednames, NULL, NULL);
H A Ditree.c452 lut_free(dn->u.stmt.lutp, instances_destructor, NULL);
1417 lut_free(Ninfo.ex, iterinfo_destructor, NULL);
1548 lut_free(lutp, itree_destructor, NULL);
1703 lut_free(ep->props, instances_destructor, NULL);
1707 lut_free(ep->payloadprops, payloadprops_destructor, NULL);
1711 lut_free(ep->serdprops, serdprops_destructor, NULL);
1745 lut_free(ep->props, instances_destructor, NULL);
1748 lut_free(ep->payloadprops, payloadprops_destructor, NULL);
1751 lut_free(ep->serdprops, serdprops_destructor, NULL);
2167 lut_free(Ninf
[all...]
H A Dfme.c303 lut_free(Usednames, NULL, NULL);
319 lut_free(Nfmep->globals, globals_destructor, NULL);
930 lut_free(f->globals, globals_destructor, NULL);
2569 lut_free(Istats, istat_destructor, NULL);
2744 lut_free(SerdEngines, serd_destructor, NULL);
H A Dplatform.c294 lut_free(Usednames, NULL, NULL);
919 lut_free(foundnames, NULL, NULL);

Completed in 88 milliseconds