Home
last modified time | relevance | path

Searched refs:kdp_has_polled_corefile (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dkern_shutdown.c91 extern boolean_t kdp_has_polled_corefile(void);
260 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
275 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_core.h126 boolean_t kdp_has_polled_corefile(void);
H A Dkdp_core.c162 kdp_has_polled_corefile(void) in kdp_has_polled_corefile() function
/xnu-8020.121.3/osfmk/kern/
H A Ddebug.c1221 if (!kdp_has_polled_corefile()) {
/xnu-8020.121.3/iokit/Kernel/
H A DIOPMrootDomain.cpp229 extern "C" boolean_t kdp_has_polled_corefile();