Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_redirect.c89 #define RDLOG_INFO(format, ...) RDLOG(LOG_INFO, format, ##__VA_ARGS__) macro
488 RDLOG_INFO("%s: %s ring init", rd->rd_name, in redirect_nx_ring_init()
504 RDLOG_INFO("%s: RX ring fini", rd->rd_name); in redirect_nx_ring_fini()
507 RDLOG_INFO("%s: TX ring fini", rd->rd_name); in redirect_nx_ring_fini()
519 RDLOG_INFO("%s: thread_call_cancel %s", in redirect_nx_ring_fini()
525 RDLOG_INFO("%s: *waiting for threadcall", in redirect_nx_ring_fini()
531 RDLOG_INFO("%s: threadcall done", in redirect_nx_ring_fini()
538 RDLOG_INFO("%s: thread_call_free %s", in redirect_nx_ring_fini()
584 RDLOG_INFO("%s: pre-disconnect channel %p", rd->rd_name, channel); in redirect_nx_pre_disconnect()
600 RDLOG_INFO("%s: disconnected channel %p", rd->rd_name, channel); in redirect_nx_disconnected()
[all …]