parse_op_key 135 daemons/controld/controld_te_events.c CRM_CHECK(parse_op_key(id, &rsc_id, &task, &interval_ms), parse_op_key 395 daemons/controld/controld_te_events.c if (parse_op_key(id, NULL, NULL, &interval_ms) parse_op_key 64 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type, parse_op_key 27 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, &ms)); parse_op_key 42 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("ClusterIP:0_start_0", &rsc, &ty, &ms)); parse_op_key 49 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("imagestoreclone:1_post_notify_stop_0", &rsc, &ty, &ms)); parse_op_key 64 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("httpd-bundle-0_monitor_30000", &rsc, &ty, &ms)); parse_op_key 71 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("httpd-bundle-ip-192.168.122.132_start_0", &rsc, &ty, &ms)); parse_op_key 86 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("vm_migrate_from_0", &rsc, &ty, &ms)); parse_op_key 93 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("vm_migrate_to_0", &rsc, &ty, &ms)); parse_op_key 100 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("vm_idcc_devel_migrate_to_0", &rsc, &ty, &ms)); parse_op_key 115 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("rsc_drbd_7788:1_post_notify_start_0", &rsc, &ty, &ms)); parse_op_key 122 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("rabbitmq-bundle-clone_pre_notify_stop_0", &rsc, &ty, &ms)); parse_op_key 129 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("post_notify_start_0", &rsc, &ty, &ms)); parse_op_key 143 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("Fencing_monitor_60000", NULL, &ty, &ms)); parse_op_key 155 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("Fencing_monitor_60000", &rsc, NULL, &ms)); parse_op_key 167 lib/common/tests/operations/parse_op_key_test.c assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, NULL)); parse_op_key 181 lib/common/tests/operations/parse_op_key_test.c assert_false(parse_op_key("", &rsc, &ty, &ms)); parse_op_key 186 lib/common/tests/operations/parse_op_key_test.c assert_false(parse_op_key(NULL, &rsc, &ty, &ms)); parse_op_key 199 lib/common/tests/operations/parse_op_key_test.c assert_false(parse_op_key("httpd-bundle-0", &rsc, &ty, &ms)); parse_op_key 204 lib/common/tests/operations/parse_op_key_test.c assert_false(parse_op_key("httpd-bundle-0_monitor", &rsc, &ty, &ms)); parse_op_key 209 lib/common/tests/operations/parse_op_key_test.c assert_false(parse_op_key("httpd-bundle-0_30000", &rsc, &ty, &ms)); parse_op_key 561 lib/pacemaker/pcmk_injections.c parse_op_key(key, &resource, &task, &interval_ms); parse_op_key 111 lib/pacemaker/pcmk_sched_actions.c CRM_ASSERT(parse_op_key(first_uuid, &rid, &first_task_str, &interval_ms)); parse_op_key 493 lib/pacemaker/pcmk_sched_ordering.c parse_op_key(key, NULL, &res, NULL); parse_op_key 1351 lib/pacemaker/pcmk_sched_ordering.c if (parse_op_key(original_key, NULL, &task, &interval_ms)) { parse_op_key 1446 lib/pacemaker/pcmk_sched_ordering.c parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms); parse_op_key 1133 lib/pengine/pe_output.c || !parse_op_key(op_key, &rsc_id, &task, &interval_ms)) { parse_op_key 1382 lib/pengine/pe_output.c if (parse_op_key(id ? id : ID(xml_op), &rsc, NULL, NULL) == FALSE) { parse_op_key 514 lib/pengine/utils.c parse_op_key(key, NULL, NULL, &interval_ms); parse_op_key 2601 lib/pengine/utils.c if (!parse_op_key(value ? value : ID(xml_op), &op_id, NULL, NULL)) { parse_op_key 1740 tools/crm_mon.c if (parse_op_key(id, &rsc, &task, NULL) == FALSE) {