Lines Matching refs:OSSymbol

75 const OSSymbol *        gIONameKey;
76 const OSSymbol * gIOLocationKey;
77 const OSSymbol * gIORegistryEntryIDKey;
78 const OSSymbol * gIORegistryEntryPropertyKeysKey;
79 const OSSymbol * gIORegistryEntryAllowableSetPropertiesKey;
80 const OSSymbol * gIORegistryEntryDefaultLockingSetPropertiesKey;
100 const OSSymbol * nameKey;
101 const OSSymbol * keys[kNumSetIndex];
102 const OSSymbol * pathNameKey;
103 const OSSymbol * pathLocationKey;
166 gIONameKey = OSSymbol::withCStringNoCopy( "IOName" ); in initialize()
167 gIOLocationKey = OSSymbol::withCStringNoCopy( "IOLocation" ); in initialize()
168 gIORegistryEntryIDKey = OSSymbol::withCStringNoCopy( kIORegistryEntryIDKey ); in initialize()
169 gIORegistryEntryPropertyKeysKey = OSSymbol::withCStringNoCopy( kIORegistryEntryPropertyKeysKey ); in initialize()
170 …gIORegistryEntryAllowableSetPropertiesKey = OSSymbol::withCStringNoCopy( kIORegistryEntryAllowable… in initialize()
171 …gIORegistryEntryDefaultLockingSetPropertiesKey = OSSymbol::withCStringNoCopy( kIORegistryEntryDefa… in initialize()
204 const OSSymbol * nameKey; in makePlane()
205 const OSSymbol * parentKey; in makePlane()
206 const OSSymbol * childKey; in makePlane()
207 const OSSymbol * pathNameKey; in makePlane()
208 const OSSymbol * pathLocationKey; in makePlane()
215 nameKey = OSSymbol::withCString( key); in makePlane()
218 parentKey = OSSymbol::withCString( key); in makePlane()
221 childKey = OSSymbol::withCString( key); in makePlane()
224 pathNameKey = OSSymbol::withCString( key); in makePlane()
227 pathLocationKey = OSSymbol::withCString( key); in makePlane()
336 OSSymbol * sym = (OSSymbol *)OSSymbol::withString( prop); in init()
589 wrap2(const OSSymbol, const) // copyProperty() definition in wrap2() argument
593 wrap4(const OSSymbol, const) // getProperty() w/plane definition in wrap2()
597 wrap5(const OSSymbol, const) // copyProperty() w/plane definition in wrap2()
603 IORegistryEntry::propertyExists(const OSSymbol * aKey) in wrap2()
622 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue()
662 IORegistryEntry::propertyExists(const OSSymbol * aKey, in propertyExists()
686 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue()
732 IORegistryEntry::getProperty( const OSSymbol * aKey) const in getProperty()
744 IORegistryEntry::removeProperty( const OSSymbol * aKey) in removeProperty()
759 IORegistryEntry::setProperty( const OSSymbol * aKey, OSObject * anObject) in setProperty()
828 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in getProperty()
838 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in getProperty()
849 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in removeProperty()
857 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in removeProperty()
865 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in setProperty()
875 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in setProperty()
886 OSSymbol * aSymbol = (OSSymbol *) OSSymbol::withCString( aString ); in setProperty()
889 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in setProperty()
905 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in setProperty()
923 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in setProperty()
941 const OSSymbol * tmpKey = OSSymbol::withCString( aKey ); in setProperty()
1010 OSSymbol * sym = NULL; in getName()
1014 sym = (OSSymbol *) registryTable()->getObject( plane->pathNameKey ); in getName()
1017 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in getName()
1028 const OSSymbol *
1032 OSSymbol * sym = NULL; in copyName()
1036 sym = (OSSymbol *) registryTable()->getObject( plane->pathNameKey ); in copyName()
1039 sym = (OSSymbol *) registryTable()->getObject( gIONameKey ); in copyName()
1049 return OSSymbol::withCString((getMetaClass())->getClassName()); in copyName()
1053 const OSSymbol *
1057 OSSymbol * sym = NULL; in copyLocation()
1061 sym = (OSSymbol *) registryTable()->getObject( plane->pathLocationKey ); in copyLocation()
1064 sym = (OSSymbol *) registryTable()->getObject( gIOLocationKey ); in copyLocation()
1077 const OSSymbol * sym = copyLocation( plane ); in getLocation()
1089 IORegistryEntry::setName( const OSSymbol * name, in setName()
1092 const OSSymbol * key; in setName()
1123 OSSymbol * sym = (OSSymbol *)OSSymbol::withCString( name ); in setName()
1134 const OSSymbol * sym = OSSymbol::withString( name ); in setName()
1142 IORegistryEntry::setLocation( const OSSymbol * location, in setLocation()
1145 const OSSymbol * key; in setLocation()
1164 OSSymbol * sym = (OSSymbol *)OSSymbol::withCString( location ); in setLocation()
1175 const OSSymbol * sym = copyName(); in compareName()
1247 const OSSymbol * alias; in getPath()
1479 const OSSymbol *
1485 const OSSymbol * key; in hasAlias()
1486 const OSSymbol * bestKey = NULL; in hasAlias()
1496 while ((key = (OSSymbol *) iter->getNextObject())) { in hasAlias()
2043 const OSSymbol *key; in inPlane()
2045 while ((key = (OSSymbol *) iter->getNextObject())) { in inPlane()
2122 const OSSymbol *key; in attachToParent()
2124 while ((key = (OSSymbol *) iter->getNextObject())) { in attachToParent()