F_CRM_MSG_TYPE 570 daemons/controld/controld_messages.c type = crm_element_value(msg, F_CRM_MSG_TYPE); F_CRM_MSG_TYPE 592 daemons/controld/controld_te_callbacks.c const char *type = crm_element_value(msg, F_CRM_MSG_TYPE); F_CRM_MSG_TYPE 224 daemons/schedulerd/pacemaker-schedulerd.c } else if (pcmk__str_eq(crm_element_value(msg, F_CRM_MSG_TYPE), XML_ATTR_RESPONSE, pcmk__str_casei)) { F_CRM_MSG_TYPE 184 lib/common/ipc_controld.c value = crm_element_value(reply, F_CRM_MSG_TYPE); F_CRM_MSG_TYPE 151 lib/common/ipc_pacemakerd.c value = crm_element_value(reply, F_CRM_MSG_TYPE); F_CRM_MSG_TYPE 68 lib/common/messages.c crm_xml_add(request, F_CRM_MSG_TYPE, XML_ATTR_REQUEST); F_CRM_MSG_TYPE 110 lib/common/messages.c const char *type = crm_element_value(original_request, F_CRM_MSG_TYPE); F_CRM_MSG_TYPE 133 lib/common/messages.c crm_xml_add(reply, F_CRM_MSG_TYPE, XML_ATTR_RESPONSE);