CRM_OP_PING       406 daemons/based/based_callbacks.c         crm_xml_add(ping, F_CIB_OPERATION, CRM_OP_PING);
CRM_OP_PING       693 daemons/based/based_callbacks.c     if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       711 daemons/based/based_callbacks.c     } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       780 daemons/based/based_callbacks.c     } else if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING       868 daemons/based/based_callbacks.c     } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) {
CRM_OP_PING      1128 daemons/controld/controld_messages.c     } else if (strcmp(op, CRM_OP_PING) == 0) {
CRM_OP_PING       158 daemons/pacemakerd/pcmkd_messages.c         { CRM_OP_PING, handle_ping_request },
CRM_OP_PING       263 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data,
CRM_OP_PING        92 lib/cib/cib_ops.c         CRM_OP_PING, cib__op_ping, cib__op_attr_none
CRM_OP_PING       186 lib/common/ipc_controld.c                             CRM_OP_PING,
CRM_OP_PING       260 lib/common/ipc_controld.c     } else if (!strcmp(value, CRM_OP_PING)) {
CRM_OP_PING       320 lib/common/ipc_controld.c     if ((node == NULL) && !strcmp(op, CRM_OP_PING)) {
CRM_OP_PING       438 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       232 lib/common/ipc_pacemakerd.c     if (pcmk__str_eq(value, CRM_OP_PING, pcmk__str_none)) {
CRM_OP_PING       309 lib/common/ipc_pacemakerd.c     return do_pacemakerd_api_call(api, ipc_name, CRM_OP_PING);