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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/
H A DSolaris_NFSShareSecurity.c384 char **sec_modes; local
420 sec_modes = fs_parse_opts_for_sec_modes(
422 if (sec_modes == NULL) {
441 fileutil_free_string_array(sec_modes, count);
447 currentShare, sec_modes[i]);
456 fileutil_free_string_array(sec_modes, count);
475 fileutil_free_string_array(sec_modes, count);
491 fileutil_free_string_array(sec_modes, count);
498 fileutil_free_string_array(sec_modes, count);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSShareSecurityModes.c933 char **sec_modes; local
940 sec_modes = fs_parse_opts_for_sec_modes(
944 if (sec_modes == NULL || count == 0) {
963 (void) strcpy(tmpString, sec_modes[i]);
965 sec_modes[i], "sec=", B_TRUE, B_FALSE);
983 fileutil_free_string_array(sec_modes,
999 fileutil_free_string_array(sec_modes,
1038 fileutil_free_string_array(sec_modes,
1044 fileutil_free_string_array(sec_modes, count);

Completed in 73 milliseconds