Home
last modified time | relevance | path

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

/xnu-8792.81.2/libkern/os/ !
H A Dlog.c57 extern firehose_chunk_t firehose_boot_chunk;
598 firehose_chunk_t fbc = firehose_boot_chunk; in _firehose_trace_early_boot()
763 firehose_boot_chunk->fc_pos.fcp_refcnt = 0; in __firehose_allocate()
764 …memcpy(&kernel_buffer[FIREHOSE_BUFFER_KERNEL_CHUNK_COUNT - 1], (const void *)firehose_boot_chunk, … in __firehose_allocate()
/xnu-8792.81.2/bsd/kern/ !
H A Dsubr_log.c145 firehose_chunk_t firehose_boot_chunk = &oslog_boot_buf; variable