/freebsd/usr.bin/lockf/ |
H A D | lockf.c | 52 static void killed(int sig); 248 signal(SIGTERM, killed); in main() 308 killed(int sig) in killed() function
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 534 unsigned int killed; in pfctl_clear_iface_states() local 545 if ((ret = pfctl_clear_states_h(pfh, &kill, &killed)) != 0) in pfctl_clear_iface_states() 548 fprintf(stderr, "%d states cleared\n", killed); in pfctl_clear_iface_states() 608 int killed, sources, dests; in pfctl_kill_src_nodes() local 611 killed = sources = dests = 0; in pfctl_kill_src_nodes() 687 killed += psnk.psnk_killed; in pfctl_kill_src_nodes() 693 killed += psnk.psnk_killed; in pfctl_kill_src_nodes() 701 "destinations\n", killed, sources, dests); in pfctl_kill_src_nodes() 712 int killed, sources, dests; in pfctl_net_kill_states() local 715 killed = sources = dests = 0; in pfctl_net_kill_states() [all …]
|
/freebsd/usr.bin/killall/ |
H A D | killall.c | 131 int killed = 0; in main() local 421 killed++; in main() 430 if (killed == 0) { in main()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 478 unsigned int *killed); 480 unsigned int *killed); 482 unsigned int *killed); 484 unsigned int *killed);
|
H A D | libpfctl.c | 2038 uint32_t killed; member 2042 { .type = PF_CS_KILLED, .off = _OUT(killed), .cb = snl_attr_get_uint32 }, 2050 unsigned int *killed, int cmd) in _pfctl_clear_states_h() argument 2093 if (killed) in _pfctl_clear_states_h() 2094 *killed = attrs.killed; in _pfctl_clear_states_h() 2101 unsigned int *killed) in pfctl_clear_states_h() argument 2103 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES)); in pfctl_clear_states_h() 2108 unsigned int *killed) in pfctl_kill_states_h() argument 2110 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATES)); in pfctl_kill_states_h() 2115 unsigned int *killed, uint64_t cmd) in _pfctl_clear_states() argument [all …]
|
/freebsd/bin/sh/tests/execution/ |
H A D | killed2.0 | 1 # Most shells print a message when a foreground job is killed by a signal.
|
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb_var.h | 63 bool killed; /* killed current transfer */ member
|
H A D | ichsmb.c | 516 if (sc->killed) { in ichsmb_device_intr() 517 sc->killed = 0; in ichsmb_device_intr() 582 sc->killed = true; in ichsmb_device_intr()
|
/freebsd/usr.bin/gcore/ |
H A D | gcore.c | 63 static void killed(int);
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 84 def done(self, proc, killed, reran): argument 94 if killed: 171 self.killed = False 192 self.killed = True 215 self.killed = False 343 self.result.done(proc, self.killed, self.reran)
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 2302 int idx, killed = 0; in pf_killstates_row() local 2389 killed++; in pf_killstates_row() 2392 killed += pf_kill_matching_state(&match_key, dir); in pf_killstates_row() 2398 return (killed); in pf_killstates_row() 5932 u_int killed; in pf_kill_srcnodes() local 5971 killed = pf_free_src_nodes(&kill); in pf_kill_srcnodes() 5974 psnk->psnk_killed = killed; in pf_kill_srcnodes() 6016 unsigned int killed = 0, dir; in pf_clear_states() local 6061 killed++; in pf_clear_states() 6064 killed += pf_kill_matching_state(&match_key, in pf_clear_states() [all …]
|
H A D | pf_nl.c | 1042 unsigned int killed = 0; in pf_handle_killclear_states() local 1058 pf_killstates(&kill, &killed); in pf_handle_killclear_states() 1060 killed = pf_clear_states(&kill); in pf_handle_killclear_states() 1063 nlattr_add_u32(nw, PF_CS_KILLED, killed); in pf_handle_killclear_states()
|
H A D | pf.c | 877 uint32_t killed = 0; in pf_overload_task() local 951 killed++; in pf_overload_task() 959 printf("%s: %u states killed", __func__, killed); in pf_overload_task()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | CaymanInstructions.td | 145 // %t3_x = VTX_READ_PARAM_32_eg killed %t2_x, 24
|
H A D | EvergreenInstructions.td | 222 // %t3_x = VTX_READ_PARAM_32_eg killed %t2_x, 24
|
/freebsd/contrib/ntp/html/hints/ |
H A D | hpux | 87 Possible reasons for this are adjtimed being killed or just never
|
/freebsd/contrib/libpcap/ |
H A D | optimize.c | 625 atomset def = 0, use = 0, killed = 0; in compute_local_ud() local 649 killed |= ATOMMASK(atom); in compute_local_ud() 675 b->kill = killed; in compute_local_ud()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 80 "If a merge process gets killed it tries to leave this file "
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 615 // Returns true if the program was killed by the given signal.
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 9045 boolean_t killed; in main() local 9066 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 9073 killed = exec_child(ztest_opts.zo_alt_ztest, in main() 9077 if (killed) in main()
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 972 `SIGSEGV` on Linux from being killed by the "OOM Killer" part of the kernel. On
|
/freebsd/contrib/googletest/docs/ |
H A D | faq.md | 520 but the manager thread will never be killed, so you still have 2 threads, which
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1181 88. Don't source .logout when killed with -HUP unless we are a login shell. 1514 It can only be killed from another session. (beto)
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 963 * -r was killed in favor of -o <header bit mnemonic> which
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 1448 * instead of being killed by SCSIEN getting cleared.
|