Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kdp/output_stages/
H A Dout_buffer.c87 if ((data->current_size && (request == KDP_SEEK || request == KDP_FLUSH || request == KDP_EOF)) in buffer_stage_outproc()
100 if (request == KDP_WRQ || request == KDP_SEEK || request == KDP_EOF) { in buffer_stage_outproc()
H A Dout_lz4.c170 if (KDP_SEEK == request) { in lz4_stage_outproc()
H A Dout_aea.c128 case KDP_SEEK: in aea_stage_outproc()
H A Dout_zlib.c202 case KDP_SEEK: in zlib_stage_outproc()
H A Dout_disk.c244 case KDP_SEEK: in disk_stage_outproc()
H A Dout_shmem.c413 if (request == KDP_EOF || request == KDP_SEEK) { in shmem_stage_outproc()
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_core.h53 #define KDP_SEEK 6 /* Seek to specified offset */ macro
H A Dkdp_core.c861 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_update_header()
929 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(next_file_off… in kern_dump_seek_to_next_file()
954 …if ((ret = (first_stage->kos_funcs.kosf_outproc)(first_stage, KDP_SEEK, NULL, sizeof(foffset), &fo… in kern_dump_write_public_key()
1221 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_SEEK, NULL, sizeof(foffset), &foff… in do_kern_dump()
1313 …if ((ret = first_stage->kos_funcs.kosf_outproc(first_stage, KDP_SEEK, NULL, sizeof(foffset), &foff… in do_kern_dump()
H A Dkdp_udp.c1621 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename, in kdp_send_crashdump_seek()
1626 panic_error = kdp_send_crashdump_pkt(KDP_SEEK, corename, in kdp_send_crashdump_seek()
1728 } else if (request == KDP_SEEK) { in kdp_send_crashdump_pkt()