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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp79 static const OSSymbol *sleepSupportedPEFunction = NULL; variable
383 sleepSupportedPEFunction = OSSymbol::withCString("IOPMSetSleepSupported");
2414 if( (SLEEP_STATE == ordinal) && sleepSupportedPEFunction )
2419 sleepSupportedPEFunction, false,
3361 if( (SLEEP_STATE == ordinal) && sleepSupportedPEFunction )
3366 sleepSupportedPEFunction, false,

Completed in 23 milliseconds