Lines Matching defs:nfsShareOP

48 				CCIMObjectPath *nfsShareOP);
50 CCIMObjectPath *nfsShareOP, int *errp);
140 CCIMObjectPath *nfsShareOP;
150 nfsShareOP = cim_createEmptyObjectPath(SOLARIS_NFSSHARE);
151 if (nfsShareOP == NULL) {
159 nfsShareOPList = cimom_enumerateInstanceNames(nfsShareOP, cim_false);
168 cim_freeObjectPath(nfsShareOP);
172 cim_freeObjectPath(nfsShareOP);
796 create_shareEntry_inst_and_update_list(CCIMObjectPath *nfsShareOP,
822 sharePersistOPList = get_associated_sharePersist_OPList(nfsShareOP,
851 shareEntProps[ELEMENT].type, NULL, nfsShareOP,
896 CCIMObjectPath *nfsShareOP;
919 nfsShareOP = get_Solaris_NFSShare_OP(settingId);
920 if (nfsShareOP == NULL) {
929 nfsShareInst = cimom_getInstance(nfsShareOP, cim_false, cim_false,
932 cim_freeObjectPath(nfsShareOP);
986 * - CCIMObjectPath *nfsShareOP - The Solaris_NFSShare object path that is
991 * associated to the Solaris_NFSShare object path, nfsShareOP, passed in.
999 get_associated_sharePersist_instList(CCIMObjectPath *nfsShareOP) {
1007 name = util_getKeyValue(nfsShareOP->mKeyProperties, string, NAME, &err);
1104 * - CCIMObjectPath *nfsShareOP - The Solaris_NFSShare object path of
1116 get_associated_sharePersist_OPList(CCIMObjectPath *nfsShareOP, int *errp) {
1122 sharePersistInstList = get_associated_sharePersist_instList(nfsShareOP);
1157 CCIMObjectPath *nfsShareOP;
1163 nfsShareOP = cim_createEmptyObjectPath(SOLARIS_NFSSHARE);
1164 if (nfsShareOP == NULL) {
1176 cim_freeObjectPath(nfsShareOP);
1189 cim_freeObjectPath(nfsShareOP);
1205 cim_freeObjectPath(nfsShareOP);
1212 cim_freeObjectPath(nfsShareOP);
1219 cim_freeObjectPath(nfsShareOP);
1227 cim_freeObjectPath(nfsShareOP);
1232 nfsShareOP = cim_addPropertyListToObjectPath(nfsShareOP,
1234 if (nfsShareOP == NULL) {
1242 return (nfsShareOP);