Searched refs:KDP_EOF (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.81.2/osfmk/kdp/output_stages/ |
| H A D | out_buffer.c | 84 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 D | out_zlib.c | 228 case KDP_EOF: in zlib_stage_outproc()
|
| H A D | out_aea.c | 198 case KDP_EOF: in aea_stage_outproc()
|
| H A D | out_disk.c | 280 case KDP_EOF: in disk_stage_outproc()
|
| H A D | out_shmem.c | 275 if (request == KDP_EOF) { in shmem_stage_outproc()
|
| /xnu-8792.81.2/osfmk/kdp/ |
| H A D | kdp_core.h | 53 #define KDP_EOF 7 /* signal end of file */ macro
|
| H A D | kdp_udp.c | 1804 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 D | kdp_core.c | 1282 …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 D | kdp_vm.c | 207 kdp_send_crashdump_pkt(KDP_EOF, NULL, 0, ((void *) 0)); in kdp_dump_trap()
|