Lines Matching refs:IOReturn

43 #include <IOKit/IOReturn.h>
168 IOReturn OSKextSystemSleepOrWake( UInt32 );
461 IOReturn createAssertion(IOPMDriverAssertionType, IOPMDriverAssertionLevel, IOService *, const char *, IOPMDriverAssertionID *);
462 IOReturn releaseAssertion(IOPMDriverAssertionID);
463 IOReturn setAssertionLevel(IOPMDriverAssertionID, IOPMDriverAssertionLevel);
464 IOReturn setUserAssertionLevels(IOPMDriverAssertionType);
470 IOReturn handleCreateAssertion(OSData *);
471 IOReturn handleReleaseAssertion(IOPMDriverAssertionID);
472 IOReturn handleSetAssertionLevel(IOPMDriverAssertionID, IOPMDriverAssertionLevel);
473 IOReturn handleSetUserAssertionLevels(void * arg0);
562 IOReturn acknowledgeSleepWakeNotification(void * PMrefcon)
567 IOReturn vetoSleepWakeNotification(void * PMrefcon)
572 IOReturn rootDomainRestart ( void )
577 IOReturn rootDomainShutdown ( void )
1084 IOReturn IOPMrootDomain::setProperties( OSObject * props_obj )
1086 IOReturn return_value = kIOReturnSuccess;
1304 IOReturn IOPMrootDomain::setAggressiveness(
1314 IOReturn IOPMrootDomain::setAggressiveness(
1388 IOReturn IOPMrootDomain::getAggressiveness (
1472 IOReturn IOPMrootDomain::joinAggressiveness(
1950 IOReturn IOPMrootDomain::sleepSystem( void )
1956 IOReturn IOPMrootDomain::sleepSystemOptions( OSDictionary *options )
1985 IOReturn IOPMrootDomain::privateSleepSystem( uint32_t sleepReason )
2240 IOReturn IOPMrootDomain::requestPowerDomainState (
2564 IOReturn IOPMrootDomain::sysPowerDownHandler(
2569 IOReturn ret = 0;
2785 IOReturn IOPMrootDomain::changePowerStateTo( unsigned long ordinal )
2795 IOReturn IOPMrootDomain::changePowerStateToPriv( unsigned long ordinal )
3081 IOReturn IOPMrootDomain::removePublishedFeature( uint32_t removeFeatureID )
3083 IOReturn ret = kIOReturnError;
3235 IOReturn IOPMrootDomain::setPMSetting(
3343 IOReturn IOPMrootDomain::registerPMSettingController(
3376 IOReturn IOPMrootDomain::registerPMSettingController(
3719 IOReturn result;
4024 IOReturn IOPMrootDomain::getSystemSleepType( uint32_t * sleepType )
4033 IOReturn ret = gIOPMWorkLoop->runAction(
4184 IOReturn IOPMrootDomain::shutdownSystem( void )
4194 IOReturn IOPMrootDomain::restartSystem( void )
5118 IOReturn rc = kIOReturnError;;
5317 IOReturn IOPMrootDomain::setMaintenanceWakeCalendar(
5321 IOReturn ret = 0;
5356 IOReturn IOPMrootDomain::displayWranglerNotification(
5657 IOReturn ret;
5944 IOReturn IOPMrootDomain::systemPowerEventOccurred(
5948 IOReturn attempt = kIOReturnSuccess;
5965 IOReturn IOPMrootDomain::systemPowerEventOccurred(
6018 IOReturn IOPMrootDomain::receivePowerNotification( UInt32 msg )
6955 IOReturn IOPMrootDomain::callPlatformFunction(
7028 IOReturn IOPMrootDomain::configureReport(IOReportChannelList *channelList,
7049 IOReturn IOPMrootDomain::updateReport(IOReportChannelList *channelList,
7726 IOReturn ret;
7740 IOReturn IOPMrootDomain::releasePMAssertion(IOPMDriverAssertionID releaseAssertion)
7749 IOReturn IOPMrootDomain::setPMAssertionLevel(
7773 IOReturn IOPMrootDomain::setPMAssertionUserLevels(IOPMDriverAssertionType inLevels)
8230 IOReturn PMAssertionsTracker::handleCreateAssertion(OSData *newAssertion)
8250 IOReturn PMAssertionsTracker::createAssertion(
8290 IOReturn PMAssertionsTracker::handleReleaseAssertion(
8316 IOReturn PMAssertionsTracker::releaseAssertion(
8328 IOReturn PMAssertionsTracker::handleSetAssertionLevel(
8351 IOReturn PMAssertionsTracker::setAssertionLevel(
8363 IOReturn PMAssertionsTracker::handleSetUserAssertionLevels(void * arg0)
8379 IOReturn PMAssertionsTracker::setUserAssertionLevels(
8576 IOReturn IOPMrootDomain::restartWithStackshot()