n_task 510 lib/common/operations.c const char *n_task = crm_meta_value(op->params, "notify_operation"); n_task 513 lib/common/operations.c CRM_LOG_ASSERT(n_task != NULL); n_task 514 lib/common/operations.c op_id = generate_notify_key(op->rsc_id, n_type, n_task); n_task 1045 pengine/graph.c const char *n_task = g_hash_table_lookup(action->meta, "notify_operation"); n_task 1048 pengine/graph.c CRM_CHECK(n_task != NULL, n_task 1050 pengine/graph.c clone_key = generate_notify_key(action->rsc->clone_name, n_type, n_task); n_task 1227 pengine/graph.c const char *n_task = g_hash_table_lookup(action->meta, "notify_operation"); n_task 1228 pengine/graph.c task = text2task(n_task); n_task 236 tools/crm_simulate.c const char *n_task = g_hash_table_lookup(action->meta, "notify_key_operation"); n_task 239 tools/crm_simulate.c CRM_ASSERT(n_task != NULL); n_task 240 tools/crm_simulate.c key = generate_notify_key(name, n_type, n_task);