CRM_OP_PING       403 daemons/based/based_callbacks.c         crm_xml_add(ping, PCMK__XA_CIB_OP, CRM_OP_PING);
CRM_OP_PING       708 daemons/based/based_callbacks.c     if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       726 daemons/based/based_callbacks.c     } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       796 daemons/based/based_callbacks.c     } else if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       885 daemons/based/based_callbacks.c     } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING      1146 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       262 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       191 lib/common/ipc_controld.c                             CRM_OP_PING,
CRM_OP_PING       268 lib/common/ipc_controld.c     } else if (!strcmp(value, CRM_OP_PING)) {
CRM_OP_PING       328 lib/common/ipc_controld.c     if ((node == NULL) && !strcmp(op, CRM_OP_PING)) {
CRM_OP_PING       446 lib/common/ipc_controld.c     request = create_controller_request(api, CRM_OP_PING, node_name, NULL);
CRM_OP_PING       189 lib/common/ipc_pacemakerd.c     return pcmk__str_any_of(command, CRM_OP_PING, CRM_OP_QUIT, NULL);
CRM_OP_PING       235 lib/common/ipc_pacemakerd.c     if (pcmk__str_eq(value, CRM_OP_PING, pcmk__str_none)) {
CRM_OP_PING       314 lib/common/ipc_pacemakerd.c     return do_pacemakerd_api_call(api, ipc_name, CRM_OP_PING);