Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/usr.bin/lockf/
H A Dlockf.c52 static void killed(int sig);
248 signal(SIGTERM, killed); in main()
308 killed(int sig) in killed() function
/freebsd/sbin/pfctl/
H A Dpfctl.c534 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 Dkillall.c131 int killed = 0; in main() local
421 killed++; in main()
430 if (killed == 0) { in main()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h478 unsigned int *killed);
480 unsigned int *killed);
482 unsigned int *killed);
484 unsigned int *killed);
H A Dlibpfctl.c2038 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 Dkilled2.01 # Most shells print a message when a foreground job is killed by a signal.
/freebsd/sys/dev/ichsmb/
H A Dichsmb_var.h63 bool killed; /* killed current transfer */ member
H A Dichsmb.c516 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 Dgcore.c63 static void killed(int);
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in84 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 Dpf_ioctl.c2302 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 Dpf_nl.c1042 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 Dpf.c877 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 DCaymanInstructions.td145 // %t3_x = VTX_READ_PARAM_32_eg killed %t2_x, 24
H A DEvergreenInstructions.td222 // %t3_x = VTX_READ_PARAM_32_eg killed %t2_x, 24
/freebsd/contrib/ntp/html/hints/
H A Dhpux87 Possible reasons for this are adjtimed being killed or just never
/freebsd/contrib/libpcap/
H A Doptimize.c625 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 DFuzzerFlags.def80 "If a merge process gets killed it tries to leave this file "
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md615 // Returns true if the program was killed by the given signal.
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c9045 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 Dbuild.md972 `SIGSEGV` on Linux from being killed by the "OOM Killer" part of the kernel. On
/freebsd/contrib/googletest/docs/
H A Dfaq.md520 but the manager thread will never be killed, so you still have 2 threads, which
/freebsd/contrib/tcsh/
H A DFixes1181 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 DChangelog963 * -r was killed in favor of -o <header bit mnemonic> which
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq1448 * instead of being killed by SCSIEN getting cleared.

12