Home
last modified time | relevance | path

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

/xnu-10002.1.13/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, …
259 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 Dkdp_core.c103 static int kern_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *cont…
601 core_save_segment_data_cb callback;
715 kern_dump_save_segment_data(__unused void *refcon, core_save_segment_data_cb callback, void *contex… in kern_dump_save_segment_data()