Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_core.c213 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro… macro
215 #define COREDUMPLOG(fmt, args...) macro
287 COREDUMPLOG("failed to write LC_NOTE %s: error %d", core_notes[i].cn_owner, error); in dump_notes()
365 COREDUMPLOG("Skipping coredump (called against proc that is not current_proc: %p)", core_proc); in coredump()
448 COREDUMPLOG("writing core to %s", name); in coredump()
450 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump()
460 COREDUMPLOG("failed to write core to non-regular file"); in coredump()
473 COREDUMPLOG("map size: %lu", mapsize); in coredump()
476COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump()
497COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump()
[all …]