Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/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-11215.81.4/osfmk/kern/
H A Ddebug.c1474 if (!kdp_has_polled_corefile()) {
/xnu-11215.81.4/iokit/Kernel/
H A DIOPMrootDomain.cpp235 extern "C" boolean_t kdp_has_polled_corefile();