Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h1141 extern os_log_t necp_log_handle;
1146 os_log_error(necp_log_handle, "%s: " format "\n", __FUNCTION__, __VA_ARGS__); \
1148 os_log(necp_log_handle, "%s: " format "\n", __FUNCTION__, __VA_ARGS__); \
1154 os_log_error(necp_log_handle, "%s: %s\n", __FUNCTION__, msg); \
1156 os_log(necp_log_handle, "%s: %s\n", __FUNCTION__, msg); \
H A Dnecp.c172 os_log_t necp_log_handle = NULL; variable
2038 necp_log_handle = os_log_create("com.apple.xnu.net.necp", "necp"); in necp_init()