Searched refs:dead (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/usr.bin/tip/tip/
H A Dhunt.c48 static void dead(int);
52 dead(int signo) function
64 f = signal(SIGALRM, dead);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.h93 dead:1, member in struct:sbp_status
97 dead:1,
H A Dsbp_targ.c674 sbp_status->dead = 0; /* XXX */
835 orbi->status.dead = 1;
1010 orbi->status.dead = 1;
1433 orbi->status.dead = 1;
1586 orbi->status.dead = 1;
1625 orbi->status.dead = 1;
1636 orbi->status.dead = 1;
1666 orbi->status.dead = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh108 void *live, *dead;
118 if ((dead = dlopen("./deadlib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.h61 int dead:1; /* We happen to know it's actually dead. */ member in struct:proc
H A Dremote-rdi.c712 struct local_bp_list_entry **entryp, *dead;
720 dead = *entryp;
721 rslt = angel_RDI_clearbreak (dead->point);
726 *entryp = dead->next;
727 xfree (dead);
705 struct local_bp_list_entry **entryp, *dead; local
H A Dgnu-nat.c303 proc_debug (proc, "is %s", err ? "dead" : running ? "running" : "suspended");
425 /* PROC must be dead. */
520 return 0; /* the thread must be dead. */
544 notification for PORT becoming dead to be sent to INF's notify port. */
570 proc->dead = 0;
841 inf->task->dead = 1; /* oh well */
888 if (inf->task && !inf->task->dead)
1017 /* TASK must be dead. */
1019 task->dead = 1;
1065 thread = _proc_free (thread); /* THREAD is dead
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c266 * Purge the cache of dead entries
320 int dead; local
325 for (pvd = pfs_vncache, dead = 0; pvd != NULL; pvd = pvd->pvd_next)
327 dead = pvd->pvd_dead = 1;
328 if (dead)
/freebsd-11-stable/sys/i386/i386/
H A Dmpboot.s203 dead: hlt /* We should never get here */ label
204 jmp dead
/freebsd-11-stable/tools/tools/vhba/faulty/
H A Dvhba_faulty.c47 uint32_t dead; member in struct:__anon13733
93 vhbas->dead = 1;
124 if (vhbas->dead) {
125 vhbas->dead = 0;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmcache.c41 int dead; member in struct:krb5_mcache
57 #define MISDEAD(X) ((X)->dead)
95 m->dead = 0;
164 m->dead = 0;
218 m->dead = 1;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp288 bool dead = tctx->detached; local
295 dead = true;
298 if (dead) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1052 dead = true; \
1071 bool dead, quotenext, strip8bit; local
1076 dead = false;
1107 dead = true;
1119 dead = true;
1125 if (dead)
1129 if (dead)
1139 dead = true;
1152 if (dead)
1163 dead
[all...]
H A Ddeliver.c2398 /* make sure system call isn't dead meat */
4828 bool dead = false; local
4981 while (!sm_io_error(mci->mci_out) && !dead)
5055 dead = true;
5067 dead = true;
5071 if (dead)
5172 dead = true;
5187 dead = true;
5229 dead = true;
5255 dead
[all...]
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.c248 sc->dead = 1;
253 while (sc->dead != 2 && !LIST_EMPTY(&pp->consumers))
H A Dg_bde.h137 int dead; member in struct:g_bde_softc
H A Dg_bde_work.c642 if (sc->dead)
665 sc->dead = 2;
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c214 if (ip == NULL || ip->dead)
248 !ip->dead))
287 ip->dead = 1;
H A Ddhcpd.h210 int dead; member in struct:interface_info
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h157 /// uses, and it doesn't remove dead defs.
158 /// Dead PHIDef values are marked as unused. New dead machine instructions
159 /// are added to the dead vector. Returns true if the interval may have been
162 SmallVectorImpl<MachineInstr*> *dead = nullptr);
165 /// shrinkToUses(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead)
455 /// Walk the values in \p LI and check for dead values:
458 /// - Completely dead machine instructions are added to the \p dead vector
463 SmallVectorImpl<MachineInstr*> *dead);
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c142 void closel4(l4, dead)
144 int dead;
149 if (dead && l4->l4_alive) {
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c867 int dead; local
902 * handler as being dead and let the ithread do the actual removal.
936 dead = 1;
939 dead = 0;
943 if (dead) {
1021 int dead; local
1058 * handler as being dead and let the ithread do the actual removal.
1100 dead = 1;
1103 dead = 0;
1107 if (dead) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp266 /// aliasing registers. The range should be empty, or contain only dead
273 // Create all values as dead defs before extending to uses. Note that roots
447 SmallVectorImpl<MachineInstr*> *dead) {
499 // Handle dead values.
500 bool CanSeparate = computeDeadValues(*li, dead);
506 SmallVectorImpl<MachineInstr*> *dead) {
530 // This is a dead PHI. Remove it.
536 // This is a dead def. Make sure the instruction knows.
544 if (dead && MI->allDefsAreDead()) {
545 LLVM_DEBUG(dbgs() << "All defs dead
446 shrinkToUses(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead) argument
505 computeDeadValues(LiveInterval &LI, SmallVectorImpl<MachineInstr*> *dead) argument
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_fault.c535 bool dead, hardfault, is_first_object_locked; local
646 * with us. Otherwise, if we see terminally dead
650 dead = fs.object->type == OBJT_DEAD;
652 if (dead)
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c431 bool dead; member in struct:alloc_zone
1590 /* z is dead, baby. z is dead. */
1591 z->dead = true;
1931 /* Free dead zones. */
1934 if (zone->next_zone->dead)
1938 printf ("Zone `%s' is dead and will be freed.\n", dead_zone->name);
1943 /* Unchain the dead zone, release all its pages and free it. */

Completed in 604 milliseconds

12