Home
last modified time | relevance | path

Searched refs:note_data (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kdp/
H A Dprocessor_core.h189 typedef kern_return_t (*core_save_note_data_cb)(void *note_data, uint64_t length, void *context);
H A Dprocessor_core.c740 coredump_save_note_data(void *note_data, uint64_t length, void *context) in coredump_save_note_data() argument
747note_data, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_re… in coredump_save_note_data()
752 ret = kdp_core_output(core_context->core_outvars, length, (caddr_t)note_data); in coredump_save_note_data()