CRM_OP_PING       336 cib/callbacks.c         crm_xml_add(ping, F_CIB_OPERATION, CRM_OP_PING);
CRM_OP_PING       658 cib/callbacks.c     if (is_reply && safe_str_eq(op, CRM_OP_PING)) {
CRM_OP_PING       676 cib/callbacks.c     } else if(is_reply == FALSE && safe_str_eq(op, CRM_OP_PING)) {
CRM_OP_PING       739 cib/callbacks.c     } else if (is_reply && safe_str_eq(op, CRM_OP_PING)) {
CRM_OP_PING       819 cib/callbacks.c     } else if(is_reply == FALSE && safe_str_eq(op, CRM_OP_PING)) {
CRM_OP_PING       207 cib/common.c       {CRM_OP_PING,      FALSE, FALSE, FALSE, cib_prepare_none, cib_cleanup_output, cib_process_ping},
CRM_OP_PING       833 crmd/messages.c     } else if (strcmp(op, CRM_OP_PING) == 0) {
CRM_OP_PING        69 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL);
CRM_OP_PING       272 tools/crmadmin.c             crmd_operation = CRM_OP_PING;
CRM_OP_PING       298 tools/crmadmin.c         crmd_operation = CRM_OP_PING;