Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_core.c257 const size_t notes_count = sizeof(core_notes) / sizeof(struct core_note); variable
266 for (size_t i = 0; i < notes_count; i++) { in dump_notes()
517 if (os_mul_overflow(notes_count, sizeof(struct note_command), &notes_size)) { in coredump()
552 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
560 mh->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()
728 COREDUMPLOG("dumping %zu notes", notes_count); in coredump()