last_granted       63 include/crm/common/tickets_internal.h     time_t last_granted;    // When cluster was last granted the ticket
last_granted     3294 lib/pengine/pe_output.c     if (ticket->last_granted > -1) {
last_granted     3307 lib/pengine/pe_output.c             char *epoch_str = pcmk__epoch2str(&(ticket->last_granted), 0);
last_granted     3352 lib/pengine/pe_output.c     if (ticket->last_granted > -1) {
last_granted     3353 lib/pengine/pe_output.c         char *buf = pcmk__epoch2str(&ticket->last_granted, 0);
last_granted      988 lib/pengine/unpack.c     const char *last_granted = NULL;
last_granted     1029 lib/pengine/unpack.c     last_granted = g_hash_table_lookup(ticket->state, PCMK_XA_LAST_GRANTED);
last_granted     1030 lib/pengine/unpack.c     if (last_granted) {
last_granted     1032 lib/pengine/unpack.c         int rc = pcmk__scan_ll(last_granted, &last_granted_ll, 0LL);
last_granted     1037 lib/pengine/unpack.c                      last_granted_ll, last_granted, ticket->id,
last_granted     1040 lib/pengine/unpack.c         ticket->last_granted = (time_t) last_granted_ll;
last_granted      570 lib/pengine/utils.c         ticket->last_granted = -1;