• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:entry

408         IORegistryEntry * entry = (IORegistryEntry *) this; \
410 iter = IORegistryIterator::iterateOver( entry, plane, options ); \
413 while ( (0 == obj) && (entry = iter->getNextObject()) ) { \
414 obj = entry->getProperty( aKey ); \
432 IORegistryEntry * entry = (IORegistryEntry *) this; \
434 iter = IORegistryIterator::iterateOver( entry, plane, options ); \
437 while ( (0 == obj) && (entry = iter->getNextObject()) ) { \
438 obj = entry->copyProperty( aKey ); \
515 // If we are inserting a collection class and the current entry
847 const IORegistryEntry * entry;
879 entry = this;
880 parent = entry->getParentEntry( plane );
892 while( parent && (entry != root)) {
894 stack->setObject( (OSObject *) entry );
895 entry = parent;
896 parent = entry->getParentEntry( plane );
910 entry = (IORegistryEntry *) stack->getObject((unsigned int) index );
911 assert( entry );
913 if( (alias = entry->hasAlias( plane ))) {
923 ok = entry->getPathComponent( nextComp + 1, &compLen, plane );
1025 IORegistryEntry * entry = 0;
1040 (entry = (IORegistryEntry *) set->getObject(index));
1046 str = entry->getName( plane );
1059 if( (cmp = entry->matchPathLocation( cmp, plane )))
1062 if( entry)
1066 return( entry );
1072 IORegistryEntry * entry;
1080 entry = IORegistryEntry::fromPath( path, plane );
1081 if( entry) {
1084 entry->getPropertyTable() ))) {
1088 data = (OSData *) entry->getProperty( key );
1103 entry->release();
1113 IORegistryEntry * entry;
1133 entry = IORegistryEntry::fromPath( "/aliases", plane );
1134 if( entry) {
1135 data = (OSData *) entry->getProperty( temp );
1141 entry->release();
1361 IORegistryEntry * entry = 0;
1367 entry = (IORegistryEntry *) links->getObject( 0 );
1368 entry->retain();
1373 return( entry);
1378 IORegistryEntry * entry;
1380 entry = copyParentEntry( plane );
1381 if( entry)
1382 entry->release();
1384 return( entry );
1424 IORegistryEntry * entry = 0;
1430 entry = (IORegistryEntry *) links->getObject( 0 );
1431 entry->retain();
1436 return( entry);
1442 IORegistryEntry * entry;
1444 entry = copyChildEntry( plane );
1445 if( entry)
1446 entry->release();
1448 return( entry );