Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.h80 typedef struct os_log_s *os_log_t; typedef
97 #define OS_LOG_DEFAULT OS_OBJECT_GLOBAL_OBJECT(os_log_t, _os_log_default)
160 os_log_t
182 os_log_info_enabled(os_log_t log);
201 os_log_debug_enabled(os_log_t log);
518 _os_log_internal(void *dso, os_log_t log, os_log_type_t type, const char *message, ...)
529 _os_log_internal_driverKit(void *dso, os_log_t log, os_log_type_t type, const char *message, ...)
540 _os_log_at_time(void *dso, os_log_t log, os_log_type_t type, uint64_t ts, const char *message, ...)
H A Dlog.c149 os_log_info_enabled(os_log_t log __unused) in os_log_info_enabled()
155 os_log_debug_enabled(os_log_t log __unused) in os_log_debug_enabled()
487 const os_log_t log = __container_of(link, struct os_log_s, ol_hash_link); in os_log_hash()
494 const os_log_t h = __container_of(link, struct os_log_s, ol_hash_link); in os_log_equ()
513 static os_log_t
516 os_log_t log = smr_hash_get(&os_log_cache, os_log_key(sub), &os_log_cache_traits); in os_log_cache_find_by_sub()
521 static os_log_t
522 os_log_cache_insert(os_log_t log) in os_log_cache_insert()
526 os_log_t found = smr_hash_serialized_get_or_insert(&os_log_cache, in os_log_cache_insert()
533 static os_log_t
[all …]
H A Dlog_private.h72 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *format, va_list args, void *ret_ad…
/xnu-11417.140.69/osfmk/kern/
H A Dexclaves_log.c147 os_log_t log = os_log_create(OS_LOG_SUBSYSTEM, EXCLAVES_LOGS_CATEGORY); in log_server_retrieve_logs()
249 os_log_t log = os_log_create(OS_LOG_SUBSYSTEM, EXCLAVES_LOGS_CATEGORY); in redacted_log_server_retrieve_logs()
284 os_log_t log = os_log_create(OS_LOG_SUBSYSTEM, EXCLAVES_CONFIG_CATEGORY); in exclaves_oslog_set_trace_mode()
301 os_log_t log = os_log_create(OS_LOG_SUBSYSTEM, EXCLAVES_CONFIG_CATEGORY); in exclaves_oslog_init_config_admin()
327 os_log_t log = os_log_create(OS_LOG_SUBSYSTEM, EXCLAVES_LOGS_CATEGORY); in exclaves_oslog_init()
/xnu-11417.140.69/bsd/netinet6/
H A Desp.h151 extern os_log_t esp_mpkl_log_object;
H A Desp_core.c108 os_log_t esp_mpkl_log_object = NULL;
/xnu-11417.140.69/bsd/kern/
H A Dkern_memorystatus_internal.h251 extern os_log_t memorystatus_log_handle;
H A Dtracker.c51 static os_log_t tracker_db_log_handle = NULL;
H A Dsocket_flows.c82 static os_log_t soflow_log_handle = NULL;
H A Dkern_exec.c210 os_log_t exec_log_handle = NULL;
373 static os_log_t peLog = OS_LOG_DEFAULT;
H A Dkern_memorystatus.c463 os_log_t memorystatus_log_handle;
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_log.h88 extern os_log_t tcp_mpkl_log_object;
H A Dmptcp_var.h478 extern os_log_t mptcp_log_handle;
H A Dtcp_subr.c298 os_log_t tcp_mpkl_log_object = NULL;
H A Dmptcp_subr.c172 os_log_t mptcp_log_handle;
/xnu-11417.140.69/bsd/net/
H A Dnecp.h1114 extern os_log_t necp_log_handle;
1115 extern os_log_t necp_data_trace_log_handle;
H A Dtrie_utility.c38 static os_log_t net_trie_log_handle = NULL;
H A Dnat464_utils.c91 os_log_t nat_log_handle;
H A Dif_redirect.c67 os_log_t redirect_log_handle = NULL;
H A Dnecp.c172 os_log_t necp_log_handle = NULL;
173 os_log_t necp_data_trace_log_handle = NULL;
H A Dntstat.c154 static os_log_t nstat_log_handle = NULL;
/xnu-11417.140.69/osfmk/vm/
H A Dvm_reclaim.c246 os_log_t vm_reclaim_log_handle;