Searched refs:core_save_note_data_cb (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/osfmk/kdp/ |
| H A D | processor_core.h | 189 typedef kern_return_t (*core_save_note_data_cb)(void *note_data, uint64_t length, void *context); typedef 216 …kern_return_t (*kcc_coredump_save_note_data)(void *refcon, core_save_note_data_cb callback, void *… 262 kern_return_t user_dump_save_note_data(void *refcon, core_save_note_data_cb callback, void *context…
|
| H A D | user_core.c | 247 user_dump_save_note_data(void *refcon, core_save_note_data_cb callback, void *context) in user_dump_save_note_data()
|
| H A D | kdp_core.c | 106 static kern_return_t kern_dump_save_note_data(void *refcon, core_save_note_data_cb callback, void *… 1840 kern_dump_save_note_data(void *refcon __unused, core_save_note_data_cb callback, void *context) in kern_dump_save_note_data()
|