Home
last modified time | relevance | path

Searched refs:core_save_segment_data_cb (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/osfmk/kdp/
H A Dprocessor_core.h176 typedef kern_return_t (*core_save_segment_data_cb)(void *seg_data, uint64_t length, void *context); typedef
211 …kern_return_t (*kcc_coredump_save_segment_data)(void *refcon, core_save_segment_data_cb callback, …
260 kern_return_t user_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *c…
H A Duser_core.c193 core_save_segment_data_cb callback;
209 user_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *context) in user_dump_save_segment_data()
H A Dsk_core.c593 core_save_segment_data_cb ssd_callback;
606 sk_dump_save_seg_data(void *refcon __unused, core_save_segment_data_cb callback, in sk_dump_save_seg_data()
H A Dkdp_core.c109 static int kern_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *cont…
618 core_save_segment_data_cb callback;
732 kern_dump_save_segment_data(__unused void *refcon, core_save_segment_data_cb callback, void *contex… in kern_dump_save_segment_data()