Searched refs:note_data (Results 1 – 2 of 2) sorted by relevance
189 typedef kern_return_t (*core_save_note_data_cb)(void *note_data, uint64_t length, void *context);
740 coredump_save_note_data(void *note_data, uint64_t length, void *context) in coredump_save_note_data() argument747 …note_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()