Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dsubr_log_stream.c151 static log_cache_t log_stream_cache; variable
861 while (!log_cache_get(&log_stream_cache, &log, &log_size)) { in oslog_streamread()
885 log_cache_consume(&log_stream_cache, log_size); in oslog_streamread()
906 if (log_cache_next_msg(&log_stream_cache) == LOG_CACHE_EMPTY && in oslog_streamselect()
907 log_stream_avail(&log_stream, log_stream_cache.lc_stream_pos) == 0) { in oslog_streamselect()
992 log_cache_move(&bringup_lsc, &log_stream_cache); in oslog_streamopen()
1023 log_cache_move(&log_stream_cache, &teardown_lsc); in oslog_streamclose()
/xnu-10002.81.5/tools/lldbmacros/
H A Dlog.py447 log_cache = LogStreamCache(kern.globals.log_stream_cache)