Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dif_redirect.c88 #define RDLOG_INFO(format, ...) RDLOG(LOG_INFO, format, ##__VA_ARGS__) macro
489 RDLOG_INFO("%s: %s ring init", rd->rd_name, in redirect_nx_ring_init()
505 RDLOG_INFO("%s: RX ring fini", rd->rd_name); in redirect_nx_ring_fini()
508 RDLOG_INFO("%s: TX ring fini", rd->rd_name); in redirect_nx_ring_fini()
520 RDLOG_INFO("%s: thread_call_cancel %s", in redirect_nx_ring_fini()
526 RDLOG_INFO("%s: *waiting for threadcall", in redirect_nx_ring_fini()
532 RDLOG_INFO("%s: threadcall done", in redirect_nx_ring_fini()
539 RDLOG_INFO("%s: thread_call_free %s", in redirect_nx_ring_fini()
585 RDLOG_INFO("%s: pre-disconnect channel %p", rd->rd_name, channel); in redirect_nx_pre_disconnect()
601 RDLOG_INFO("%s: disconnected channel %p", rd->rd_name, channel); in redirect_nx_disconnected()
[all …]