msg_type          151 daemons/execd/remoted_proxy.c     const char *msg_type = crm_element_value(xml, PCMK__XA_LRMD_IPC_OP);
msg_type          164 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_ACK, pcmk__str_casei)) {
msg_type          169 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_SHUTDOWN_NACK, pcmk__str_casei)) {
msg_type          198 daemons/execd/remoted_proxy.c     if (pcmk__str_eq(msg_type, LRMD_IPC_OP_EVENT, pcmk__str_casei)) {
msg_type          202 daemons/execd/remoted_proxy.c     } else if (pcmk__str_eq(msg_type, LRMD_IPC_OP_RESPONSE, pcmk__str_casei)) {
msg_type          212 daemons/execd/remoted_proxy.c     } else if (pcmk__str_eq(msg_type, LRMD_IPC_OP_DESTROY, pcmk__str_casei)) {
msg_type          216 daemons/execd/remoted_proxy.c         crm_err("Unknown ipc proxy msg type %s" , msg_type);
msg_type           36 include/crm/lrmd_internal.h                           const char *msg_type);
msg_type          337 lib/cib/cib_native.c             const char *msg_type = crm_element_value(reply, PCMK__XA_CIB_OP);
msg_type          341 lib/cib/cib_native.c             if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type          344 lib/cib/cib_native.c                          msg_type);
msg_type          452 lib/cib/cib_remote.c         const char *msg_type = crm_element_value(answer, PCMK__XA_CIB_OP);
msg_type          456 lib/cib/cib_remote.c         if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type          457 lib/cib/cib_remote.c             crm_err("Invalid registration message: %s", msg_type);
msg_type         1160 lib/fencing/st_client.c             const char *msg_type = crm_element_value(reply, PCMK__XA_ST_OP);
msg_type         1163 lib/fencing/st_client.c             if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_none)) {
msg_type         1165 lib/fencing/st_client.c                           (msg_type? msg_type : "(missing)"));
msg_type          399 lib/lrmd/lrmd_client.c     const char *msg_type = NULL;
msg_type          401 lib/lrmd/lrmd_client.c     msg_type = crm_element_value(xml, PCMK__XA_LRMD_REMOTE_MSG_TYPE);
msg_type          402 lib/lrmd/lrmd_client.c     if (pcmk__str_eq(msg_type, "notify", pcmk__str_casei)) {
msg_type          404 lib/lrmd/lrmd_client.c     } else if (pcmk__str_eq(msg_type, "reply", pcmk__str_casei)) {
msg_type          674 lib/lrmd/lrmd_client.c                       const char *msg_type)
msg_type          677 lib/lrmd/lrmd_client.c     crm_xml_add(msg, PCMK__XA_LRMD_REMOTE_MSG_TYPE, msg_type);
msg_type          688 lib/lrmd/lrmd_client.c     const char *msg_type = NULL;
msg_type          725 lib/lrmd/lrmd_client.c         msg_type = crm_element_value(*reply, PCMK__XA_LRMD_REMOTE_MSG_TYPE);
msg_type          727 lib/lrmd/lrmd_client.c         if (!msg_type) {
msg_type          731 lib/lrmd/lrmd_client.c         } else if (pcmk__str_eq(msg_type, "notify", pcmk__str_casei)) {
msg_type          740 lib/lrmd/lrmd_client.c         } else if (!pcmk__str_eq(msg_type, "reply", pcmk__str_casei)) {
msg_type          742 lib/lrmd/lrmd_client.c             crm_err("Expected a reply, got %s", msg_type);
msg_type         1046 lib/lrmd/lrmd_client.c         const char *msg_type = crm_element_value(reply, PCMK__XA_LRMD_OP);
msg_type         1071 lib/lrmd/lrmd_client.c         } else if (!pcmk__str_eq(msg_type, CRM_OP_REGISTER, pcmk__str_casei)) {
msg_type         1072 lib/lrmd/lrmd_client.c             crm_err("Invalid registration message: %s", msg_type);