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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibConfigDirectory.h111 IOReturn GetIndexOffset(int index, FWAddress& value);
112 IOReturn GetIndexOffset(int index, UInt32& value);
H A DIOFireWireLibConfigDirectory.cpp399 ConfigDirectory::GetIndexOffset(int index, FWAddress& value) function in class:IOFireWireLib::ConfigDirectory
423 ConfigDirectory::GetIndexOffset(int index, UInt32& value) function in class:IOFireWireLib::ConfigDirectory
698 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexOffset(inIndex, *outValue) ;
707 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexOffset(inIndex, *outValue) ;

Completed in 221 milliseconds