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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSShareSecurityModes.c694 CCIMInstance *shareSecModeInst; local
704 shareSecModeInst = cp_getInstance_Solaris_NFSShareSecurityModes(pOP);
705 if (shareSecModeInst == NULL) {
709 shareSecModeProp = cim_getProperty(shareSecModeInst, pPropName);
710 cim_freeInstance(shareSecModeInst);
1272 CCIMInstance *shareSecModeInst; local
1294 shareSecModeInst = cim_createInstance(SOLARIS_NFSSHARESECMODES);
1295 if (shareSecModeInst == NULL) {
1310 shareSecModeInst) == cim_false) {
1318 shareSecModeInst)
[all...]

Completed in 46 milliseconds