Searched refs:CreateWriteCommand (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1065 /*! @function CreateWriteCommand
1082 IOFireWireLibCommandRef (*CreateWriteCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ; member in struct:IOFireWireDeviceInterface_t
H A DIOFireWireLibDevice.cpp918 Device::CreateWriteCommand( function in class:IOFireWireLib::Device
2282 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateWriteCommand( device, addr ? *addr : FWAddress(), buf, size, callback, failOnReset, generation, inRefCon, iid) ;
H A DIOFireWireLibDevice.h241 IOFireWireLibCommandRef CreateWriteCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size,

Completed in 200 milliseconds