Searched refs:setCommandFunction (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.h102 virtual IOReturn setCommandFunction( UInt32 function );
H A DIOFireWireSBP2LibMgmtORB.cpp322 // setCommandFunction
329 return getThis(self)->setCommandFunction( function );
332 IOReturn IOFireWireSBP2LibMgmtORB::setCommandFunction( UInt32 function ) function in class:IOFireWireSBP2LibMgmtORB
352 FWLOG(( "IOFireWireSBP2LibMgmtORB : setCommandFunction = 0x%08x\n", (uint32_t)function ));
H A DIOFireWireSBP2Lib.h114 /*! @enum SBP2 setCommandFunction values
116 Passed to the setCommandFunction member function.
1038 set with setCommandFunction.
1046 @function setCommandFunction
1055 IOReturn (*setCommandFunction)( void * self, UInt32 function ); member in struct:__anon1671
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.h238 @function setCommandFunction
246 virtual IOReturn setCommandFunction( UInt32 function );
252 set with setCommandFunction.
H A DIOFireWireSBP2ManagementORB.cpp343 IOReturn IOFireWireSBP2ManagementORB::setCommandFunction( UInt32 function ) function in class:IOFireWireSBP2ManagementORB
H A DIOFireWireSBP2UserClient.cpp2258 status = orb->setCommandFunction( (UInt32)arguments->scalarInput[1] );
/macosx-10.10.1/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp2252 fLUNResetORB->setCommandFunction ( kFWSBP2LogicalUnitReset );

Completed in 193 milliseconds