Searched refs:firehose_boot_chunk (Results 1 – 2 of 2) sorted by relevance
57 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()
154 firehose_chunk_t firehose_boot_chunk = &oslog_boot_buf; variable