Lines Matching refs:getProperty
335 if ((prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) { in init()
486 obj = getProperty( aKey ); \
496 IORegistryEntry::getProperty( type * aKey, \
500 OSObject * obj = getProperty( aKey ); \
509 obj = entry->getProperty( aKey ); \
605 return NULL != getProperty(aKey); in wrap2()
611 return NULL != getProperty(aKey); in propertyExists()
617 return NULL != getProperty(aKey); in propertyExists()
666 return NULL != getProperty(aKey, plane, options); in propertyExists()
674 return NULL != getProperty(aKey, plane, options); in propertyExists()
681 return NULL != getProperty(aKey, plane, options); in propertyExists()
732 IORegistryEntry::getProperty( const OSSymbol * aKey) const in getProperty() function in IORegistryEntry
826 IORegistryEntry::getProperty( const OSString * aKey) const in getProperty() function in IORegistryEntry
829 OSObject * obj = getProperty( tmpKey ); in getProperty()
836 IORegistryEntry::getProperty( const char * aKey) const in getProperty() function in IORegistryEntry
839 OSObject * obj = getProperty( tmpKey ); in getProperty()
1497 data = (OSData *) entry->getProperty( key ); in hasAlias()
1547 data = (OSData *) entry->getProperty( temp ); in dealiasPath()