Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_core.c131 static struct kdp_output_stage buffer_output_stage = {}; variable
346 if (kernel_vaddr_in_coredump_stage(&buffer_output_stage, vaddr, vincr)) { in kernel_vaddr_in_coredump_stages()
995 STAILQ_INSERT_TAIL(&outstate->kcos_out_stage, &buffer_output_stage, kos_next); in chain_output_stages()
1394 bzero(&buffer_output_stage, sizeof(buffer_output_stage)); in kdp_core_init_output_stages()
1395 ret = buffer_stage_initialize(&buffer_output_stage, kdp_crashdump_pkt_size); in kdp_core_init_output_stages()