Home
last modified time | relevance | path

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

/xnu-8792.81.2/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.c192 core_save_segment_data_cb callback;
208 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.c100 static int kern_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *cont…
599 core_save_segment_data_cb callback;
713 kern_dump_save_segment_data(__unused void *refcon, core_save_segment_data_cb callback, void *contex… in kern_dump_save_segment_data()