n_type 509 lib/common/operations.c const char *n_type = crm_meta_value(op->params, "notify_type"); n_type 512 lib/common/operations.c CRM_LOG_ASSERT(n_type != NULL); n_type 514 lib/common/operations.c op_id = generate_notify_key(op->rsc_id, n_type, n_task); n_type 1044 pengine/graph.c const char *n_type = g_hash_table_lookup(action->meta, "notify_type"); n_type 1047 pengine/graph.c CRM_CHECK(n_type != NULL, crm_err("No notify type value found for %s", action->uuid)); n_type 1050 pengine/graph.c clone_key = generate_notify_key(action->rsc->clone_name, n_type, n_task); n_type 235 tools/crm_simulate.c const char *n_type = g_hash_table_lookup(action->meta, "notify_key_type"); n_type 238 tools/crm_simulate.c CRM_ASSERT(n_type != NULL); n_type 240 tools/crm_simulate.c key = generate_notify_key(name, n_type, n_task);