Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/os/
H A Dlog.c57 extern firehose_chunk_t firehose_boot_chunk;
544 firehose_chunk_t fbc = firehose_boot_chunk; in _firehose_trace_early_boot()
712 firehose_boot_chunk->fc_pos.fcp_refcnt = 0; in __firehose_allocate()
713 …memcpy(&kernel_buffer[FIREHOSE_BUFFER_KERNEL_CHUNK_COUNT - 1], (const void *)firehose_boot_chunk, … in __firehose_allocate()
/xnu-8020.101.4/bsd/kern/
H A Dsubr_log.c154 firehose_chunk_t firehose_boot_chunk = &oslog_boot_buf; variable