last_granted 30 include/crm/common/tickets.h time_t last_granted; //!< When cluster was last granted the ticket last_granted 2994 lib/pengine/pe_output.c if (ticket->last_granted > -1) { last_granted 2995 lib/pengine/pe_output.c char *epoch_str = pcmk__epoch2str(&(ticket->last_granted), 0); last_granted 3016 lib/pengine/pe_output.c if (ticket->last_granted > -1) { last_granted 3017 lib/pengine/pe_output.c char *epoch_str = pcmk__epoch2str(&(ticket->last_granted), 0); last_granted 3046 lib/pengine/pe_output.c if (ticket->last_granted > -1) { last_granted 3047 lib/pengine/pe_output.c char *buf = pcmk__epoch2str(&ticket->last_granted, 0); last_granted 937 lib/pengine/unpack.c const char *last_granted = NULL; last_granted 977 lib/pengine/unpack.c last_granted = g_hash_table_lookup(ticket->state, "last-granted"); last_granted 978 lib/pengine/unpack.c if (last_granted) { last_granted 981 lib/pengine/unpack.c pcmk__scan_ll(last_granted, &last_granted_ll, 0LL); last_granted 982 lib/pengine/unpack.c ticket->last_granted = (time_t) last_granted_ll; last_granted 535 lib/pengine/utils.c ticket->last_granted = -1; last_granted 318 tools/crm_ticket.c if (ticket->last_granted > -1) { last_granted 320 tools/crm_ticket.c print_date(ticket->last_granted);