Searched refs:lc_stream_pos (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | subr_log_stream.c | 117 size_t lc_stream_pos; member 506 if (log_stream_avail(ls, lc->lc_stream_pos) == 0) { in log_cache_refill() 516 if (log_stream_written(ls, lc->lc_stream_pos) == 0) { in log_cache_refill() 521 lc->lc_stream_pos += log_stream_sync(ls, lc->lc_stream_pos); in log_cache_refill() 523 size_t blk_avail = MIN(log_stream_written(ls, lc->lc_stream_pos), in log_cache_refill() 527 log_stream_read_blocks(ls, lc->lc_stream_pos, blk_avail, lc->lc_blk); in log_cache_refill() 528 log_stream_read(ls, lc->lc_stream_pos, blk_avail, lc->lc_buf); in log_cache_refill() 531 lc->lc_stream_pos += blk_avail; in log_cache_refill() 679 lc->lc_stream_pos = log_stream_written(ls, 0); in log_cache_make() 766 lc->lc_stream_pos -= remains; in log_cache_get() [all …]
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | log.py | 232 return self.stream.sync_cursor(self._cache.lc_stream_pos)
|