obj                54 include/crm/common/nvpair_internal.h #define pcmk__insert_meta(obj, name, value) do {                        \
obj                62 include/crm/common/nvpair_internal.h             pcmk__insert_dup((obj)->meta, (name), (value));             \
obj               696 lib/services/dbus.c                        const char *obj, const gchar * iface, const char *name,
obj               704 lib/services/dbus.c     CRM_CHECK((connection != NULL) && (target != NULL) && (obj != NULL)
obj               708 lib/services/dbus.c               target, obj, name);
obj               711 lib/services/dbus.c     msg = dbus_message_new_method_call(target, obj, BUS_PROPERTY_IFACE, "Get");
obj               714 lib/services/dbus.c                 "Unable to create message", obj, name);
obj               724 lib/services/dbus.c                 "Could not append arguments", obj, name);
obj               732 lib/services/dbus.c                  obj, name);
obj               738 lib/services/dbus.c     query_data->object = strdup(obj);
obj                44 lib/services/pcmk-dbus.h     DBusConnection *connection, const char *target, const char *obj, const gchar * iface, const char *name,
obj               826 tools/cibadmin.c                     xmlNode *obj = NULL;
obj               828 tools/cibadmin.c                     if (the_cib->cmds->query(the_cib, NULL, &obj,
obj               830 tools/cibadmin.c                         pcmk__update_schema(&obj, NULL, true, false);
obj               832 tools/cibadmin.c                     pcmk__xml_free(obj);