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

/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.cpp69 fOwner = (IOPMrootDomain *)provider;
111 && fOwner )
116 fOwner->setProperty( kRootDomainSleepOptionsKey, unserializedOptions);
118 *returnCode = fOwner->sleepSystemOptions( unserializedOptions );
124 fOwner->removeProperty( kRootDomainSleepOptionsKey );
126 *returnCode = fOwner->sleepSystemOptions( NULL );
151 if((local_priv || admin_priv) && fOwner) {
152 *return_code = fOwner->setAggressiveness(type, newLevel);
169 if (admin_priv && fOwner) {
170 *returnCode = fOwner
[all...]
H A DRootDomainUserClient.h51 IOPMrootDomain * fOwner; member in class:RootDomainUserClient
H A DIOServicePMPrivate.h356 #define fOwner pwrMgt->Owner macro
H A DIOMemoryDescriptor.cpp3488 if (fOwner && (fOwner != fMemory))
3491 fOwner->removeMapping(this);
H A DIOServicePM.cpp522 fOwner = this;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h657 IOMemoryDescriptor * fOwner; member in class:IOMemoryMap

Completed in 46 milliseconds