Searched refs:GetGenerationAndNodeID (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp608 status = (*fFWUnit)->GetGenerationAndNodeID( fFWUnit, &firstGen, &remoteNodeID );
618 status = (*fFWUnit)->GetGenerationAndNodeID( fFWUnit, &secondGen, &remoteNodeID );
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1138 /*! @function GetGenerationAndNodeID
1146 IOReturn (*GetGenerationAndNodeID)( IOFireWireLibDeviceRef self, UInt32* outGeneration, UInt16* outNodeID) ; member in struct:IOFireWireDeviceInterface_t
H A DIOFireWireLibDevice.cpp1031 Device::GetGenerationAndNodeID( function in class:IOFireWireLib::Device
1292 result = GetGenerationAndNodeID( & generation, & nodeID ) ;
H A DIOFireWireLibDevice.h260 IOReturn GetGenerationAndNodeID(
652 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetGenerationAndNodeID(outGeneration, outNodeID); }

Completed in 431 milliseconds