Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dsignalvar.h245 #define COREDUMP_IGNORE_ULIMIT 0x0001 /* Ignore the process's core file ulimit. */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_core.c460 if (((coredump_flags & COREDUMP_IGNORE_ULIMIT) == 0) && in coredump()
H A Dkern_exit.c1848 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c7387 if ((error = coredump(cur_bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) != 0) { in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()