hp_old            743 lib/fencing/st_client.c     stonith_history_t *hp, *hp_old;
hp_old            745 lib/fencing/st_client.c     for (hp = history; hp; hp_old = hp, hp = hp->next, free(hp_old)) {