Searched refs:COREDUMP_IGNORE_ULIMIT (Results 1 – 4 of 4) sorted by relevance
243 #define COREDUMP_IGNORE_ULIMIT 0x0001 /* Ignore the process's core file ulimit. */ macro
410 coredump_flags |= COREDUMP_IGNORE_ULIMIT; in coredump()419 if (((coredump_flags & COREDUMP_IGNORE_ULIMIT) == 0) && in coredump()
1784 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()
6996 if ((error = coredump(cur_bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) != 0) { in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()