Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kdp/
H A Dprocessor_core.h219 } kern_coredump_callback_config; typedef
232 …register_coredump_helper(int kern_coredump_config_vers, const kern_coredump_callback_config *kc_ca…
237 kern_return_t kern_register_xnu_coredump_helper(kern_coredump_callback_config *kc_callbacks);
H A Dprocessor_core.c82 kern_coredump_callback_config *core_config; /* Information about core currently being dumped */
121 kern_coredump_callback_config kcc_cb; /* Registered processor callbacks for coredump */
136 …coredump_helper_internal(int kern_coredump_config_vers, const kern_coredump_callback_config *kc_ca… in kern_register_coredump_helper_internal()
141 kern_coredump_callback_config *core_callbacks = NULL; in kern_register_coredump_helper_internal()
252 kern_register_coredump_helper(int kern_coredump_config_vers, const kern_coredump_callback_config *k… in kern_register_coredump_helper()
269 kern_register_xnu_coredump_helper(kern_coredump_callback_config *kc_callbacks) in kern_register_xnu_coredump_helper()
302 kern_coredump_callback_config userkc_callbacks; in kern_register_userspace_coredump()
1123 kern_register_coredump_helper(int kern_coredump_config_vers, const kern_coredump_callback_config *k… in kern_register_coredump_helper()
H A Dkdp_core.c1770 kern_coredump_callback_config core_config = { }; in kdp_core_init()