Lines Matching refs:setProperty
176 gRegistryRoot->setProperty( kIORegistryPlanesKey, gIORegistryPlanes ); in initialize()
759 IORegistryEntry::setProperty( const OSSymbol * aKey, OSObject * anObject) in setProperty() function in IORegistryEntry
863 IORegistryEntry::setProperty( const OSString * aKey, OSObject * anObject) in setProperty() function in IORegistryEntry
866 bool ret = setProperty( tmpKey, anObject ); in setProperty()
873 IORegistryEntry::setProperty( const char * aKey, OSObject * anObject) in setProperty() function in IORegistryEntry
876 bool ret = setProperty( tmpKey, anObject ); in setProperty()
883 IORegistryEntry::setProperty(const char * aKey, const char * aString) in setProperty() function in IORegistryEntry
890 ret = setProperty( tmpKey, aSymbol ); in setProperty()
899 IORegistryEntry::setProperty(const char * aKey, bool aBoolean) in setProperty() function in IORegistryEntry
906 ret = setProperty( tmpKey, aBooleanObj ); in setProperty()
915 IORegistryEntry::setProperty( const char * aKey, in setProperty() function in IORegistryEntry
924 ret = setProperty( tmpKey, anOffset ); in setProperty()
933 IORegistryEntry::setProperty( const char * aKey, in setProperty() function in IORegistryEntry
942 ret = setProperty( tmpKey, data ); in setProperty()