HomeSort by: relevance | last modified time | path
    Searched defs:dead (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/tip/
hunt.c 45 __dead static void dead(int);
49 dead(int dummy __unused) function in typeref:typename:void
61 f = signal(SIGALRM, dead);
  /src/lib/librefuse/
fuse_internal.h 51 int dead; member in struct:fuse
  /src/usr.bin/make/unit-tests/
suff-lookup.mk 17 .SUFFIXES: .short .sho .dead-end
31 .dead-end.short:
40 .SUFFIXES: .c .cc .ccc .short .sho .dead-end
  /src/games/hack/
hack.topl.c 217 int n, n0, tlpos, dead; local in function:vpline
245 dead = 0;
247 while (n0 && !dead) {
266 dead = 1;
hack.mon.c 175 dmonsfree(); /* remove all dead monsters */
217 int dead = dochug(mtmp); local in function:dochugw
220 if (!dead) /* monster still alive */
228 return (dead);
752 static struct monst *fdmon; /* chain of dead monsters, need not to be
889 /* note: the dead minotaur will be on top of it! */
903 if (ACCESSIBLE(levl[x][y].typ)) /* might be mimic in wall or dead eel */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 289 bool dead = tctx->detached; local in function:__sanitizer::ThreadRegistry::FinishThread
296 dead = true;
299 if (dead) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.h 50 int notify_ref, dead; member in struct:nouveau_fence_chan
  /src/sys/kern/
kern_exit.c 500 * Mark the process as dead. We must do this before we signal
1013 struct proc *child, *dead; local in function:find_stopped_child
1041 dead = NULL;
1080 dead = child;
1135 ((options & WNOHANG) != 0 && dead == NULL)) {
  /src/sys/dev/ieee1394/
sbp.h 91 dead:1, member in struct:sbp_status
95 dead:1,
  /src/usr.bin/fstat/
fstat.c 562 static const char dead[] = "dead"; variable in typeref:typename:const char[]
579 badtype = dead;
652 if (*type && *type != dead)
714 if (badtype == dead) {
  /src/sys/uvm/
uvm_map.c 1278 struct vm_map_entry *dead = NULL, *dead_entries = NULL; local in function:uvm_map_enter
1515 dead = prev_entry->next;
1516 prev_entry->end = dead->end;
1517 uvm_map_entry_unlink(map, dead);
1518 if (dead->aref.ar_amap != NULL) {
1519 prev_entry->aref = dead->aref;
1520 dead->aref.ar_amap = NULL;
1622 if (dead) {
1624 uvm_mapent_free(dead);
3008 /* add to dead list *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 2148 uint32 dead; member in struct:SVGA3dCmdGBScreenDMA

Completed in 21 milliseconds