Searched refs:death (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh-agent.c114 time_t death; member in struct:identity
553 if (id->death == 0)
555 if (now >= id->death) {
561 deadline = (deadline == 0) ? id->death :
562 MIN(deadline, id->death);
623 time_t death = 0; local
656 death = monotime() + seconds;
672 if (lifetime && !death)
673 death = monotime() + lifetime;
685 id->death
764 time_t death = 0; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dlocal-alloc.c110 is a set of consecutive insns. -1 if death has not been recorded. */
112 int death;
202 Note that if we see a use or death of pseudo register N with
475 /* Verify that no store between START and the death of REG invalidates
950 dying in this insn whose death notes would be missed.
1494 in question so that we know to ignore its death. */
1511 /* Mark the death of everything that dies in this instruction,
1564 Every quantity should have a known birth and death.
1611 0, 1, qty[q].birth, qty[q].death);
1682 qty[q].death
111 int death; member in struct:qty
2378 post_mark_life(int regno, enum machine_mode mode, int life, int birth, int death) argument
[all...]
/freebsd-10-stable/sbin/init/
H A Dinit.c126 static state_func_t death(void);
1577 requested_transition = death;
1649 * mark all sessions for death, (!SE_PRESENT)
1760 death(void) function

Completed in 113 milliseconds