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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h149 virtual int haltRestart(unsigned int type);
239 virtual int haltRestart(unsigned int type);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp251 int IOPlatformExpert::haltRestart(unsigned int type) function in class:IOPlatformExpert
743 if(gIOPlatform) gIOPlatform->haltRestart(type);
823 if (gIOPlatform) return gIOPlatform->haltRestart(type);
1278 int IODTPlatformExpert::haltRestart(unsigned int type) function in class:IODTPlatformExpert
1282 return super::haltRestart(type);

Completed in 153 milliseconds