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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_nfssec.c45 * - 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);
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2690 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 22 milliseconds