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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.cpp319 localNodeChildIterator = getClientIterator();
339 magicMatchingNubChildIterator = matchingNub->getClientIterator();
H A DIOFireWireController.cpp1217 childIterator = getClientIterator();
1906 OSIterator * childIterator = getClientIterator();
1999 OSIterator * childIterator = getClientIterator();
3044 childIterator = getClientIterator();
3436 childIterator = getClientIterator();
3886 childIterator = getClientIterator();
3996 OSIterator * iterator = getClientIterator();
6801 childIterator = control->getClientIterator();
7128 childIterator = getClientIterator();
H A DIOFireWireDevice.cpp112 clientIterator = fPrimary->getClientIterator();
1627 clientIterator = getClientIterator();
H A DIOFireWireUserClient.cpp4014 OSIterator* clientIterator = getOwner ()->getClientIterator() ;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplayWrangler.cpp274 iter = fb->getClientIterator();
309 iter = fb->getClientIterator();
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp129 OSIterator *clients = controller->getClientIterator();
636 OSIterator *clients = target->getClientIterator();
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboard.cpp1031 OSIterator *itr = getClientIterator();
1228 OSIterator *itr = getClientIterator();
1275 OSIterator *itr = getClientIterator();
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp770 childIterator = getClientIterator();
828 childIterator = getClientIterator();
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp930 OSIterator * IOService::getClientIterator( void ) const function in class:IOService
1009 return( _IOOpenServiceIterator::iterator( getClientIterator(), 0, this ));
1960 iter = victim->getClientIterator();
2201 iter = victim->getClientIterator();
2234 iter = victim->getClientIterator();
2406 if (doPhase2 && (iter = victim->getClientIterator())) {
2837 iter = getClientIterator();
5038 iter = getClientIterator();
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h974 /*! @function getClientIterator
979 virtual OSIterator * getClientIterator( void ) const;

Completed in 321 milliseconds