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

/freebsd-11-stable/usr.bin/lockf/
H A Dlockf.c45 static void killed(int sig);
157 signal(SIGTERM, killed);
202 killed(int sig) function
/freebsd-11-stable/usr.bin/killall/
H A Dkillall.c134 int killed = 0; local
423 killed++;
432 if (killed == 0) {
/freebsd-11-stable/usr.bin/gcore/
H A Dgcore.c72 static void killed(int);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c538 int killed, sources, dests; local
541 killed = sources = dests = 0;
617 killed += psnk.psnk_killed;
623 killed += psnk.psnk_killed;
630 fprintf(stderr, "killed %d src nodes from %d sources and %d "
631 "destinations\n", killed, sources, dests);
641 int killed, sources, dests; local
644 killed = sources = dests = 0;
723 killed += psk.psk_killed;
729 killed
[all...]
/freebsd-11-stable/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-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1626 u_int i, killed = 0; local
1643 killed++;
1648 psk->psk_killed = killed;
1660 u_int i, killed = 0; local
1719 killed++;
1725 psk->psk_killed = killed;
H A Dpf.c574 uint32_t killed = 0; local
648 killed++;
656 printf("%s: %u states killed", __func__, killed);
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c575 * Compute the sets of registers used, defined, and killed by 'b'.
589 atomset def = 0, use = 0, killed = 0; local
613 killed |= ATOMMASK(atom);
639 b->kill = killed;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c6636 boolean_t killed; local
6657 killed = exec_child(cmd, NULL, B_TRUE, &status);
6664 killed = exec_child(ztest_opts.zo_alt_ztest,
6668 if (killed)
6711 * It's possible that we killed a child during a rename test,
6738 (void) printf("%d killed, %d completed, %.0f%% kill rate\n",

Completed in 214 milliseconds