Home
last modified time | relevance | path

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

/xnu-10002.41.9/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_lz4.c162 if (KDP_SEEK == request) { in lz4_stage_outproc()
H A Dout_zlib.c199 case KDP_SEEK: in zlib_stage_outproc()
H A Dout_aea.c125 case KDP_SEEK: in aea_stage_outproc()
H A Dout_disk.c241 case KDP_SEEK: in disk_stage_outproc()
/xnu-10002.41.9/osfmk/kdp/
H A Dkdp_core.h52 #define KDP_SEEK 6 /* Seek to specified offset */ macro
H A Dkdp_core.c779 …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 Dkdp_udp.c1619 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()