Searched refs:GetNextDeviceInList (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.h213 @function GetNextDeviceInList
218 IOSCSIParallelInterfaceDevice * GetNextDeviceInList ( void );
H A DIOSCSIParallelInterfaceController.cpp1931 device = device->GetNextDeviceInList ( );
1985 while ( currentDevice->GetNextDeviceInList ( ) != NULL )
1987 currentDevice = currentDevice->GetNextDeviceInList ( );
2019 nextDevice = victimDevice->GetNextDeviceInList ( );
H A DIOSCSIParallelInterfaceDevice.cpp650 // GetNextDeviceInList - Retrieves next device in linked list. [PUBLIC]
654 IOSCSIParallelInterfaceDevice::GetNextDeviceInList ( void ) function in class:IOSCSIParallelInterfaceDevice

Completed in 115 milliseconds