Home
last modified time | relevance | path

Searched refs:ptc (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/kern/
H A Dsys_process.c1049 struct ptrace_child *ptc) in ptrace_report_child() argument
1058 ptc->pid = pp->p_pid; in ptrace_report_child()
1060 ptc->flags |= PTCHLD_TRACED; in ptrace_report_child()
1062 ptc->flags |= PTCHLD_TRACED_BY_ME; in ptrace_report_child()
1065 ptc->flags |= PTCHLD_EXITED; in ptrace_report_child()
1102 struct ptrace_child *children, *ptc; in ptrace_action() local
2033 ptc = &children[num1]; in ptrace_action()
2034 if (ptrace_report_child(td, p, pp, ptc)) in ptrace_action()
2039 ptc = &children[num1]; in ptrace_action()
2040 if (ptrace_report_child(td, p, pp, ptc)) { in ptrace_action()
[all …]
/freebsd/sys/dev/aq/
H A Daq_hw.h94 uint32_t ptc; member
128 uint32_t ptc; member
H A Daq_fw2x.c127 uint32_t ptc; member
429 dst->ptc = src->ptc; in aq_fw2x_stats_to_fw_stats()
H A Daq_device.h84 uint64_t ptc; member
H A Daq2_fw.c473 stats->ptc = u.a0.tx_good_frames; in aq2_fw_get_stats()
487 stats->ptc = u.b0.tx_good_frames; in aq2_fw_get_stats()
H A Daq_irq.c86 AQ_SDELTA(ptc); in aq_update_hw_stats()
H A Daq_main.c1577 CTLFLAG_RD, &stats->ptc, "Good Packets Transmitted"); in aq_add_stats_sysctls()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c77 struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc);
215 struct table_config **ptc) in find_ref_table() argument
241 *ptc = tc; in find_ref_table()
261 *ptc = tc; in find_ref_table()
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME308 Thanks go to Valeriy E. Ushakov <uwe@ptc.spbu.ru> for spotting an allocation
/freebsd/crypto/openssh/
H A Dconfigure.ac5336 AC_CHECK_FILE(["/dev/ptc"],
5339 [Define if you have /dev/ptc])
5344 AC_MSG_WARN([cross compiling: Disabling /dev/ptc test])
/freebsd/contrib/ncurses/
H A DNEWS12045 <uwe@ptc.spbu.ru>).