Searched refs:line_no (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_log.h | 94 extern void tcp_log_connection_summary(const char *func_name, int line_no, struct tcpcb *tp); 100 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp); 101 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt… 102 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, … 103 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti… 104 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma… 105 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form… 106 extern void tcp_log_state_change(const char *func_name, int line_no, struct tcpcb *tp, int new_stat… 107 extern void tcp_log_output(const char *func_name, int line_no, struct tcpcb *tp, const char *format…
|
| H A D | tcp_log.c | 220 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument 244 func_name, line_no, in tcp_log_rtt_info() 253 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument 281 func_name, line_no, in tcp_log_rt_rtt() 290 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument 323 func_name, line_no, in tcp_log_rtt_change() 334 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument 362 func_name, line_no, in tcp_log_keepalive() 566 tcp_log_connection_summary(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_connection_summary() argument 639 func_name, line_no, \ in tcp_log_connection_summary() [all …]
|
| H A D | udp_log.h | 68 extern void udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *form…
|
| H A D | udp_log.c | 399 udp_log_message(const char *func_name, int line_no, struct inpcb *inp, const char *format, ...) in udp_log_message() argument 443 func_name, line_no, \ in udp_log_message()
|
| /xnu-12377.61.12/san/memory/ |
| H A D | kasan-classic.c | 131 int line_no; member
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | kern_stackshot.c | 719 stackshot_trace(int line_no, mach_vm_address_t data) in stackshot_trace() argument 723 .sste_line_no = line_no, in stackshot_trace()
|