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

/freebsd-current/sys/dev/ichsmb/
H A Dichsmb_var.h63 bool killed; /* killed current transfer */ member in struct:ichsmb_softc
H A Dichsmb.c516 if (sc->killed) {
517 sc->killed = 0;
538 /* Check for killed / aborted command */
582 sc->killed = true;
/freebsd-current/usr.bin/lockf/
H A Dlockf.c52 static void killed(int sig);
248 signal(SIGTERM, killed);
308 killed(int sig) function
/freebsd-current/usr.bin/killall/
H A Dkillall.c131 int killed = 0; local
421 killed++;
430 if (killed == 0) {
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h455 unsigned int *killed);
457 unsigned int *killed);
459 unsigned int *killed);
461 unsigned int *killed);
H A Dlibpfctl.c2021 uint32_t killed; member in struct:pfctl_nl_clear_states
2025 { .type = PF_CS_KILLED, .off = _OUT(killed), .cb = snl_attr_get_uint32 },
2033 unsigned int *killed, int cmd)
2076 if (killed)
2077 *killed = attrs.killed;
2084 unsigned int *killed)
2086 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES));
2091 unsigned int *killed)
2093 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATE
2032 _pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, unsigned int *killed, int cmd) argument
2083 pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, unsigned int *killed) argument
2090 pfctl_kill_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, unsigned int *killed) argument
2097 _pfctl_clear_states(int dev __unused, const struct pfctl_kill *kill, unsigned int *killed, uint64_t cmd) argument
2114 pfctl_clear_states(int dev __unused, const struct pfctl_kill *kill, unsigned int *killed) argument
2121 pfctl_kill_states(int dev __unused, const struct pfctl_kill *kill, unsigned int *killed) argument
[all...]
/freebsd-current/usr.bin/gcore/
H A Dgcore.c63 static void killed(int);
/freebsd-current/sbin/pfctl/
H A Dpfctl.c538 unsigned int killed; local
548 if (pfctl_clear_states_h(pfh, &kill, &killed))
551 fprintf(stderr, "%d states cleared\n", killed);
611 int killed, sources, dests; local
614 killed = sources = dests = 0;
690 killed += psnk.psnk_killed;
696 killed += psnk.psnk_killed;
703 fprintf(stderr, "killed %d src nodes from %d sources and %d "
704 "destinations\n", killed, sources, dests);
715 int killed, source local
831 int killed = 0; local
892 unsigned int killed; local
923 unsigned int killed; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in84 def done(self, proc, killed, reran):
94 if killed:
171 self.killed = False
192 self.killed = True
215 self.killed = False
331 self.result.done(proc, self.killed, self.reran)
469 If the Test is killed, also run the failsafe script.
590 post script regardless. Run the failsafe script when a test is killed.
/freebsd-current/sys/netpfil/pf/
H A Dpf_ioctl.c2286 int idx, killed = 0; local
2373 killed++;
2376 killed += pf_kill_matching_state(&match_key, dir);
2382 return (killed);
6005 unsigned int killed = 0, dir; local
6050 killed++;
6053 killed += pf_kill_matching_state(&match_key,
6064 return (killed);
6068 pf_killstates(struct pf_kstate_kill *kill, unsigned int *killed) argument
6079 *killed
6096 unsigned int killed = 0; local
6157 unsigned int killed; local
[all...]
H A Dpf_nl.c1038 unsigned int killed = 0; local
1054 pf_killstates(&kill, &killed);
1056 killed = pf_clear_states(&kill);
1059 nlattr_add_u32(nw, PF_CS_KILLED, killed);
H A Dpf.c832 uint32_t killed = 0; local
906 killed++;
914 printf("%s: %u states killed", __func__, killed);
/freebsd-current/contrib/libpcap/
H A Doptimize.c613 * Compute the sets of registers used, defined, and killed by 'b'.
627 atomset def = 0, use = 0, killed = 0; local
651 killed |= ATOMMASK(atom);
677 b->kill = killed;
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c4037 /* killed when the scratch area progress reached a certain point */
7980 * After the expansion was killed, check that the pool is healthy
8178 * Set so when we are killed we go to raidz checking rather than
8379 * If we were in the middle of ztest_device_removal() and were killed
8942 boolean_t killed; local
8963 killed = exec_child(cmd, NULL, B_TRUE, &status);
8970 killed = exec_child(ztest_opts.zo_alt_ztest,
8974 if (killed)
9027 (void) printf("%d killed, %d completed, %.0f%% kill rate\n",

Completed in 148 milliseconds