Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsignalvar.h244 #define COREDUMP_FULLFSYNC 0x0002 /* Run F_FULLFSYNC on the core file's vnode */ macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_core.c583 if ((coredump_flags & COREDUMP_FULLFSYNC) && error == 0) { in coredump()
H A Dkern_exit.c921 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in launchd_crashed_panic()