Searched refs:KDP_SEEK (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.41.9/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_lz4.c | 162 if (KDP_SEEK == request) { in lz4_stage_outproc()
|
| H A D | out_zlib.c | 199 case KDP_SEEK: in zlib_stage_outproc()
|
| H A D | out_aea.c | 125 case KDP_SEEK: in aea_stage_outproc()
|
| H A D | out_disk.c | 241 case KDP_SEEK: in disk_stage_outproc()
|
| /xnu-10002.41.9/osfmk/kdp/ |
| H A D | kdp_core.h | 52 #define KDP_SEEK 6 /* Seek to specified offset */ macro
|
| H A D | kdp_core.c | 779 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header() 847 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file() 872 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_write_public_key() 1135 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_SEEK, NULL, sizeof(foffset), &foff… in do_kern_dump() 1219 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_SEEK, NULL, sizeof(foffset), &foff… in do_kern_dump()
|
| H A D | kdp_udp.c | 1619 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename, in kdp_send_crashdump_seek() 1624 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename, in kdp_send_crashdump_seek() 1726 } else if (request == KDP_SEEK) { in kdp_send_crashdump_pkt()
|