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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c431 * structconfig_free -- free a struct config pointer and all its relatives
434 structconfig_free(struct config *cp) function
439 structconfig_free(cp->child);
440 structconfig_free(cp->next);

Completed in 57 milliseconds