Lines Matching refs:anObject
759 IORegistryEntry::setProperty( const OSSymbol * aKey, OSObject * anObject) in setProperty() argument
766 OSCollection *coll = OSDynamicCast(OSCollection, anObject); in setProperty()
774 ret = getPropertyTable()->setObject( aKey, anObject ); in setProperty()
778 if (anObject && strcmp(kIOKitDiagnosticsKey, aKey->getCStringNoCopy()) != 0) { in setProperty()
779 if (ScanForAddrInObject(anObject, 0)) { in setProperty()
863 IORegistryEntry::setProperty( const OSString * aKey, OSObject * anObject) in setProperty() argument
866 bool ret = setProperty( tmpKey, anObject ); in setProperty()
873 IORegistryEntry::setProperty( const char * aKey, OSObject * anObject) in setProperty() argument
876 bool ret = setProperty( tmpKey, anObject ); in setProperty()
953 IORegistryEntry::setIndexedProperty(uint32_t index, OSObject * anObject) in setIndexedProperty() argument
980 if (anObject) { in setIndexedProperty()
981 anObject->retain(); in setIndexedProperty()
983 array[index] = anObject; in setIndexedProperty()