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

/opensolaris-onvv-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_netcfg.c50 char **return_list = NULL; local
68 tmp_list = realloc(return_list,
72 netcfg_free_networkid_list(return_list, *num_elements);
78 return_list = tmp_list;
80 return_list[(*num_elements)] = strdup(nconf->nc_netid);
81 if (return_list[(*num_elements)] == NULL) {
83 netcfg_free_networkid_list(return_list, *num_elements);
94 * Caller must free the space allocated to return_list by calling
97 return (return_list);

Completed in 49 milliseconds