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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_HostedShare.c541 CCIMObjectPath *resultOP; local
641 resultOP = cim_createEmptyObjectPath(resultClassName);
642 if (resultOP == NULL) {
657 returnInstList = cimom_enumerateInstances(resultOP, pDeep,
669 cim_freeObjectPath(resultOP);
673 cim_freeObjectPath(resultOP);
H A DSolaris_PersistentShareForSystem.c559 CCIMObjectPath *resultOP; local
660 resultOP = cim_createEmptyObjectPath(resultClassName);
661 if (resultOP == NULL) {
668 returnInstList = cimom_enumerateInstances(resultOP, cim_false,
678 cim_freeObjectPath(resultOP);
682 cim_freeObjectPath(resultOP);

Completed in 92 milliseconds