Searched refs:getClientIterator (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp811 OSIterator * IOService::getClientIterator( void ) const function in class:IOService
890 return( _IOOpenServiceIterator::iterator( getClientIterator(), 0, this ));
1783 iter = victim->getClientIterator();
2002 iter = victim->getClientIterator();
2034 iter = victim->getClientIterator();
2536 iter = getClientIterator();
4716 iter = getClientIterator();
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h917 /*! @function getClientIterator
922 virtual OSIterator * getClientIterator( void ) const;

Completed in 36 milliseconds