n_task           1087 lib/pacemaker/pcmk_sched_graph.c             const char *n_task = g_hash_table_lookup(action->meta, "notify_operation");
n_task           1090 lib/pacemaker/pcmk_sched_graph.c             CRM_CHECK(n_task != NULL,
n_task           1093 lib/pacemaker/pcmk_sched_graph.c                                          n_type, n_task);
n_task           1273 lib/pacemaker/pcmk_sched_graph.c                 const char *n_task = g_hash_table_lookup(action->meta, "notify_operation");
n_task           1274 lib/pacemaker/pcmk_sched_graph.c                 task = text2task(n_task);
n_task            642 lib/pacemaker/pcmk_sched_utils.c         const char *n_task = crm_meta_value(op->params, "notify_operation");
n_task            645 lib/pacemaker/pcmk_sched_utils.c         CRM_LOG_ASSERT(n_task != NULL);
n_task            646 lib/pacemaker/pcmk_sched_utils.c         op_id = pcmk__notify_key(op->rsc_id, n_type, n_task);
n_task            554 tools/crm_simulate.c             const char *n_task = g_hash_table_lookup(action->meta, "notify_key_operation");
n_task            557 tools/crm_simulate.c             CRM_ASSERT(n_task != NULL);
n_task            558 tools/crm_simulate.c             key = pcmk__notify_key(clone_name, n_type, n_task);