Searched refs:COREDUMPLOG (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_core.c | 211 #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() 441 COREDUMPLOG("writing core to %s", name); in coredump() 443 COREDUMPLOG("failed to open core dump file %s: error %d", name, error); in coredump() 453 COREDUMPLOG("failed to write core to non-regular file"); in coredump() 466 COREDUMPLOG("map size: %lu", mapsize); in coredump() 469 …COREDUMPLOG("insufficient free space (free=%d MB, needed=%lu MB, reserve=%d MB)", freespace_mb(vp)… in coredump() 496 …COREDUMPLOG("error: segment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_cou… in coredump() 503 …COREDUMPLOG("error: thread state size overflow: tstate_size=%lu, thread_count=%lu", tstate_size, t… in coredump() [all …]
|