Home
last modified time | relevance | path

Searched refs:removeProperty (Results 1 – 17 of 17) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp913 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOSetBootImageNVRAM()
1243 IOService::getPMRootDomain()->removeProperty(kIOHibernateOptionsKey); in IOHibernateSystemWake()
1244 IOService::getPMRootDomain()->removeProperty(kIOHibernateGfxStatusKey); in IOHibernateSystemWake()
1252 gIOOptionsEntry->removeProperty(gIOHibernateBootImageKey); in IOHibernateSystemWake()
1286 IOService::getPMRootDomain()->removeProperty(kIOHibernateOptionsKey); in IOHibernateDone()
1295 IOService::getPMRootDomain()->removeProperty(kIOHibernateGfxStatusKey); in IOHibernateDone()
1301 IOService::getPMRootDomain()->removeProperty(gIOHibernateRTCVariablesKey); in IOHibernateDone()
1302 IOService::getPMRootDomain()->removeProperty(kIOHibernateSMCVariablesKey); in IOHibernateDone()
1311 gIOOptionsEntry->removeProperty(gIOHibernateRTCVariablesKey); in IOHibernateDone()
1321 gIOOptionsEntry->removeProperty(gIOHibernateBootNextKey); in IOHibernateDone()
[all …]
H A DIOStartIOKit.cpp208 root->removeProperty(kOSBuildVersionKey); in IORegistrySetOSBuildVersion()
H A DIOPlatformExpert.cpp146 removeProperty(kIOPlatformMapperPresentKey); in start()
150 removeProperty(kIOPlatformMapperPresentKey); in start()
1356 gIOOptionsEntry->removeProperty(sym); in PERemoveNVRAMProperty()
1512 entry->removeProperty(nvram_osenvironment); in registerNVRAMController()
H A DIORegistryEntry.cpp744 IORegistryEntry::removeProperty( const OSSymbol * aKey) in removeProperty() function in IORegistryEntry
847 IORegistryEntry::removeProperty( const OSString * aKey) in removeProperty() function in IORegistryEntry
850 removeProperty( tmpKey ); in removeProperty()
855 IORegistryEntry::removeProperty( const char * aKey) in removeProperty() function in IORegistryEntry
858 removeProperty( tmpKey ); in removeProperty()
H A DIONVRAM.cpp1019 virtual void removeProperty(const OSSymbol *aKey) APPLE_KEXT_OVERRIDE;
1173 IODTNVRAMVariables::removeProperty(const OSSymbol *aKey) in removeProperty() function in IODTNVRAMVariables
1458 entry->removeProperty(proxyDataKey); in initImageFormat()
1976 IODTNVRAM::removeProperty(const OSSymbol *aKey) in removeProperty() function in IODTNVRAM
H A DRootDomainUserClient.cpp134 fOwner->removeProperty( kRootDomainSleepOptionsKey ); in secureSleepSystemOptions()
H A DIOPMrootDomain.cpp3935 removeProperty(kIOPMSleepWakeUUIDKey); in handlePublishSleepWakeUUID()
5496 removeProperty(kIOPMSystemSleepParametersKey);
6583 removeProperty(gIOPMUserTriggeredFullWakeKey.get());
10365 from->removeProperty( gPMHaltClientAcknowledgeKey.get());
10879 removeProperty(kIOPMRootDomainWakeTypeKey);
10880 removeProperty(kIOPMRootDomainWakeReasonKey);
10921 removeProperty(kIOPMRootDomainWakeReasonKey);
11452 owner->removeProperty(kIOPMAssertionsDriverDetailedKey);
H A DIOPolledInterface.cpp267 next->removeProperty(kIOPolledInterfaceActiveKey); in IOPolledFilePollersClose()
H A DIODeviceTreeSupport.cpp372 chosen->removeProperty(key); in IODTFreeLoaderInfo()
H A DIOService.cpp3890 removeProperty(gIORematchPersonalityKey); in probeCandidates()
4250 removeProperty(gIODEXTMatchCountKey); in probeCandidates()
5861 removeProperty(gIORematchCountKey); in resetRematchProperties()
5862 removeProperty(gIORematchPersonalityKey); in resetRematchProperties()
H A DIOUserClient.cpp3999 entry->removeProperty(sym); in is_io_registry_entry_get_property_bin_buf()
H A DIOServicePM.cpp750 removeProperty(kPwrMgtKey); in handlePMstop()
H A DIOUserServer.cpp584 removeProperty(propertyName); in RemoveProperty_Impl()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h377 virtual void removeProperty( const OSSymbol * aKey);
384 virtual void removeProperty( const OSString * aKey);
391 virtual void removeProperty( const char * aKey);
H A DIONVRAM.h135 virtual void removeProperty(const OSSymbol *aKey) APPLE_KEXT_OVERRIDE;
/xnu-11215/libsa/
H A Dbootstrap.cpp493 booterMemoryMap->removeProperty(deviceTreeName); in readBooterExtensions()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp134 IOService::getResourceService()->removeProperty( property ); in IOServicePublishResource()