msg_type           44 daemons/based/based_notify.c                           const char *msg_type);
msg_type          180 daemons/based/based_notify.c               int result, xmlNode * result_data, const char *msg_type)
msg_type          192 daemons/based/based_notify.c     crm_xml_add(update_msg, F_SUBTYPE, msg_type);
msg_type          151 daemons/execd/remoted_proxy.c     const char *msg_type = crm_element_value(xml, F_LRMD_IPC_OP);
msg_type          160 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_ACK, pcmk__str_casei)) {
msg_type          165 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_NACK, pcmk__str_casei)) {
msg_type          194 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_EVENT, pcmk__str_casei)) {
msg_type          198 daemons/execd/remoted_proxy.c     } else if (pcmk__str_eq(msg_type, LRMD_IPC_OP_RESPONSE, pcmk__str_casei)) {
msg_type          208 daemons/execd/remoted_proxy.c     } else if (pcmk__str_eq(msg_type, LRMD_IPC_OP_DESTROY, pcmk__str_casei)) {
msg_type          212 daemons/execd/remoted_proxy.c         crm_err("Unknown ipc proxy msg type %s" , msg_type);
msg_type           34 include/crm/lrmd_internal.h                           const char *msg_type);
msg_type          210 lib/cib/cib_native.c             const char *msg_type = crm_element_value(reply, F_CIB_OPERATION);
msg_type          215 lib/cib/cib_native.c             if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type          217 lib/cib/cib_native.c                          "unknown type '%s'", msg_type);
msg_type          276 lib/cib/cib_remote.c         const char *msg_type = crm_element_value(answer, F_CIB_OPERATION);
msg_type          279 lib/cib/cib_remote.c         if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type          280 lib/cib/cib_remote.c             crm_err("Invalid registration message: %s", msg_type);
msg_type         1514 lib/fencing/st_client.c             const char *msg_type = crm_element_value(reply, F_STONITH_OPERATION);
msg_type         1517 lib/fencing/st_client.c             if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type         1519 lib/fencing/st_client.c                           (msg_type? msg_type : "(missing)"));
msg_type          412 lib/lrmd/lrmd_client.c         const char *msg_type = crm_element_value(xml, F_LRMD_REMOTE_MSG_TYPE);
msg_type          413 lib/lrmd/lrmd_client.c         if (pcmk__str_eq(msg_type, "notify", pcmk__str_casei)) {
msg_type          415 lib/lrmd/lrmd_client.c         } else if (pcmk__str_eq(msg_type, "reply", pcmk__str_casei)) {
msg_type          604 lib/lrmd/lrmd_client.c                       const char *msg_type)
msg_type          607 lib/lrmd/lrmd_client.c     crm_xml_add(msg, F_LRMD_REMOTE_MSG_TYPE, msg_type);
msg_type          618 lib/lrmd/lrmd_client.c     const char *msg_type = NULL;
msg_type          655 lib/lrmd/lrmd_client.c         msg_type = crm_element_value(*reply, F_LRMD_REMOTE_MSG_TYPE);
msg_type          657 lib/lrmd/lrmd_client.c         if (!msg_type) {
msg_type          661 lib/lrmd/lrmd_client.c         } else if (pcmk__str_eq(msg_type, "notify", pcmk__str_casei)) {
msg_type          670 lib/lrmd/lrmd_client.c         } else if (!pcmk__str_eq(msg_type, "reply", pcmk__str_casei)) {
msg_type          672 lib/lrmd/lrmd_client.c             crm_err("Expected a reply, got %s", msg_type);
msg_type          973 lib/lrmd/lrmd_client.c         const char *msg_type = crm_element_value(reply, F_LRMD_OPERATION);
msg_type          983 lib/lrmd/lrmd_client.c         } else if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type          984 lib/lrmd/lrmd_client.c             crm_err("Invalid registration message: %s", msg_type);
msg_type           84 maint/mocked/based-notifyfenced.c               const char *msg_type)
msg_type           93 maint/mocked/based-notifyfenced.c     crm_xml_add(update_msg, F_SUBTYPE, msg_type);