Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_core.c211 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro… macro
213 #define COREDUMPLOG(fmt, args...) macro
285 COREDUMPLOG("failed to write LC_NOTE %s: error %d", core_notes[i].cn_owner, error); in dump_notes()
362 COREDUMPLOG("Skipping coredump (called against proc that is not current_proc: %p)", core_proc); in coredump()
442 COREDUMPLOG("writing core to %s", name); in coredump()
444 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump()
454 COREDUMPLOG("failed to write core to non-regular file"); in coredump()
467 COREDUMPLOG("map size: %lu", mapsize); in coredump()
470COREDUMPLOG("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 …]