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

/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.h194 static IOReturn connectToRemotePlug( void * self );
H A DIOFireWireAVCLib.h713 IOReturn (*connectToRemotePlug)( void * self ); member in struct:__anon1492
H A DIOFireWireAVCLibConsumer.cpp145 &IOFireWireAVCLibConsumer::connectToRemotePlug,
680 // connectToRemotePlug
684 IOReturn IOFireWireAVCLibConsumer::connectToRemotePlug( void * self ) function in class:IOFireWireAVCLibConsumer
691 FWLOG(( "IOFireWireAVCLibConsumer::connectToRemotePlug\n" ));
710 FWLOG(( "IOFireWireAVCLibConsumer::connectToRemotePlug attempt to connect to device...\n" ));
717 FWLOG(( "IOFireWireLibAVCConsumer::connectToRemotePlug connect to device failed with status = 0x%08lx\n", (UInt32)status ));
722 FWLOG(( "IOFireWireLibAVCConsumer::connectToRemotePlug retrying connect to device...\n" ));
729 FWLOG(( "IOFireWireLibAVCConsumer::connectToRemotePlug return status = 0x%08lx\n", (UInt32)status ));

Completed in 69 milliseconds