Searched refs:current_core (Results 1 – 1 of 1) sorted by relevance
719 kern_coredump_routine(void *core_outvars, struct kern_coredump_core *current_core, uint64_t core_be… in kern_coredump_routine() argument728 context.core_config = ¤t_core->kcc_cb; in kern_coredump_routine()729 context.core_refcon = current_core->kcc_refcon; in kern_coredump_routine()730 context.core_is64bit = current_core->kcc_is64bit; in kern_coredump_routine()731 context.core_mh_magic = current_core->kcc_mh_magic; in kern_coredump_routine()732 context.core_cpu_type = current_core->kcc_cpu_type; in kern_coredump_routine()733 context.core_cpu_subtype = current_core->kcc_cpu_subtype; in kern_coredump_routine()736 kern_coredump_log(&context, "\nBeginning coredump of %s\n", current_core->kcc_corename); in kern_coredump_routine()738 if (current_core->kcc_cb.kcc_coredump_init != NULL) { in kern_coredump_routine()739 ret = current_core->kcc_cb.kcc_coredump_init(context.core_refcon, &context); in kern_coredump_routine()[all …]