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

/freebsd-11.0-release/crypto/openssh/
H A Dssh-agent.c123 time_t death; member in struct:identity
565 if (id->death == 0)
567 if (now >= id->death) {
573 deadline = (deadline == 0) ? id->death :
574 MIN(deadline, id->death);
635 time_t death = 0; local
668 death = monotime() + seconds;
684 if (lifetime && !death)
685 death = monotime() + lifetime;
697 id->death
775 time_t death = 0; local
[all...]
/freebsd-11.0-release/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-11.0-release/sbin/init/
H A Dinit.c126 static state_func_t death(void);
1556 requested_transition = death;
1627 * mark all sessions for death, (!SE_PRESENT)
1730 death(void) function

Completed in 35 milliseconds