Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_core.c255 const size_t notes_count = sizeof(core_notes) / sizeof(struct core_note); variable
264 for (size_t i = 0; i < notes_count; i++) { in dump_notes()
516 if (os_mul_overflow(notes_count, sizeof(struct note_command), &notes_size)) { in coredump()
551 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
559 mh->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
727 COREDUMPLOG("dumping %zu notes", notes_count); in coredump()