Searched refs:KDP_SEEK (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/osfmk/kdp/output_stages/ |
| H A D | out_buffer.c | 87 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 D | out_lz4.c | 170 if (KDP_SEEK == request) { in lz4_stage_outproc()
|
| H A D | out_aea.c | 128 case KDP_SEEK: in aea_stage_outproc()
|
| H A D | out_zlib.c | 202 case KDP_SEEK: in zlib_stage_outproc()
|
| H A D | out_disk.c | 244 case KDP_SEEK: in disk_stage_outproc()
|
| H A D | out_shmem.c | 413 if (request == KDP_EOF || request == KDP_SEEK) { in shmem_stage_outproc()
|
| /xnu-12377.61.12/osfmk/kdp/ |
| H A D | kdp_core.h | 53 #define KDP_SEEK 6 /* Seek to specified offset */ macro
|
| H A D | kdp_core.c | 861 …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 D | kdp_udp.c | 1621 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()
|