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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c723 * void freealiaslist(aliaslist)
724 * char **aliaslist;
726 * Free the space allocated to the aliaslist. It frees the space
731 * aliaslist The address of the first item in the list of
738 freealiaslist(char **aliaslist) /* Ptr to new device list */ argument
744 if (aliaslist) {
747 for (pp = aliaslist; *pp; pp++) free(*pp);
750 free(aliaslist);

Completed in 82 milliseconds