Searched refs:killed (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/usr.bin/lockf/
H A Dlockf.c43 static void killed(int sig);
155 signal(SIGTERM, killed);
198 killed(int sig) function
/freebsd-10.0-release/sys/netinet/
H A Din_rmx.c179 int killed; member in struct:rtqk_arg
214 ap->killed++;
266 arg.found = arg.killed = 0;
282 if ((arg.found - arg.killed > V_rtq_toomany) &&
295 arg.found = arg.killed = 0;
318 arg.found = arg.killed = 0;
/freebsd-10.0-release/usr.bin/killall/
H A Dkillall.c130 int killed = 0; local
414 killed++;
423 if (killed == 0) {
/freebsd-10.0-release/usr.bin/gcore/
H A Dgcore.c72 static void killed(int);
/freebsd-10.0-release/sys/netinet6/
H A Din6_rmx.c184 int killed; member in struct:rtqk_arg
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history83 03/16 MyLai Massacre; 300 non-combatant villagers killed by US infantrymen
125 04/27 Magellan killed in Philippines, 1521
142 05/17 Six SLA members killed in televised gun fight, 1974
278 08/31 269 people killed after Korean Airlines 747 shot down by USSR, 1983
431 11/24 Lee Harvey Oswald killed by Jack Ruby, 1963
H A Dcalendar.music36 Bopper are killed in a plane crash outside Mason City, Iowa, 1959
226 12/08 John Lennon is shot and killed in New York City, 1980
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl.c452 int killed, sources, dests; local
455 killed = sources = dests = 0;
531 killed += psnk.psnk_killed;
537 killed += psnk.psnk_killed;
544 fprintf(stderr, "killed %d src nodes from %d sources and %d "
545 "destinations\n", killed, sources, dests);
555 int killed, sources, dests; local
558 killed = sources = dests = 0;
637 killed += psk.psk_killed;
643 killed
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dglobal.c2044 register is not redefined or killed on the path.
2047 killed (clobbered) on the path
2066 /* Registers correspondingly killed (clobbered) and defined but not
2067 killed afterward in the basic block. */
2068 bitmap killed, avloc;
2103 bb_info->killed = BITMAP_ALLOC (&greg_obstack);
2138 bitmap_set_bit (bb_info->killed, regno);
2258 if (bitmap_bit_p (bb_info->killed, regno)
2346 bb.live_pavout = union (bb.live_pavin - bb.killed, bb.avloc)
2392 bb_live_pavin, bb_info->killed);
2053 bitmap killed, avloc; member in struct:bb_info
[all...]
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_ioctl.c1578 u_int i, killed = 0; local
1595 killed++;
1600 psk->psk_killed = killed;
1612 u_int i, killed = 0; local
1671 killed++;
1677 psk->psk_killed = killed;
3148 u_int i, killed = 0; local
3171 killed++;
3176 if (killed > 0)
3179 psnk->psnk_killed = killed;
[all...]
H A Dpf.c518 uint32_t killed = 0; local
587 killed++;
595 printf("%s: %u states killed", __func__, killed);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c6170 boolean_t killed; local
6191 killed = exec_child(cmd, NULL, B_TRUE, &status);
6198 killed = exec_child(ztest_opts.zo_alt_ztest,
6202 if (killed)
6245 * It's possible that we killed a child during a rename test,
6272 (void) printf("%d killed, %d completed, %.0f%% kill rate\n",

Completed in 174 milliseconds