Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_core.c312 const size_t notes_count = sizeof(core_notes) / sizeof(struct core_note); variable
321 for (size_t i = 0; i < notes_count; i++) { in dump_notes()
558 if (os_mul_overflow(notes_count, sizeof(struct note_command), &notes_size)) { in coredump()
593 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
601 mh->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
769 COREDUMPLOG("dumping %zu notes", notes_count); in coredump()