Home | History | Annotate | Download | only in openssh

Lines Matching refs:death

117 	time_t death;
540 if (id->death == 0)
542 if (now >= id->death) {
548 deadline = (deadline == 0) ? id->death :
549 MINIMUM(deadline, id->death);
610 time_t death = 0;
643 death = monotime() + seconds;
659 if (lifetime && !death)
660 death = monotime() + lifetime;
672 id->death = death;
751 time_t death = 0;
769 death = monotime() + seconds;
791 if (lifetime && !death)
792 death = monotime() + lifetime;
804 id->death = death;