Home
last modified time | relevance | path

Searched refs:haltRestart (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h273 virtual int haltRestart(unsigned int type);
378 virtual int haltRestart(unsigned int type) APPLE_KEXT_OVERRIDE;
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart() function in IOPlatformExpert
899 gIOPlatform->haltRestart(type); in IOShutdownNotificationsTimedOut()
1111 return gIOPlatform->haltRestart(type); in PEHaltRestartInternal()
1906 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart() function in IODTPlatformExpert
1908 return super::haltRestart(type); in haltRestart()