Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_shutdown.c91 extern boolean_t kdp_has_polled_corefile(void);
267 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
282 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_core.h131 boolean_t kdp_has_polled_corefile(void);
H A Dkdp_core.c164 kdp_has_polled_corefile(void) in kdp_has_polled_corefile() function
/xnu-8792.41.9/osfmk/kern/
H A Ddebug.c1339 if (!kdp_has_polled_corefile()) {
/xnu-8792.41.9/iokit/Kernel/
H A DIOPMrootDomain.cpp229 extern "C" boolean_t kdp_has_polled_corefile();