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 60 include/crm/common/util.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type, parse_op_key 22 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, &ms)); parse_op_key 37 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("ClusterIP:0_start_0", &rsc, &ty, &ms)); parse_op_key 44 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("imagestoreclone:1_post_notify_stop_0", &rsc, &ty, &ms)); parse_op_key 59 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("httpd-bundle-0_monitor_30000", &rsc, &ty, &ms)); parse_op_key 66 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("httpd-bundle-ip-192.168.122.132_start_0", &rsc, &ty, &ms)); parse_op_key 81 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("vm_migrate_from_0", &rsc, &ty, &ms)); parse_op_key 88 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("vm_migrate_to_0", &rsc, &ty, &ms)); parse_op_key 95 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("vm_idcc_devel_migrate_to_0", &rsc, &ty, &ms)); parse_op_key 110 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("rsc_drbd_7788:1_post_notify_start_0", &rsc, &ty, &ms)); parse_op_key 117 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("rabbitmq-bundle-clone_pre_notify_stop_0", &rsc, &ty, &ms)); parse_op_key 124 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("post_notify_start_0", &rsc, &ty, &ms)); parse_op_key 138 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("Fencing_monitor_60000", NULL, &ty, &ms)); parse_op_key 150 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("Fencing_monitor_60000", &rsc, NULL, &ms)); parse_op_key 162 lib/common/tests/operations/parse_op_key_test.c g_assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, NULL)); parse_op_key 176 lib/common/tests/operations/parse_op_key_test.c g_assert_false(parse_op_key("", &rsc, &ty, &ms)); parse_op_key 181 lib/common/tests/operations/parse_op_key_test.c g_assert_false(parse_op_key(NULL, &rsc, &ty, &ms)); parse_op_key 194 lib/common/tests/operations/parse_op_key_test.c g_assert_false(parse_op_key("httpd-bundle-0", &rsc, &ty, &ms)); parse_op_key 199 lib/common/tests/operations/parse_op_key_test.c g_assert_false(parse_op_key("httpd-bundle-0_monitor", &rsc, &ty, &ms)); parse_op_key 204 lib/common/tests/operations/parse_op_key_test.c g_assert_false(parse_op_key("httpd-bundle-0_30000", &rsc, &ty, &ms)); parse_op_key 1757 lib/pacemaker/pcmk_sched_allocate.c if (parse_op_key(original_key, NULL, &task, &interval_ms)) { parse_op_key 1854 lib/pacemaker/pcmk_sched_allocate.c parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms); parse_op_key 1442 lib/pacemaker/pcmk_sched_constraints.c parse_op_key(key, NULL, &res, NULL); parse_op_key 82 lib/pacemaker/pcmk_sched_graph.c CRM_ASSERT(parse_op_key(old_uuid, &rid, &raw_task, &interval_ms)); parse_op_key 556 lib/pacemaker/pcmk_sched_transition.c parse_op_key(key, &resource, &task, &interval_ms); parse_op_key 1262 lib/pengine/pe_output.c if (parse_op_key(id ? id : ID(xml_op), &rsc, NULL, NULL) == FALSE) { parse_op_key 503 lib/pengine/utils.c parse_op_key(key, NULL, NULL, &interval_ms); parse_op_key 1854 tools/crm_mon.c if (parse_op_key(id, &rsc, &task, NULL) == FALSE) {