Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Dprocessor_core.c100 …uint64_t core_notes_remaining; /* Number of LC_NOTEs that have not been added to the… member
401 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()
437 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()
645 if (core_context->core_notes_remaining == 0) { in coredump_save_note_description()
661 __func__, core_context->core_note_count - core_context->core_notes_remaining, in coredump_save_note_description()
669 core_context->core_notes_remaining--; in coredump_save_note_description()
928 if (context.core_notes_remaining != 0) { in kern_coredump_routine()
930 __func__, context.core_notes_remaining, context.core_note_count); in kern_coredump_routine()