Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dsignalvar.h246 #define COREDUMP_FULLFSYNC 0x0002 /* Run F_FULLFSYNC on the core file's vnode */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_core.c816 if ((coredump_flags & COREDUMP_FULLFSYNC) && error == 0) { in coredump()
H A Dkern_sig.c3124 if (coredump(p, 0, COREDUMP_FULLFSYNC) == 0) { in postsig_locked()
H A Dkern_exit.c1848 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()