Searched refs:necp_log_handle (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.h | 1025 extern os_log_t necp_log_handle; 1030 os_log_error(necp_log_handle, "%s: " format "\n", __FUNCTION__, __VA_ARGS__); \ 1032 os_log(necp_log_handle, "%s: " format "\n", __FUNCTION__, __VA_ARGS__); \ 1038 os_log_error(necp_log_handle, "%s: %s\n", __FUNCTION__, msg); \ 1040 os_log(necp_log_handle, "%s: %s\n", __FUNCTION__, msg); \
|
| H A D | necp.c | 164 os_log_t necp_log_handle = NULL; variable 1616 necp_log_handle = os_log_create("com.apple.xnu.net.necp", "necp"); in necp_init()
|