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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h333 /*! @function removeProperty
338 virtual void removeProperty( const OSSymbol * aKey);
340 /*! @function removeProperty
345 virtual void removeProperty( const OSString * aKey);
347 /*! @function removeProperty
352 virtual void removeProperty( const char * aKey);
H A DIONVRAM.h139 virtual void removeProperty(const OSSymbol *aKey);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStartIOKit.cpp220 root->removeProperty(kOSBuildVersionKey);
H A DIODeviceTreeSupport.cpp216 child->removeProperty( "driver,AAPL,MacOSX,PowerPC");
220 child->removeProperty( "lanLib,AAPL,MacOS,PowerPC");
226 child->removeProperty( "driver,AAPL,MacOS,PowerPC");
302 chosen->removeProperty(key);
H A DRootDomainUserClient.cpp133 fOwner->removeProperty( kRootDomainSleepOptionsKey );
H A DIORegistryEntry.cpp503 IORegistryEntry::removeProperty( const OSSymbol * aKey) function in class:IORegistryEntry
567 IORegistryEntry::removeProperty( const OSString * aKey) function in class:IORegistryEntry
570 removeProperty( tmpKey );
575 IORegistryEntry::removeProperty( const char * aKey) function in class:IORegistryEntry
578 removeProperty( tmpKey );
H A DIOHibernateIO.cpp1472 IOService::getPMRootDomain()->removeProperty(kIOHibernatePreviewActiveKey);
1563 gIOOptionsEntry->removeProperty(sym);
1591 IOService::getPMRootDomain()->removeProperty(kIOHibernateRTCVariablesKey);
1602 gIOOptionsEntry->removeProperty(sym);
H A DIONVRAM.cpp362 void IODTNVRAM::removeProperty(const OSSymbol *aKey) function in class:IODTNVRAM
418 removeProperty(key);
H A DIOPlatformExpert.cpp111 removeProperty(kIOPlatformMapperPresentKey);
H A DIOPMrootDomain.cpp2939 from->removeProperty( gPMHaltClientAcknowledgeKey );
H A DIOServicePM.cpp615 removeProperty(kPwrMgtKey);

Completed in 169 milliseconds