Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_shutdown.c92 extern boolean_t kdp_has_polled_corefile(void);
277 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
297 if (!(howto & RB_PANIC) || !kdp_has_polled_corefile()) in reboot_kernel()
/xnu-12377.41.6/osfmk/kdp/
H A Dkdp_core.h132 boolean_t kdp_has_polled_corefile(void);
H A Dkdp_core.c174 kdp_has_polled_corefile(void) in kdp_has_polled_corefile() function
/xnu-12377.41.6/osfmk/kern/
H A Ddebug.c1534 if (!kdp_has_polled_corefile()) {
/xnu-12377.41.6/iokit/Kernel/
H A DIOPMrootDomain.cpp238 extern "C" boolean_t kdp_has_polled_corefile();