Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/iokit/Kernel/
H A DIORegistryEntry.cpp600 IORegistryEntry::propertyExists(const OSString * aKey) in propertyExists()
606 IORegistryEntry::propertyExists(const char * aKey) in propertyExists()
613 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue()
626 IORegistryEntry::propertyHasValue(const OSString * aKey, in propertyHasValue()
639 IORegistryEntry::propertyHasValue(const char * aKey, in propertyHasValue()
653 IORegistryEntry::propertyExists(const OSSymbol * aKey, in propertyExists()
661 IORegistryEntry::propertyExists(const OSString * aKey, in propertyExists()
668 IORegistryEntry::propertyExists(const char * aKey, in propertyExists()
677 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue()
692 IORegistryEntry::propertyHasValue(const OSString * aKey, in propertyHasValue()
[all …]
H A DIONVRAM.cpp514 skipKey(const OSSymbol *aKey) in skipKey()
884 IODTNVRAMVariables::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
938 IODTNVRAMVariables::removeProperty(const OSSymbol *aKey) in removeProperty()
1720 IODTNVRAM::setPropertyInternal(const OSSymbol *aKey, OSObject *anObject) in setPropertyInternal()
1733 IODTNVRAM::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()
1739 IODTNVRAM::removeProperty(const OSSymbol *aKey) in removeProperty()
1782 IODTNVRAM::removePropertyInternal(const OSSymbol *aKey) in removePropertyInternal()
H A DIOCPU.cpp407 IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty()