last_failure_key   30 lib/pengine/failcounts.c     char *last_failure_key = NULL;
last_failure_key   47 lib/pengine/failcounts.c     last_failure_key = generate_op_key(rsc_id, "last_failure", 0);
last_failure_key   49 lib/pengine/failcounts.c     if (safe_str_eq(last_failure_key, lrm_op_id)) {
last_failure_key   68 lib/pengine/failcounts.c     free(last_failure_key);
last_failure_key 3018 lib/pengine/unpack.c             const char *last_failure_key = get_op_key(last_failure);
last_failure_key 3020 lib/pengine/unpack.c             if (safe_str_eq(op_key, last_failure_key)) {