CRM_OP_PING 291 daemons/based/based_callbacks.c crm_xml_add(ping, F_CIB_OPERATION, CRM_OP_PING); CRM_OP_PING 636 daemons/based/based_callbacks.c if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) { CRM_OP_PING 654 daemons/based/based_callbacks.c } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) { CRM_OP_PING 719 daemons/based/based_callbacks.c } else if (is_reply && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) { CRM_OP_PING 808 daemons/based/based_callbacks.c } else if(is_reply == FALSE && pcmk__str_eq(op, CRM_OP_PING, pcmk__str_casei)) { CRM_OP_PING 221 daemons/based/based_common.c CRM_OP_PING, FALSE, FALSE, FALSE, CRM_OP_PING 1082 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 61 lib/cib/cib_client.c return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL); CRM_OP_PING 155 lib/common/ipc_controld.c || !strcmp(command, CRM_OP_PING) CRM_OP_PING 238 lib/common/ipc_controld.c } else if (!strcmp(value, CRM_OP_PING)) { CRM_OP_PING 298 lib/common/ipc_controld.c if ((node == NULL) && !strcmp(op, CRM_OP_PING)) { CRM_OP_PING 419 lib/common/ipc_controld.c request = create_controller_request(api, CRM_OP_PING, node_name, NULL); CRM_OP_PING 166 lib/common/ipc_pacemakerd.c return pcmk__str_any_of(command, CRM_OP_PING, CRM_OP_QUIT, NULL); CRM_OP_PING 208 lib/common/ipc_pacemakerd.c if (pcmk__str_eq(value, CRM_OP_PING, pcmk__str_none)) { CRM_OP_PING 285 lib/common/ipc_pacemakerd.c return do_pacemakerd_api_call(api, ipc_name, CRM_OP_PING);