Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/
H A Dlog.h218 os_log_create(const char *subsystem, const char *category);
H A Dlog.c170 os_log_create(const char *subsystem __unused, const char *category __unused) in os_log_create() function
841 os_log_t log_handle = os_log_create("com.apple.xnu.test.t1", "kpost"); in test_os_log()
/xnu-8792.81.2/bsd/net/
H A Dmulti_layer_pkt_log.h71 #define MPKL_CREATE_LOGOBJECT(Name) os_log_create("com.apple.magnetpacketlog", Name)
H A Dnecp.c1617 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()
/xnu-8792.81.2/bsd/kern/
H A Dtracker.c227 tracker_db_log_handle = os_log_create("com.apple.xnu.kern.tracker_db", "tracker_db"); in tracker_db_init()
H A Dsocket_flows.c195 soflow_log_handle = os_log_create("com.apple.xnu.net.soflow", "soflow"); in soflow_init()
/xnu-8792.81.2/bsd/netinet/
H A Dmptcp_subr.c6953 mptcp_log_handle = os_log_create("com.apple.xnu.net.mptcp", "mptcp"); in mptcp_init()