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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSShareEntry.c1158 CCIMPropertyList *nfsShareKeyPropList; local
1184 nfsShareKeyPropList = cim_createPropertyList();
1185 if (nfsShareKeyPropList == NULL) {
1202 nfsShareKeyPropList = add_property_to_list(NAME, string, nameKey,
1203 NULL, cim_true, nfsShareKeyPropList);
1204 if (nfsShareKeyPropList == NULL) {
1209 nfsShareKeyPropList = add_property_to_list(CREATION_CLASS, string,
1210 SOLARIS_NFSSHARE, NULL, cim_true, nfsShareKeyPropList);
1211 if (nfsShareKeyPropList == NULL) {
1216 nfsShareKeyPropList
[all...]
H A DSolaris_NFSShareSecurityModes.c1097 CCIMPropertyList *nfsShareKeyPropList; local
1123 nfsShareKeyPropList = cim_createPropertyList();
1124 if (nfsShareKeyPropList == NULL) {
1143 nfsShareKeyPropList = add_property_to_list(CREATION_CLASS, string,
1144 SOLARIS_NFSSHARE, NULL, cim_true, nfsShareKeyPropList);
1145 if (nfsShareKeyPropList == NULL) {
1151 nfsShareKeyPropList = add_property_to_list(NAME, string, nameKey,
1152 NULL, cim_true, nfsShareKeyPropList);
1153 if (nfsShareKeyPropList == NULL) {
1159 nfsShareKeyPropList
[all...]

Completed in 52 milliseconds