Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dsubr_log_stream.c718 log_cache_next_msg(log_cache_t *lc) in log_cache_next_msg() function
752 size_t log_index = log_cache_next_msg(lc); in log_cache_get()
771 *log = log_cache_msg(lc, log_cache_next_msg(lc), log_size); in log_cache_get()
906 if (log_cache_next_msg(&log_stream_cache) == LOG_CACHE_EMPTY && in oslog_streamselect()