Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 25 of 30) 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/lib/libpfctl/
H A Dlibpfctl.h448 unsigned int *killed);
450 unsigned int *killed);
452 unsigned int *killed);
454 unsigned int *killed);
H A Dlibpfctl.c1989 uint32_t killed; member
2001 unsigned int *killed, int cmd) in _pfctl_clear_states_h() argument
2044 if (killed) in _pfctl_clear_states_h()
2045 *killed = attrs.killed; in _pfctl_clear_states_h()
2052 unsigned int *killed) in pfctl_clear_states_h() argument
2054 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES)); in pfctl_clear_states_h()
2059 unsigned int *killed) in pfctl_kill_states_h() argument
2061 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATES)); in pfctl_kill_states_h()
2066 unsigned int *killed, uint64_t cmd) in _pfctl_clear_states() argument
2075 ret = _pfctl_clear_states_h(h, kill, killed, cmd); in _pfctl_clear_states()
[all …]
/freebsd/sbin/pfctl/
H A Dpfctl.c538 unsigned int killed; in pfctl_clear_iface_states() local
611 int killed, sources, dests; in pfctl_kill_src_nodes() local
614 killed = sources = dests = 0; in pfctl_kill_src_nodes()
696 killed += psnk.psnk_killed; in pfctl_kill_src_nodes()
715 int killed, sources, dests; in pfctl_net_kill_states() local
806 killed += newkilled; in pfctl_net_kill_states()
812 killed += newkilled; in pfctl_net_kill_states()
831 int killed = 0; in pfctl_gateway_kill_states() local
878 killed += newkilled; in pfctl_gateway_kill_states()
892 unsigned int killed; in pfctl_label_kill_states() local
[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/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
331 self.result.done(proc, self.killed, self.reran)
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c2285 int idx, killed = 0; in pf_killstates_row() local
2372 killed++; in pf_killstates_row()
2381 return (killed); in pf_killstates_row()
5951 unsigned int killed = 0, dir; in pf_clear_states() local
5996 killed++; in pf_clear_states()
6010 return (killed); in pf_clear_states()
6025 *killed = 1; in pf_killstates()
6042 unsigned int killed = 0; in pf_killstates_nv() local
6066 pf_killstates(&kill, &killed); in pf_killstates_nv()
6103 unsigned int killed; in pf_clearstates_nv() local
[all …]
H A Dpf_nl.c1035 unsigned int killed = 0; in pf_handle_killclear_states() local
1051 pf_killstates(&kill, &killed); in pf_handle_killclear_states()
1053 killed = pf_clear_states(&kill); in pf_handle_killclear_states()
1056 nlattr_add_u32(nw, PF_CS_KILLED, killed); in pf_handle_killclear_states()
H A Dpf.c831 uint32_t killed = 0; in pf_overload_task() local
905 killed++; in pf_overload_task()
913 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.c627 atomset def = 0, use = 0, killed = 0; in compute_local_ud() local
651 killed |= ATOMMASK(atom); in compute_local_ud()
677 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.c8948 boolean_t killed; in main() local
8969 killed = exec_child(cmd, NULL, B_TRUE, &status); in main()
8976 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
8980 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.md541 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