/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
changf100.h | 15 bool killed; member in struct:gf100_fifo_chan
|
changk104.h | 17 bool killed; member in struct:gk104_fifo_chan
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_chan.h | 50 atomic_t killed; member in struct:nouveau_channel
|
/src/games/larn/ |
scores.c | 22 * line showing player when he is killed diedlog() Subroutine to read a 44 short what; /* the number of the monster that killed 78 short killed, spused; /* monsters killed and spells cast */ member in struct:log_fmt 92 "a winner", "trapped in solid rock", "killed by a missing save file", 93 "killed by an old save file", "caught by the greedy cheater checker trap", 94 "killed by a protected save file", "killed his family and committed suicide", 98 "killed by a stupid act of frustration", "attacked by a revolting demon", 100 "fell into the dreadful sleep", "killed by an exploding chest" [all...] |
/src/games/hack/ |
hack.mon.c | 99 * note that mtmp or mtmp->nmon might get killed while mtmp 788 killed(struct monst *mtmp) function in typeref:typename:void 810 /* count killed monsters */ 887 if (tmp == 'm') { /* he killed a minotaur, give him a wand of
|
/src/bin/ksh/ |
jobs.c | 108 #define JP_SHORT 1 /* print signals processes were killed by */ 281 int killed = 0; local in function:j_exit 291 killed = 1; 306 if (killed)
|
/src/dist/pf/sbin/pfctl/ |
pfctl.c | 442 int killed, sources, dests; local in function:pfctl_kill_src_nodes 445 killed = sources = dests = 0; 521 killed += psnk.psnk_af; 529 killed += psnk.psnk_af; 538 fprintf(stderr, "killed %d src nodes from %d sources and %d " 539 "destinations\n", killed, sources, dests); 549 int killed, sources, dests; local in function:pfctl_kill_states 552 killed = sources = dests = 0; 631 killed += psk.psk_af; 639 killed += psk.psk_af [all...] |
/src/sys/dist/pf/net/ |
pf_ioctl.c | 1872 int killed = 0; local in function:pfioctl 1884 killed++; 1887 psk->psk_af = killed; 1899 int killed = 0; local in function:pfioctl 1940 killed++; 1943 psk->psk_af = killed; 3179 int killed = 0; local in function:pfioctl 3202 killed++; 3206 if (killed > 0) 3209 psnk->psnk_af = killed; [all...] |
pf.c | 703 u_int32_t killed = 0; local in function:pf_src_connlimit 760 killed++; 764 printf(", %u states killed", killed);
|
/src/games/trek/ |
trek.h | 245 int killk; /* number of klingons killed */ 248 char killb; /* number of starbases killed */ 249 int kills; /* number of stars killed */ 252 char killed; /* set if you were killed */ member in struct:Game_struct 253 char killinhab; /* number of inhabited starsystems killed */
|