hp                351 fencing/admin.c     stonith_history_t *history, *hp, *latest = NULL;
hp                357 fencing/admin.c     for (hp = history; hp; hp = hp->next) {
hp                359 fencing/admin.c         time_t complete = hp->completed;
hp                361 fencing/admin.c         if (hp->state == st_done) {
hp                362 fencing/admin.c             latest = hp;
hp                369 fencing/admin.c         if (hp->state == st_failed) {
hp                370 fencing/admin.c             action_s = fence_action_str(hp->action);
hp                372 fencing/admin.c                    hp->delegate ? hp->delegate : "We", action_s, hp->target,
hp                373 fencing/admin.c                    hp->client, hp->origin, ctime(&complete));
hp                375 fencing/admin.c         } else if (hp->state == st_done) {
hp                383 fencing/admin.c             action_s = fence_action_str(hp->action);
hp                385 fencing/admin.c                    hp->client, hp->origin, action_s, hp->target, hp->state, hp->completed);
hp               2608 lib/fencing/st_client.c     stonith_history_t *history, *hp = NULL;
hp               2634 lib/fencing/st_client.c         for (hp = history; hp; hp = hp->next) {
hp               2638 lib/fencing/st_client.c                 if (hp->state != st_done && hp->state != st_failed) {
hp               2642 lib/fencing/st_client.c             } else if (hp->state == st_done) {
hp               2644 lib/fencing/st_client.c                 if (hp->completed > when) {
hp               2645 lib/fencing/st_client.c                     when = hp->completed;