X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..04b8595b18b1b41ac7a206e4b3d51a635f8413d7:/iokit/Kernel/RootDomainUserClient.h diff --git a/iokit/Kernel/RootDomainUserClient.h b/iokit/Kernel/RootDomainUserClient.h index 9e6be4003..9083d8772 100644 --- a/iokit/Kernel/RootDomainUserClient.h +++ b/iokit/Kernel/RootDomainUserClient.h @@ -48,41 +48,41 @@ class RootDomainUserClient : public IOUserClient friend class IOPMrootDomain; private: - IOPMrootDomain * fOwner; + IOPMrootDomain * fOwner; task_t fOwningTask; IOReturn secureSleepSystem( uint32_t *return_code ); - - IOReturn secureSleepSystemOptions( const void *inOptions, + + IOReturn secureSleepSystemOptions( const void *inOptions, IOByteCount inOptionsSize, uint32_t *returnCode); - IOReturn secureSetAggressiveness( unsigned long type, - unsigned long newLevel, + IOReturn secureSetAggressiveness( unsigned long type, + unsigned long newLevel, int *return_code ); IOReturn secureSetMaintenanceWakeCalendar( IOPMCalendarStruct *inCalendar, uint32_t *returnCode); - + IOReturn secureSetUserAssertionLevels(uint32_t assertionBitfield); + IOReturn secureGetSystemSleepType( uint32_t *sleepType ); + public: virtual IOReturn clientClose( void ); - - virtual IOReturn clientMemoryForType( UInt32 type, IOOptionBits *options, IOMemoryDescriptor **memory); - - virtual IOReturn externalMethod( uint32_t selector, + + virtual IOReturn externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, - IOExternalMethodDispatch * dispatch, - OSObject * target, - void * reference ); + IOExternalMethodDispatch * dispatch, + OSObject * target, + void * reference ); virtual bool start( IOService * provider ); - virtual bool initWithTask(task_t owningTask, void *security_id, - UInt32 type, OSDictionary * properties); + virtual bool initWithTask(task_t owningTask, void *security_id, + UInt32 type, OSDictionary * properties); // Unused - retained for symbol compatibility void setPreventative(UInt32 on_off, UInt32 types_of_sleep);