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

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h270 class PHYCmd: public Cmd class in namespace:IOFireWireLib
276 PHYCmd(
284 virtual ~PHYCmd() {}
295 inline static PHYCmd* GetThis( IOFireWireLibWriteCommandRef self ) { return IOFireWireIUnknown::InterfaceMap<PHYCmd>::GetThis(self); }
H A DIOFireWireLibCommand.cpp149 PHYCmd::Interface PHYCmd::sInterface =
157 &PHYCmd::S_SetDataQuads
1165 // PHYCmd methods
1169 PHYCmd::PHYCmd( Device& userclient, UInt32 data1, UInt32 data2, function in class:IOFireWireLib::PHYCmd
1184 PHYCmd::Alloc( Device& userclient, UInt32 data1, UInt32 data2,
1187 PHYCmd* me = new PHYCmd( userclient, data1, data2, callback, failOnReset, generation, refcon );
1196 PHYCmd
[all...]
H A DIOFireWireLibDevice.cpp1668 IUnknownVTbl** iUnknown = PHYCmd::Alloc( *this, data1, data2, callback, failOnReset, generation, inRefCon );

Completed in 107 milliseconds