Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h304 virtual bool setProperty(const OSSymbol * aKey,
356 virtual bool setProperty( const char * aKey,
368 virtual bool setProperty( const char * aKey,
391 virtual void removeProperty( const char * aKey);
423 bool propertyExists(const OSSymbol * aKey);
431 bool propertyExists(const OSString * aKey);
439 bool propertyExists(const char * aKey);
448 bool propertyHasValue(const OSSymbol * aKey,
458 bool propertyHasValue(const OSString * aKey,
468 bool propertyHasValue(const char * aKey,
[all …]
H A DIONVRAM.h110 IOReturn setPropertyInternal(const OSSymbol *aKey, OSObject *anObject);
111 IOReturn removePropertyInternal(const OSSymbol *aKey);
130 virtual OSPtr<OSObject> copyProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
131 virtual OSPtr<OSObject> copyProperty(const char *aKey) const APPLE_KEXT_OVERRIDE;
132 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
133 virtual OSObject *getProperty(const char *aKey) const APPLE_KEXT_OVERRIDE;
134 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject) APPLE_KEXT_OVERRIDE;
135 virtual void removeProperty(const OSSymbol *aKey) APPLE_KEXT_OVERRIDE;
H A DIOCPU.h80 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
81 virtual bool setProperty(const OSSymbol *aKey, OSObject *anObject) APPLE_KEXT_OVERRIDE;
/xnu-11215/libkern/c++/
H A DOSDictionary.cpp364 if (!anObject || !aKey) { in setObject()
404 dictionary[i].key.reset(aKey, OSRetain); in setObject()
427 return setObject(aKey, anObject.get()); in setObject()
433 return setObject(aKey, anObject.get()); in setObject()
442 if (!aKey) { in removeObject()
507 if (!aKey) { in getObject()
521 if (aKey == dictionary[i].key) { in getObject()
533 if (aKey == dictionary[i].key) { in getObject()
596 OSString * aKey; in setObject() local
615 obj1 = getObject(aKey); in setObject()
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h604 const OSSymbol * aKey,
608 OSSharedPtr<const OSSymbol> const& aKey,
631 const OSString * aKey,
635 const OSString * aKey,
659 const char * aKey,
663 const char * aKey,
680 virtual void removeObject(const OSSymbol * aKey);
696 virtual void removeObject(const OSString * aKey);
712 virtual void removeObject(const char * aKey);
757 virtual OSObject * getObject(const OSSymbol * aKey) const;
[all …]
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp500 OSObject * obj = getProperty( aKey ); \
509 obj = entry->getProperty( aKey ); \
524 OSObject * obj = copyProperty( aKey ); \
605 return NULL != getProperty(aKey); in wrap2()
611 return NULL != getProperty(aKey); in propertyExists()
617 return NULL != getProperty(aKey); in propertyExists()
628 found = copyProperty(aKey); in propertyHasValue()
641 found = copyProperty(aKey); in propertyHasValue()
654 found = copyProperty(aKey); in propertyHasValue()
747 getPropertyTable()->removeObject( aKey ); in removeProperty()
[all …]
H A DIONVRAM.cpp703 skipKey(const OSSymbol *aKey) in skipKey() argument
708 aKey->isEqualTo(kIOBSDNameKey) || in skipKey()
709 aKey->isEqualTo(kIOBSDNamesKey) || in skipKey()
710 aKey->isEqualTo(kIOBSDMajorKey) || in skipKey()
711 aKey->isEqualTo(kIOBSDMinorKey) || in skipKey()
712 aKey->isEqualTo(kIOBSDUnitKey) || in skipKey()
716 aKey->isEqualTo(kIOBusyInterest); in skipKey()
1105 if (_provider && !skipKey(aKey)) { in copyProperty()
1741 if (skipKey(aKey)) { in copyProperty()
1757 keySymbol = OSSymbol::withCString(aKey); in copyProperty()
[all …]
H A DIOCPU.cpp447 IOCPU::getProperty(const OSSymbol *aKey) const in getProperty()
449 if (aKey == gIOCPUStateKey) { in getProperty()
454 return super::getProperty(aKey); in getProperty()
459 IOCPU::setProperty(const OSSymbol *aKey, OSObject *anObject) in setProperty() argument
461 if (aKey == gIOCPUStateKey) { in setProperty()
465 return super::setProperty(aKey, anObject); in setProperty()
H A DIOPMrootDomain.cpp10737 obj = IOService::copyProperty(aKey);
10743 if (!strncmp(aKey, kIOPMSleepWakeWdogRebootKey,
10752 if (!strncmp(aKey, kIOPMSleepWakeWdogLogsValidKey,
10766 if (!strcmp(aKey, "DesktopMode")) {
10773 if (!strcmp(aKey, "DisplayIdleForDemandSleep")) {
10781 if (!strcmp(aKey, kIOPMDriverWakeEventsKey)) {
10794 if (!strcmp(aKey, kIOPMSleepStatisticsAppsKey)) {
10807 if (!strcmp(aKey, kIOPMIdleSleepPreventersKey)) {
10813 if (!strcmp(aKey, kIOPMSystemSleepPreventersKey)) {
11927 IORootParent::copyProperty( const char * aKey) const
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h167 virtual OSPtr<OSObject> copyProperty( const char * aKey ) const APPLE_KEXT_OVERRIDE;
991 virtual OSPtr<OSObject> copyProperty( const char * aKey ) const APPLE_KEXT_OVERRIDE;