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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h146 virtual int haltRestart(unsigned int type);
231 virtual int haltRestart(unsigned int type);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp251 int IOPlatformExpert::haltRestart(unsigned int type) function in class:IOPlatformExpert
721 if(gIOPlatform) gIOPlatform->haltRestart(type);
789 if (gIOPlatform) return gIOPlatform->haltRestart(type);
1225 int IODTPlatformExpert::haltRestart(unsigned int type) function in class:IODTPlatformExpert
1229 return super::haltRestart(type);

Completed in 176 milliseconds