Searched refs:seclist (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libfsmgt/common/ |
H A D | nfs_nfssec.c | 45 * - char **seclist - the array to be freed. 52 nfssec_free_secmode_list(char **seclist, int num_elements) argument 54 fileutil_free_string_array(seclist, num_elements); 125 char **seclist = NULL; local 137 seclist = fileutil_get_first_column_data(fp, num_elements, &err); 139 if (seclist == NULL) { 144 return (seclist);
|
H A D | libfsmgt.h | 1103 * char **seclist - The array of strings containing the security mode list 1107 void nfssec_free_secmode_list(char **seclist, int num_elements);
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 2690 sa_nfs_fill_security(nvlist_t *seclist, const char *sh_path, argument 2734 for (secopt = nvlist_next_nvpair(seclist, NULL); 2736 secopt = nvlist_next_nvpair(seclist, secopt)) { 2912 nvlist_t *seclist; local 2979 if (nvpair_value_nvlist(nvp, &seclist) != 0) { 2987 rc = sa_nfs_fill_security(seclist, sh_path, name,
|
Completed in 3288 milliseconds