up                243 daemons/based/based_messages.c             xmlNode *up = create_xml_node(NULL, __func__);
up                248 daemons/based/based_messages.c             crm_xml_add(up, F_TYPE, "cib");
up                249 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_OPERATION, CIB_OP_UPGRADE);
up                250 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_SCHEMA_MAX, get_schema_name(new_version));
up                251 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_DELEGATED, host);
up                252 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_CLIENTID, client_id);
up                253 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_CALLOPTS, call_opts);
up                254 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_CALLID, call_id);
up                258 daemons/based/based_messages.c                     op, options, section, up, input, existing_cib, result_cib, answer);
up                261 daemons/based/based_messages.c                 send_cluster_message(NULL, crm_msg_cib, up, FALSE);
up                264 daemons/based/based_messages.c             free_xml(up);
up                279 daemons/based/based_messages.c                 xmlNode *up = create_xml_node(NULL, __func__);
up                281 daemons/based/based_messages.c                 crm_xml_add(up, F_TYPE, "cib");
up                282 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_OPERATION, CIB_OP_UPGRADE);
up                283 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_DELEGATED, host);
up                284 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_ISREPLY, host);
up                285 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_CLIENTID, client_id);
up                286 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_CALLOPTS, call_opts);
up                287 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_CALLID, call_id);
up                288 daemons/based/based_messages.c                 crm_xml_add_int(up, F_CIB_UPGRADE_RC, rc);
up                289 daemons/based/based_messages.c                 if (send_cluster_message(origin, crm_msg_cib, up, TRUE)
up                293 daemons/based/based_messages.c                 free_xml(up);
up                204 lib/pacemaker/pcmk_sched_transition.c modify_node(cib_t * cib_conn, char *node, gboolean up)
up                208 lib/pacemaker/pcmk_sched_transition.c     if (up) {
up               1345 lib/pengine/native.c         pe_resource_t *up = uber_parent(rsc);
up               1348 lib/pengine/native.c             return up->parent->fns->is_filtered(up->parent, only_rsc, FALSE);
up               1350 lib/pengine/native.c             return up->fns->is_filtered(up, only_rsc, FALSE);