Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dkern_core.c271 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro… macro
273 #define COREDUMPLOG(fmt, args...) macro
345 COREDUMPLOG("failed to write LC_NOTE %s: error %d", core_notes[i].cn_owner, error); in dump_notes()
506 COREDUMPLOG("writing core to %s", name); in coredump()
508 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump()
518 COREDUMPLOG("failed to write core to non-regular file"); in coredump()
531 COREDUMPLOG("map size: %lu", mapsize); in coredump()
534COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump()
561COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump()
568COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump()
[all …]