Home
last modified time | relevance | path

Searched refs:line_no (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_log.h99 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp);
100 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt…
101 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, …
102 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti…
103 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma…
104 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form…
106 extern void tcp_log_output(const char *func_name, int line_no, struct tcpcb *tp, const char *format…
H A Dtcp_log.c218 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument
242 func_name, line_no, in tcp_log_rtt_info()
251 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument
279 func_name, line_no, in tcp_log_rt_rtt()
288 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument
321 func_name, line_no, in tcp_log_rtt_change()
332 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument
359 func_name, line_no, in tcp_log_keepalive()
990 tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *format, ...) in tcp_log_message() argument
1033 func_name, line_no, \ in tcp_log_message()
[all …]
/xnu-11215.1.10/san/memory/
H A Dkasan-classic.c131 int line_no; member
/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c700 stackshot_trace(int line_no, mach_vm_address_t data) in stackshot_trace() argument
704 .sste_line_no = line_no, in stackshot_trace()