Searched refs:COREDUMPLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ ! |
| H A D | kern_core.c | 208 #define COREDUMPLOG(fmt, args...) printf("coredump (%s, pid %d): " fmt "\n", core_proc->p_comm, pro… macro 210 #define COREDUMPLOG(fmt, args...) macro 358 COREDUMPLOG("writing core to %s", name); in coredump() 360 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump() 370 COREDUMPLOG("failed to write core to non-regular file"); in coredump() 383 COREDUMPLOG("map size: %lu", mapsize); in coredump() 386 …COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump() 413 …COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump() 420 …COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump() 427 COREDUMPLOG("error: command size overflow: lhs=%lu, rhs=%lu", lhs, rhs); in coredump() [all …]
|