Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c199 case KDP_SEEK: in zlib_stage_outproc()
H A Dout_aea.c124 case KDP_SEEK: in aea_stage_outproc()
H A Dout_disk.c241 case KDP_SEEK: in disk_stage_outproc()
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.h51 #define KDP_SEEK 6 /* Seek to specified offset */ macro
H A Dkdp_core.c642 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header()
713 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file()
738 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_write_public_key()
921 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_SEEK, NULL, sizeof(foffset), &foff… in do_kern_dump()
995 …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()