Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsubr_log_stream.c65 #define LOG_CACHE_EMPTY (SIZE_MAX) macro
728 return LOG_CACHE_EMPTY; in log_cache_next_msg()
734 assert(blk_id != LOG_CACHE_EMPTY); in log_cache_msg()
759 if (log_index != LOG_CACHE_EMPTY) { in log_cache_get()
906 if (log_cache_next_msg(&log_stream_cache) == LOG_CACHE_EMPTY && in oslog_streamselect()