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

/freebsd-9.3-release/usr.bin/lockf/
H A Dlockf.c43 static void killed(int sig);
155 signal(SIGTERM, killed);
198 killed(int sig) function
/freebsd-9.3-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-9.3-release/usr.bin/killall/
H A Dkillall.c127 int killed = 0; local
395 killed++;
404 if (killed == 0) {
/freebsd-9.3-release/usr.bin/gcore/
H A Dgcore.c72 static void killed(int);
/freebsd-9.3-release/sys/netinet6/
H A Din6_rmx.c184 int killed; member in struct:rtqk_arg
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.history83 03/16 MyLai Massacre; 300 non-combatant villagers killed by US infantrymen
126 04/27 Magellan killed in Philippines, 1521
143 05/17 Six SLA members killed in televised gun fight, 1974
279 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-9.3-release/contrib/pf/pfctl/
H A Dpfctl.c453 int killed, sources, dests; local
456 killed = sources = dests = 0;
532 killed += psnk.psnk_killed;
538 killed += psnk.psnk_killed;
545 fprintf(stderr, "killed %d src nodes from %d sources and %d "
546 "destinations\n", killed, sources, dests);
556 int killed, sources, dests; local
559 killed = sources = dests = 0;
638 killed += psk.psk_killed;
644 killed
[all...]
/freebsd-9.3-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-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c2195 u_int killed = 0; local
2212 killed++;
2215 psk->psk_killed = killed;
2233 u_int killed = 0; local
2295 killed++;
2298 psk->psk_killed = killed;
3795 u_int killed = 0; local
3826 killed++;
3830 if (killed > 0)
3833 psnk->psnk_killed = killed;
[all...]
H A Dpf.c590 u_int32_t killed = 0; local
656 killed++;
664 printf(", %u states killed", killed);
/freebsd-9.3-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 231 milliseconds