Symbol: dead
crypto/heimdal/lib/krb5/mcache.c
164
m->dead = 0;
crypto/heimdal/lib/krb5/mcache.c
218
m->dead = 1;
crypto/heimdal/lib/krb5/mcache.c
41
int dead;
crypto/heimdal/lib/krb5/mcache.c
57
#define MISDEAD(X) ((X)->dead)
crypto/heimdal/lib/krb5/mcache.c
95
m->dead = 0;
crypto/openssl/ssl/ssl_ciph.c
153
int dead;
sbin/dhclient/dhcpd.h
214
int dead;
sbin/dhclient/dispatch.c
208
if (ip == NULL || ip->dead)
sbin/dhclient/dispatch.c
244
!ip->dead))
sbin/dhclient/dispatch.c
283
ip->dead = 1;
share/examples/ipfilter/l4check/l4check.c
142
closel4(l4cfg_t *l4, int dead)
share/examples/ipfilter/l4check/l4check.c
147
if (dead && l4->l4_alive) {
sys/dev/firewire/sbp.c
1691
&& sbp_status->dead == 0);
sys/dev/firewire/sbp.c
1701
sbp_status->src, sbp_status->resp, sbp_status->dead,
sys/dev/firewire/sbp.c
1732
if (sbp_status->dead) {
sys/dev/firewire/sbp.h
94
dead:1,
sys/dev/firewire/sbp.h
98
dead:1,
sys/dev/firewire/sbp_targ.c
1010
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
1432
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
1583
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
1621
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
1632
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
1662
orbi->status.dead = 1;
sys/dev/firewire/sbp_targ.c
674
sbp_status->dead = 0; /* XXX */
sys/dev/firewire/sbp_targ.c
835
orbi->status.dead = 1;
sys/dev/isp/isp_freebsd.c
2528
atp->dead = 1;
sys/dev/isp/isp_freebsd.c
992
if (atp->dead) {
sys/dev/isp/isp_freebsd.h
109
dead : 1,
sys/netgraph/ng_ppp.c
1750
int dead = 0;
sys/netgraph/ng_ppp.c
1765
dead = 1;
sys/netgraph/ng_ppp.c
1769
if (!dead)
sys/netinet/tcp_ratelimit.c
266
SYSCTL_UINT(_net_inet_tcp_rl, OID_AUTO, dead, CTLFLAG_RW,
sys/vm/vm_fault.c
1536
bool dead;
sys/vm/vm_fault.c
1549
dead = fs->object->type == OBJT_DEAD;
sys/vm/vm_fault.c
1551
if (dead)
tools/tools/vhba/faulty/vhba_faulty.c
123
if (vhbas->dead) {
tools/tools/vhba/faulty/vhba_faulty.c
124
vhbas->dead = 0;
tools/tools/vhba/faulty/vhba_faulty.c
46
uint32_t dead;
tools/tools/vhba/faulty/vhba_faulty.c
92
vhbas->dead = 1;
usr.bin/tip/tip/hunt.c
40
static void dead(int);
usr.bin/tip/tip/hunt.c
56
f = signal(SIGALRM, dead);