n_type           1086 lib/pacemaker/pcmk_sched_graph.c             const char *n_type = g_hash_table_lookup(action->meta, "notify_type");
n_type           1089 lib/pacemaker/pcmk_sched_graph.c             CRM_CHECK(n_type != NULL, crm_err("No notify type value found for %s", action->uuid));
n_type           1093 lib/pacemaker/pcmk_sched_graph.c                                          n_type, n_task);
n_type            641 lib/pacemaker/pcmk_sched_utils.c         const char *n_type = crm_meta_value(op->params, "notify_type");
n_type            644 lib/pacemaker/pcmk_sched_utils.c         CRM_LOG_ASSERT(n_type != NULL);
n_type            646 lib/pacemaker/pcmk_sched_utils.c         op_id = pcmk__notify_key(op->rsc_id, n_type, n_task);
n_type            553 tools/crm_simulate.c             const char *n_type = g_hash_table_lookup(action->meta, "notify_key_type");
n_type            556 tools/crm_simulate.c             CRM_ASSERT(n_type != NULL);
n_type            558 tools/crm_simulate.c             key = pcmk__notify_key(clone_name, n_type, n_task);