msg_type           52 cib/notify.c                      int result, xmlNode * result_data, const char *msg_type);
msg_type          279 cib/notify.c                 int result, xmlNode * result_data, const char *msg_type)
msg_type          291 cib/notify.c       crm_xml_add(update_msg, F_SUBTYPE, msg_type);
msg_type          244 lib/cib/cib_native.c             const char *msg_type = crm_element_value(reply, F_CIB_OPERATION);
msg_type          249 lib/cib/cib_native.c             if (safe_str_neq(msg_type, CRM_OP_REGISTER)) {
msg_type          250 lib/cib/cib_native.c                 crm_err("Invalid registration message: %s", msg_type);
msg_type          281 lib/cib/cib_remote.c         const char *msg_type = crm_element_value(answer, F_CIB_OPERATION);
msg_type          284 lib/cib/cib_remote.c         if (safe_str_neq(msg_type, CRM_OP_REGISTER)) {
msg_type          285 lib/cib/cib_remote.c             crm_err("Invalid registration message: %s", msg_type);
msg_type          499 lib/cluster/heartbeat.c             const char *msg_type = ha_msg_value(msg, F_TYPE) ?: "[type not set]";
msg_type          502 lib/cluster/heartbeat.c                 crm_err("Ignored incoming message. Please set_msg_callback on %s", msg_type);
msg_type          507 lib/cluster/heartbeat.c                         F_TOID, msg_to_id, F_TYPE, msg_type);
msg_type          509 lib/cluster/heartbeat.c                 crm_debug("Ignored incoming message %s=%s", F_TYPE, msg_type);
msg_type         1787 lib/fencing/st_client.c             const char *msg_type = crm_element_value(reply, F_STONITH_OPERATION);
msg_type         1790 lib/fencing/st_client.c             if (safe_str_neq(msg_type, CRM_OP_REGISTER)) {
msg_type         1791 lib/fencing/st_client.c                 crm_err("Invalid registration message: %s", msg_type);
msg_type           73 lib/lrmd/lrmd_client.c int lrmd_tls_send_msg(crm_remote_t * session, xmlNode * msg, uint32_t id, const char *msg_type);
msg_type          375 lib/lrmd/lrmd_client.c         const char *msg_type = crm_element_value(xml, F_LRMD_REMOTE_MSG_TYPE);
msg_type          376 lib/lrmd/lrmd_client.c         if (safe_str_eq(msg_type, "notify")) {
msg_type          378 lib/lrmd/lrmd_client.c         } else if (safe_str_eq(msg_type, "reply")) {
msg_type          554 lib/lrmd/lrmd_client.c lrmd_tls_send_msg(crm_remote_t * session, xmlNode * msg, uint32_t id, const char *msg_type)
msg_type          557 lib/lrmd/lrmd_client.c     crm_xml_add(msg, F_LRMD_REMOTE_MSG_TYPE, msg_type);
msg_type          567 lib/lrmd/lrmd_client.c     const char *msg_type = NULL;
msg_type          607 lib/lrmd/lrmd_client.c         msg_type = crm_element_value(xml, F_LRMD_REMOTE_MSG_TYPE);
msg_type          609 lib/lrmd/lrmd_client.c         if (!msg_type) {
msg_type          613 lib/lrmd/lrmd_client.c         } else if (safe_str_eq(msg_type, "notify")) {
msg_type          622 lib/lrmd/lrmd_client.c         } else if (safe_str_neq(msg_type, "reply")) {
msg_type          624 lib/lrmd/lrmd_client.c             crm_err("Expected a reply, got %s", msg_type);
msg_type          922 lib/lrmd/lrmd_client.c         const char *msg_type = crm_element_value(reply, F_LRMD_OPERATION);
msg_type          932 lib/lrmd/lrmd_client.c         } else if (safe_str_neq(msg_type, CRM_OP_REGISTER)) {
msg_type          933 lib/lrmd/lrmd_client.c             crm_err("Invalid registration message: %s", msg_type);
msg_type          153 lrmd/ipc_proxy.c     const char *msg_type = crm_element_value(xml, F_LRMD_IPC_OP);
msg_type          162 lrmd/ipc_proxy.c     if (safe_str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_ACK)) {
msg_type          167 lrmd/ipc_proxy.c     if (safe_str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_NACK)) {
msg_type          194 lrmd/ipc_proxy.c     if (safe_str_eq(msg_type, LRMD_IPC_OP_EVENT)) {
msg_type          198 lrmd/ipc_proxy.c     } else if (safe_str_eq(msg_type, LRMD_IPC_OP_RESPONSE)) {
msg_type          208 lrmd/ipc_proxy.c     } else if (safe_str_eq(msg_type, LRMD_IPC_OP_DESTROY)) {
msg_type          212 lrmd/ipc_proxy.c         crm_err("Unknown ipc proxy msg type %s" , msg_type);
msg_type           69 lrmd/lrmd_private.h                              const char *msg_type);
msg_type          428 tools/crmadmin.c validate_crm_message(xmlNode * msg, const char *sys, const char *uuid, const char *msg_type)
msg_type          444 tools/crmadmin.c     } else if (msg_type != NULL && strcasecmp(msg_type, type) != 0) {
msg_type          445 tools/crmadmin.c         crm_info("Expecting a (%s) message but received a (%s).", msg_type, type);