Searched defs:lut_free (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dlut.c202 * lut_free -- free the lut
205 lut_free(struct lut *root, lut_cb callback, void *arg) function
/illumos-gate/usr/src/cmd/logadm/
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);

Completed in 58 milliseconds