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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_SharedFileSystem.c48 static CCIMInstance* get_associated_share(CCIMObjectPath *dirOP);
881 CCIMObjectPath *dirOP; local
929 dirOP = cim_createObjectPath(dirInst);
931 if (dirOP == NULL) {
941 dirInst = cimom_getInstance(dirOP, cim_false, cim_false, cim_false,
943 cim_freeObjectPath(dirOP);
973 dirOP = cim_createObjectPath(dirInst);
974 if (dirOP == NULL) {
983 return (dirOP);
1082 get_associated_share(CCIMObjectPath *dirOP) { argument
[all...]
H A DSolaris_NFSMount.c1460 CCIMObjectPath *dirOP; local
1463 dirOP = (CCIMObjectPath *)get_Antecedent(
1466 if (dirOP == NULL) {
1475 "dirOP =%s", dirOP->mName);
1477 dirInst = cimom_getInstance(dirOP, cim_false,
1490 cim_freeObjectPath(dirOP);
1495 cim_freeObjectPath(dirOP);

Completed in 171 milliseconds