Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h272 virtual int haltRestart(unsigned int type);
377 virtual int haltRestart(unsigned int type) APPLE_KEXT_OVERRIDE;
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart() function in IOPlatformExpert
899 gIOPlatform->haltRestart(type); in IOShutdownNotificationsTimedOut()
1098 return gIOPlatform->haltRestart(type); in PEHaltRestartInternal()
1860 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart() function in IODTPlatformExpert
1862 return super::haltRestart(type); in haltRestart()