Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog.c569 struct os_log_subsystem_s new_sub; in os_log_create_impl() local
570 os_log_subsystem_init(&new_sub, OS_LOG_SUBSYSTEM_NONE, subsystem, category); in os_log_create_impl()
572 os_log_t log = os_log_cache_find_by_sub(&new_sub); in os_log_create_impl()
578 if (!(log = os_log_allocate(&new_sub))) { in os_log_create_impl()