Searched refs:kc_callbacks (Results 1 – 2 of 2) sorted by relevance
147 if (kc_callbacks == NULL) { in kern_register_coredump_helper_internal()155 if (kc_callbacks->kcc_coredump_get_summary == NULL || in kern_register_coredump_helper_internal()156 kc_callbacks->kcc_coredump_save_segment_descriptions == NULL || in kern_register_coredump_helper_internal()157 kc_callbacks->kcc_coredump_save_segment_data == NULL || in kern_register_coredump_helper_internal()158 kc_callbacks->kcc_coredump_save_thread_state == NULL) { in kern_register_coredump_helper_internal()169 kc_callbacks->kcc_coredump_save_sw_vers_detail == NULL) { in kern_register_coredump_helper_internal()181 …if ((kc_callbacks->kcc_coredump_save_note_summary == NULL) != (kc_callbacks->kcc_coredump_save_not… in kern_register_coredump_helper_internal()184 …if ((kc_callbacks->kcc_coredump_save_note_descriptions == NULL) != (kc_callbacks->kcc_coredump_sav… in kern_register_coredump_helper_internal()213 core_callbacks->kcc_coredump_init = kc_callbacks->kcc_coredump_init; in kern_register_coredump_helper_internal()214 core_callbacks->kcc_coredump_get_summary = kc_callbacks->kcc_coredump_get_summary; in kern_register_coredump_helper_internal()[all …]
232 …per(int kern_coredump_config_vers, const kern_coredump_callback_config *kc_callbacks, void *refcon,237 kern_return_t kern_register_xnu_coredump_helper(kern_coredump_callback_config *kc_callbacks);238 kern_return_t kern_register_sk_coredump_helper(kern_coredump_callback_config *kc_callbacks, void *r…