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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_HostedShare.c127 CCIMObjectPathList *nfsShareOPList, *currentShareOP; local
153 nfsShareOPList = cimom_enumerateInstanceNames(nfsShareOP, cim_false);
158 if (nfsShareOPList == NULL) {
160 "nfsShareOPList = NULL");
171 if (nfsShareOPList->mDataObject == NULL) {
180 cim_freeObjectPathList(nfsShareOPList);
189 cim_freeObjectPathList(nfsShareOPList);
198 for (currentShareOP = nfsShareOPList; currentShareOP != NULL;
212 cim_freeObjectPathList(nfsShareOPList);
224 cim_freeObjectPathList(nfsShareOPList);
[all...]
H A DSolaris_SharedFileSystem.c131 CCIMObjectPathList *nfsShareOPList; local
153 nfsShareOPList = cimom_enumerateInstanceNames(nfsShareOP, cim_false);
157 if (nfsShareOPList == NULL) {
167 if (nfsShareOPList->mDataObject == NULL) {
176 cim_freeObjectPathList(nfsShareOPList);
180 for (currentShareOP = nfsShareOPList; currentShareOP != NULL;
192 cim_freeObjectPathList(nfsShareOPList);
204 cim_freeObjectPathList(nfsShareOPList);
215 cim_freeObjectPathList(nfsShareOPList);
230 cim_freeObjectPathList(nfsShareOPList);
[all...]
H A DSolaris_NFSShareEntry.c138 CCIMObjectPathList *nfsShareOPList; local
159 nfsShareOPList = cimom_enumerateInstanceNames(nfsShareOP, cim_false);
164 if (nfsShareOPList == NULL) {
174 if (nfsShareOPList->mDataObject == NULL) {
175 cim_freeObjectPathList(nfsShareOPList);
184 cim_freeObjectPathList(nfsShareOPList);
188 for (currentShareOP = nfsShareOPList; currentShareOP != NULL;
194 cim_freeObjectPathList(nfsShareOPList);
199 cim_freeObjectPathList(nfsShareOPList);
H A DSolaris_NFSShareSecurityModes.c124 CCIMObjectPathList *nfsShareOPList; local
145 nfsShareOPList = cimom_enumerateInstanceNames(nfsShareOP, cim_false);
146 if (nfsShareOPList == NULL) {
157 if (nfsShareOPList->mDataObject == NULL) {
158 cim_freeObjectPathList(nfsShareOPList);
167 cim_freeObjectPathList(nfsShareOPList);
172 for (tmpOPList = nfsShareOPList; tmpOPList != NULL;
177 cim_freeObjectPathList(nfsShareOPList);
181 cim_freeObjectPathList(nfsShareOPList);

Completed in 62 milliseconds