Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dsubr_log_stream.c118 } log_cache_t; typedef
151 static log_cache_t log_stream_cache;
501 log_cache_refill(log_cache_t *lc) in log_cache_refill()
662 log_cache_make(log_cache_t *lc, size_t lc_size, log_stream_t *ls) in log_cache_make()
685 log_cache_move(log_cache_t *src, log_cache_t *tgt) in log_cache_move()
692 log_cache_teardown(log_cache_t *lc) in log_cache_teardown()
704 log_cache_rewind(log_cache_t *lc) in log_cache_rewind()
712 log_cache_consume(log_cache_t *lc, size_t amount) in log_cache_consume()
718 log_cache_next_msg(log_cache_t *lc) in log_cache_next_msg()
732 log_cache_msg(const log_cache_t *lc, size_t blk_id, size_t *msg_size) in log_cache_msg()
[all …]