Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkern_shutdown.c92 extern boolean_t kdp_has_polled_corefile(void);
268 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
283 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
/xnu-11417.101.15/osfmk/kdp/
H A Dkdp_core.h131 boolean_t kdp_has_polled_corefile(void);
H A Dkdp_core.c174 kdp_has_polled_corefile(void) in kdp_has_polled_corefile() function
/xnu-11417.101.15/osfmk/kern/
H A Ddebug.c1517 if (!kdp_has_polled_corefile()) {
/xnu-11417.101.15/iokit/Kernel/
H A DIOPMrootDomain.cpp235 extern "C" boolean_t kdp_has_polled_corefile();