Searched refs:os_log_create (Results 1 – 7 of 7) sorted by relevance
218 os_log_create(const char *subsystem, const char *category);
170 os_log_create(const char *subsystem __unused, const char *category __unused) in os_log_create() function841 os_log_t log_handle = os_log_create("com.apple.xnu.test.t1", "kpost"); in test_os_log()
71 #define MPKL_CREATE_LOGOBJECT(Name) os_log_create("com.apple.magnetpacketlog", Name)
1617 necp_log_handle = os_log_create("com.apple.xnu.net.necp", "necp"); in necp_init()1618 necp_data_trace_log_handle = os_log_create("com.apple.xnu.net.necp", "necp-data-trace"); in necp_init()
227 tracker_db_log_handle = os_log_create("com.apple.xnu.kern.tracker_db", "tracker_db"); in tracker_db_init()
195 soflow_log_handle = os_log_create("com.apple.xnu.net.soflow", "soflow"); in soflow_init()
6953 mptcp_log_handle = os_log_create("com.apple.xnu.net.mptcp", "mptcp"); in mptcp_init()