Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.h707 boolean_t on_device_corefile_enabled(void);
H A Ddebug.c1466 if (on_device_corefile_enabled()) {
2155 on_device_corefile_enabled(void) function
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1186 if (on_device_corefile_enabled()) { in GetCoreFileMode()