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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSShareEntry.c137 CCIMInstanceList *shareEntryInstList; local
179 shareEntryInstList = cim_createInstanceList();
180 if (shareEntryInstList == NULL) {
191 shareEntryInstList = create_shareEntry_inst_and_update_list(
192 currentShareOP->mDataObject, shareEntryInstList);
193 if (shareEntryInstList == NULL) {
200 return (shareEntryInstList);
277 CCIMInstanceList *shareEntryInstList; local
287 shareEntryInstList = cp_enumInstances_Solaris_NFSShareEntry(pOP);
288 if (shareEntryInstList
664 CCIMInstanceList *shareEntryInstList; local
[all...]

Completed in 55 milliseconds