Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/output_stages/
H A Dout_buffer.c84 if ((data->current_size && (request == KDP_SEEK || request == KDP_FLUSH || request == KDP_EOF)) in buffer_stage_outproc()
97 if (request == KDP_WRQ || request == KDP_SEEK || request == KDP_EOF) { in buffer_stage_outproc()
H A Dout_zlib.c228 case KDP_EOF: in zlib_stage_outproc()
H A Dout_aea.c198 case KDP_EOF: in aea_stage_outproc()
H A Dout_disk.c280 case KDP_EOF: in disk_stage_outproc()
H A Dout_shmem.c275 if (request == KDP_EOF) { in shmem_stage_outproc()
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_core.h53 #define KDP_EOF 7 /* signal end of file */ macro
H A Dkdp_udp.c1804 if (request == KDP_EOF) { in kdp_send_crashdump_pkt()
2092 kdp_send_crashdump_pkt(KDP_EOF, NULL, 0, ((void *) 0)); in kdp_panic_dump()
2118 kdp_send_crashdump_pkt(KDP_EOF, NULL, 0, ((void *) 0)); in kdp_panic_dump()
H A Dkdp_core.c1282 …if (output_opened && (ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_EOF, NULL, 0, ((v… in do_kern_dump()
/xnu-8792.81.2/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c207 kdp_send_crashdump_pkt(KDP_EOF, NULL, 0, ((void *) 0)); in kdp_dump_trap()