Symbol: life
crypto/openssh/authfd.c
507
encode_constraints(struct sshbuf *m, u_int life, u_int confirm,
crypto/openssh/authfd.c
516
if (life != 0) {
crypto/openssh/authfd.c
518
(r = sshbuf_put_u32(m, life)) != 0)
crypto/openssh/authfd.c
588
const char *comment, u_int life, u_int confirm, u_int maxsign,
crypto/openssh/authfd.c
593
int r, constrained = (life || confirm || maxsign ||
crypto/openssh/authfd.c
631
(r = encode_constraints(msg, life, confirm, maxsign,
crypto/openssh/authfd.c
686
u_int life, u_int confirm,
crypto/openssh/authfd.c
691
int r, constrained = (life || confirm || dest_constraints || certs);
crypto/openssh/authfd.c
708
(r = encode_constraints(msg, life, confirm, 0, NULL,
crypto/openssh/authfd.h
51
const char *comment, u_int life, u_int confirm, u_int maxsign,
crypto/openssh/authfd.h
57
const char *pin, u_int life, u_int confirm,
games/larn/monster.c
1726
newsphere(int x, int y, int dir, int life)
games/larn/monster.c
1792
sp->lifetime = life;
games/worm/worm.c
114
life(); /* Create the worm */
games/worm/worm.c
72
static void life(void);
include/rpc/auth_kerb.h
73
int life; /* Life of ticket */
sbin/ipfw3/ipfw3nat.c
260
printf(" %lld", (long long)ioc->life);
sbin/ipfw3/ipfw3state.c
180
printf(" %lld", (long long)ioc->life);
sbin/routed/rdisc.c
560
u_short life, /* in host byte order */
sbin/routed/rdisc.c
592
if (pref == 0 || life < MinMaxAdvertiseInterval) {
sbin/routed/rdisc.c
594
life = 0;
sbin/routed/rdisc.c
605
if (life == 0)
sbin/routed/rdisc.c
642
new_drp->dr_life = life;
sys/net/ipfw3_basic/ip_fw3_state.c
451
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.c
466
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.c
481
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.c
496
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.c
511
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.c
526
ioc->life = s->timestamp +
sys/net/ipfw3_basic/ip_fw3_state.h
46
time_t life;
sys/net/ipfw3_nat/ip_fw3_nat.c
550
ioc->life = s->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.c
576
ioc->life = s2->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.c
606
ioc->life = s->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.c
631
ioc->life = s2->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.c
662
ioc->life = s->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.c
687
ioc->life = s2->timestamp +
sys/net/ipfw3_nat/ip_fw3_nat.h
62
time_t life;
usr.sbin/powerd/powerd.c
743
low_battery_alert(int life)
usr.sbin/powerd/powerd.c
749
life, BatShutdownLingerCnt);
usr.sbin/powerd/powerd.c
782
int acline, life;
usr.sbin/powerd/powerd.c
837
len = sizeof(life);
usr.sbin/powerd/powerd.c
838
if (sysctlbyname("hw.acpi.battery.life", &life, &len, NULL, 0) < 0)
usr.sbin/powerd/powerd.c
847
if (life <= BatLifeMin) {
usr.sbin/powerd/powerd.c
850
"shutting down", life);
usr.sbin/powerd/powerd.c
858
low_battery_alert(life);