| /freebsd/usr.bin/lockf/ |
| H A D | lockf.c | 54 static void killed(int sig); 289 signal(SIGTERM, killed); in main() 362 killed(int sig) in killed() function
|
| /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/sbin/pfctl/ |
| H A D | pfctl.c | 651 unsigned int killed; in pfctl_clear_iface_states() local 662 if ((ret = pfctl_clear_states_h(pfh, &kill, &killed)) != 0) in pfctl_clear_iface_states() 665 fprintf(stderr, "%d states cleared\n", killed); in pfctl_clear_iface_states() 726 int killed, sources, dests; in pfctl_kill_src_nodes() local 728 killed = sources = dests = 0; in pfctl_kill_src_nodes() 778 killed += psnk.psnk_killed; in pfctl_kill_src_nodes() 784 killed += psnk.psnk_killed; in pfctl_kill_src_nodes() 792 "destinations\n", killed, sources, dests); in pfctl_kill_src_nodes() 802 int killed, sources, dests; in pfctl_net_kill_states() local 805 killed = sources = dests = 0; in pfctl_net_kill_states() [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 | 518 if (sc->killed) { in ichsmb_device_intr() 519 sc->killed = 0; in ichsmb_device_intr() 584 sc->killed = true; in ichsmb_device_intr()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.h | 515 unsigned int *killed); 517 unsigned int *killed); 519 unsigned int *killed); 521 unsigned int *killed);
|
| H A D | libpfctl.c | 2082 uint32_t killed; in pfctl_free_states() 2086 { .type = PF_CS_KILLED, .off = _OUT(killed), .cb = snl_attr_get_uint32 }, 2093 unsigned int *killed, int cmd) 2136 if (killed) in _pfctl_clear_states_h() 2137 *killed = attrs.killed; in _pfctl_clear_states_h() 2144 unsigned int *killed) 2146 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES)); in pfctl_clear_states_h() 2151 unsigned int *killed) 2153 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATE 2085 uint32_t killed; global() member 2096 _pfctl_clear_states_h(struct pfctl_handle * h,const struct pfctl_kill * kill,unsigned int * killed,int cmd) _pfctl_clear_states_h() argument 2147 pfctl_clear_states_h(struct pfctl_handle * h,const struct pfctl_kill * kill,unsigned int * killed) pfctl_clear_states_h() argument 2154 pfctl_kill_states_h(struct pfctl_handle * h,const struct pfctl_kill * kill,unsigned int * killed) pfctl_kill_states_h() argument 2161 _pfctl_clear_states(int dev __unused,const struct pfctl_kill * kill,unsigned int * killed,uint64_t cmd) _pfctl_clear_states() argument 2178 pfctl_clear_states(int dev __unused,const struct pfctl_kill * kill,unsigned int * killed) pfctl_clear_states() argument 2184 pfctl_kill_states(int dev __unused,const struct pfctl_kill * kill,unsigned int * killed) pfctl_kill_states() argument [all...] |
| /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 | 88 def done(self, proc, killed, reran): argument 98 if killed: 175 self.killed = False 673 post script regardless. Run the failsafe script when a test is killed.
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_ioctl.c | 3204 int idx, killed = 0; in pf_killstates_row() local 3293 killed++; in pf_killstates_row() 3296 killed += pf_kill_matching_state(&match_key, dir); in pf_killstates_row() 3302 return (killed); in pf_killstates_row() 7009 u_int killed; in pf_kill_srcnodes() local 7051 killed = pf_free_src_nodes(&kill); in pf_kill_srcnodes() 7054 psnk->psnk_killed = killed; in pf_kill_srcnodes() 7096 unsigned int killed = 0, dir; in pf_clear_states() local 7141 killed++; in pf_clear_states() 7144 killed += pf_kill_matching_state(&match_key, in pf_clear_states() [all …]
|
| H A D | pf_nl.c | 1100 unsigned int killed = 0; in pf_handle_killclear_states() local 1114 pf_killstates(&kill, &killed); in pf_handle_killclear_states() 1116 killed = pf_clear_states(&kill); in pf_handle_killclear_states() 1119 nlattr_add_u32(nw, PF_CS_KILLED, killed); in pf_handle_killclear_states()
|
| H A D | pf.c | 1141 uint32_t killed = 0; in pf_overload_task() local 1217 killed++; in pf_overload_task() 1225 printf("%s: %u states killed", __func__, killed); in pf_overload_task()
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | pkgbase.in | 184 -- This should only be possible if bsddialog is killed by a signal
|
| /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/unbound/doc/ |
| H A D | libunbound.rst | 233 Outstanding async queries are killed and callbacks are not called for
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 622 // Returns true if the program was killed by the given signal.
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 9055 boolean_t killed; in main() local 9076 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 9083 killed = exec_child(ztest_opts.zo_alt_ztest, in main() 9087 if (killed) in main()
|
| /freebsd/contrib/bc/manuals/ |
| H A D | build.md | 975 `SIGSEGV` on Linux from being killed by the "OOM Killer" part of the kernel. On
|
| /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
|