Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSDictionary.cpp359 setObject(const OSSymbol *aKey, const OSMetaClassBase *anObject, bool onlyAdd) in setObject()
413 setObject(const OSSymbol *aKey, const OSMetaClassBase *anObject) in setObject()
419 OSDictionary::setObject(OSSharedPtr<const OSSymbol> const& aKey, OSSharedPtr<const OSMetaClassBase>… in setObject()
425 OSDictionary::setObject(const OSString* aKey, OSSharedPtr<const OSMetaClassBase> const& anObject) in setObject()
431 OSDictionary::setObject(const char* aKey, OSSharedPtr<const OSMetaClassBase> const& anObject) in setObject()
437 OSDictionary::removeObject(const OSSymbol *aKey) in removeObject()
571 OSDictionary::setObject(const OSString *aKey, const OSMetaClassBase *anObject) in setObject()
596 OSString * aKey; in setObject() local
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp609 IORegistryEntry::propertyExists(const OSString * aKey) in propertyExists()
615 IORegistryEntry::propertyExists(const char * aKey) in propertyExists()
648 IORegistryEntry::propertyHasValue(const char * aKey, in propertyHasValue()
662 IORegistryEntry::propertyExists(const OSSymbol * aKey, in propertyExists()
670 IORegistryEntry::propertyExists(const OSString * aKey, in propertyExists()
677 IORegistryEntry::propertyExists(const char * aKey, in propertyExists()
716 IORegistryEntry::propertyHasValue(const char * aKey, in propertyHasValue()
744 IORegistryEntry::removeProperty( const OSSymbol * aKey) in removeProperty()
855 IORegistryEntry::removeProperty( const char * aKey) in removeProperty()
915 IORegistryEntry::setProperty( const char * aKey, in setProperty()
[all …]
H A DIONVRAM.cpp703 skipKey(const OSSymbol *aKey) in skipKey()
1123 IODTNVRAMVariables::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
1173 IODTNVRAMVariables::removeProperty(const OSSymbol *aKey) in removeProperty()
1957 IODTNVRAM::setPropertyInternal(const OSSymbol *aKey, OSObject *anObject) in setPropertyInternal()
1970 IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
1976 IODTNVRAM::removeProperty(const OSSymbol *aKey) in removeProperty()
2027 IODTNVRAM::removePropertyInternal(const OSSymbol *aKey) in removePropertyInternal()
H A DIOCPU.cpp459 IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()