generate_notify_key 148 include/crm_internal.h char *generate_notify_key(const char *rsc_id, const char *notify_type, const char *op_type); generate_notify_key 514 lib/common/operations.c op_id = generate_notify_key(op->rsc_id, n_type, n_task); generate_notify_key 124 pengine/graph.c uuid = generate_notify_key(rid, "confirmed-post", task2text(task + 1)); generate_notify_key 1050 pengine/graph.c clone_key = generate_notify_key(action->rsc->clone_name, n_type, n_task); generate_notify_key 266 pengine/notif.c key = generate_notify_key(rsc->id, value, task); generate_notify_key 344 pengine/notif.c key = generate_notify_key(rsc->id, "pre", start->task); generate_notify_key 359 pengine/notif.c key = generate_notify_key(rsc->id, "confirmed-pre", start->task); generate_notify_key 379 pengine/notif.c key = generate_notify_key(rsc->id, "post", end->task); generate_notify_key 399 pengine/notif.c key = generate_notify_key(rsc->id, "confirmed-post", end->task); generate_notify_key 240 tools/crm_simulate.c key = generate_notify_key(name, n_type, n_task);