Lines Matching defs:next

325     IORegistryEntry *		next;
348 (next = (IORegistryEntry *) all->getObject(index));
350 next->makeLink( this, kChildSetIndex, plane );
351 next->breakLink( old, kChildSetIndex, plane );
356 (next = (IORegistryEntry *) all->getObject(index));
358 next->makeLink( this, kParentSetIndex, plane );
359 next->breakLink( old, kParentSetIndex, plane );
1199 IORegistryEntry * next;
1253 next = where->getChildFromComponent( &path, plane );
1254 if( next)
1255 where = next;
1256 } while( next );
1498 IORegistryEntry * next;
1508 (next = (IORegistryEntry *) array->getObject( index ));
1510 (*applier)(next, context);
1521 IORegistryEntry * next;
1531 (next = (IORegistryEntry *) array->getObject( index ));
1533 (*applier)(next, context);
1780 IORegistryEntry * next;
1791 while( (next = (IORegistryEntry *) all->getLastObject())) {
1793 next->retain();
1794 all->removeObject(next);
1796 next->detachAbove( plane );
1797 next->release();
1809 const IORegistryEntry * next;
1814 next = this;
1815 while( (parents = next->getParentSetReference( plane ))) {
1822 next = (IORegistryEntry *) parents->getObject( 0 );
1895 IORegCursor * next;
1897 next = where;
1903 while( ok && next) {
1906 next = next->next;
1923 where->next = prev;
1947 where = gone->next;
1982 IORegistryEntry * next = 0;
1998 // next sibling - release current
2004 next = (IORegistryEntry *) where->iter->getNextObject();
2006 if( next)
2007 next->retain();
2012 where->current = next;
2016 return( next);
2021 IORegistryEntry * next;
2024 next = getNextObjectFlat();
2025 while( (0 == next) && exitEntry());
2027 if( next) {
2030 if( done->setObject((OSObject *) next)) {
2035 return( next);