CRM_OP_PING       390 daemons/based/based_callbacks.c         crm_xml_add(ping, PCMK__XA_CIB_OP, CRM_OP_PING);
CRM_OP_PING       582 daemons/based/based_callbacks.c     } else if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       670 daemons/based/based_callbacks.c     } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       444 daemons/controld/controld_messages.c     if (is_for_dc && pcmk__str_eq(task, CRM_OP_PING, pcmk__str_casei) 
CRM_OP_PING      1166 daemons/controld/controld_messages.c     } else if (strcmp(op, CRM_OP_PING) == 0) {
CRM_OP_PING       161 daemons/pacemakerd/pcmkd_messages.c         { CRM_OP_PING, handle_ping_request },
CRM_OP_PING       237 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data,
CRM_OP_PING        91 lib/cib/cib_ops.c         CRM_OP_PING, cib__op_ping, cib__op_attr_none
CRM_OP_PING       195 lib/common/ipc_controld.c                             CRM_OP_PING,
CRM_OP_PING       275 lib/common/ipc_controld.c     } else if (!strcmp(value, CRM_OP_PING)) {
CRM_OP_PING       337 lib/common/ipc_controld.c     if ((node == NULL) && !strcmp(op, CRM_OP_PING)) {
CRM_OP_PING       458 lib/common/ipc_controld.c     request = create_controller_request(api, CRM_OP_PING, node_name, NULL);
CRM_OP_PING       190 lib/common/ipc_pacemakerd.c     return pcmk__str_any_of(command, CRM_OP_PING, CRM_OP_QUIT, NULL);
CRM_OP_PING       253 lib/common/ipc_pacemakerd.c     if (pcmk__str_eq(value, CRM_OP_PING, pcmk__str_none)) {
CRM_OP_PING       335 lib/common/ipc_pacemakerd.c     return do_pacemakerd_api_call(api, ipc_name, CRM_OP_PING);