notify_action     319 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify_action = NULL;
notify_action     350 lib/pacemaker/pcmk_sched_notif.c     notify_action = custom_action(rsc, key, op->task, node,
notify_action     355 lib/pacemaker/pcmk_sched_notif.c     g_hash_table_foreach(op->meta, copy_meta_to_notify, notify_action);
notify_action     356 lib/pacemaker/pcmk_sched_notif.c     add_notify_data_to_action_meta(n_data, notify_action);
notify_action     359 lib/pacemaker/pcmk_sched_notif.c     order_actions(op, notify_action, pe_order_optional);
notify_action     360 lib/pacemaker/pcmk_sched_notif.c     order_actions(notify_action, notify_done, pe_order_optional);
notify_action     361 lib/pacemaker/pcmk_sched_notif.c     return notify_action;