n_type 198 lib/pacemaker/pcmk_graph_producer.c const char *n_type = g_hash_table_lookup(action->meta, "notify_type"); n_type 202 lib/pacemaker/pcmk_graph_producer.c CRM_LOG_ASSERT((n_type != NULL) && (n_task != NULL)); n_type 203 lib/pacemaker/pcmk_graph_producer.c return pcmk__notify_key(action->rsc->clone_name, n_type, n_task); n_type 941 lib/pacemaker/pcmk_sched_actions.c const char *n_type = crm_meta_value(op->params, "notify_type"); n_type 944 lib/pacemaker/pcmk_sched_actions.c CRM_LOG_ASSERT(n_type != NULL); n_type 946 lib/pacemaker/pcmk_sched_actions.c op_id = pcmk__notify_key(op->rsc_id, n_type, n_task); n_type 81 lib/pacemaker/pcmk_simulate.c const char *n_type = g_hash_table_lookup(action->meta, n_type 86 lib/pacemaker/pcmk_simulate.c CRM_ASSERT(n_type != NULL); n_type 88 lib/pacemaker/pcmk_simulate.c key = pcmk__notify_key(clone_name, n_type, n_task);