| /xnu-11417.140.69/libkern/os/ |
| H A D | log.h | 80 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 D | log.c | 149 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 D | log_private.h | 72 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 D | exclaves_log.c | 147 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 D | esp.h | 151 extern os_log_t esp_mpkl_log_object;
|
| H A D | esp_core.c | 108 os_log_t esp_mpkl_log_object = NULL;
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_memorystatus_internal.h | 251 extern os_log_t memorystatus_log_handle;
|
| H A D | tracker.c | 51 static os_log_t tracker_db_log_handle = NULL;
|
| H A D | socket_flows.c | 82 static os_log_t soflow_log_handle = NULL;
|
| H A D | kern_exec.c | 210 os_log_t exec_log_handle = NULL; 373 static os_log_t peLog = OS_LOG_DEFAULT;
|
| H A D | kern_memorystatus.c | 463 os_log_t memorystatus_log_handle;
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | tcp_log.h | 88 extern os_log_t tcp_mpkl_log_object;
|
| H A D | mptcp_var.h | 478 extern os_log_t mptcp_log_handle;
|
| H A D | tcp_subr.c | 298 os_log_t tcp_mpkl_log_object = NULL;
|
| H A D | mptcp_subr.c | 172 os_log_t mptcp_log_handle;
|
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.h | 1114 extern os_log_t necp_log_handle; 1115 extern os_log_t necp_data_trace_log_handle;
|
| H A D | trie_utility.c | 38 static os_log_t net_trie_log_handle = NULL;
|
| H A D | nat464_utils.c | 91 os_log_t nat_log_handle;
|
| H A D | if_redirect.c | 67 os_log_t redirect_log_handle = NULL;
|
| H A D | necp.c | 172 os_log_t necp_log_handle = NULL; 173 os_log_t necp_data_trace_log_handle = NULL;
|
| H A D | ntstat.c | 154 static os_log_t nstat_log_handle = NULL;
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_reclaim.c | 246 os_log_t vm_reclaim_log_handle;
|