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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSShareSecurityModes.c125 CCIMObjectPathList *tmpOPList; local
172 for (tmpOPList = nfsShareOPList; tmpOPList != NULL;
173 tmpOPList = tmpOPList->mNext) {
175 tmpOPList->mDataObject, shareSecModeInstList);
1271 CCIMObjectPathList *tmpOPList; local
1292 for (tmpOPList = nfsShareSecOPList; tmpOPList != NULL;
1293 tmpOPList
[all...]
H A DSolaris_PersistentShareForSystem.c129 CCIMObjectPathList *tmpOPList; local
198 for (tmpOPList = persistShareOPList; tmpOPList != NULL;
199 tmpOPList = tmpOPList->mNext) {
223 tmpOPList->mDataObject, sysPersShareProps[DEP].isKey,
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_share/
H A DSolaris_NFSShare.c608 CCIMObjectPathList *tmpOPList; local
622 tmpOPList = nfsPersistShareOPList;
623 while (tmpOPList != NULL) {
624 nfsPersistentShareOP = tmpOPList->mDataObject;
625 tmpOPList = tmpOPList->mNext;

Completed in 58 milliseconds