Searched defs:devAddress (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWReadCommand.cpp84 bool IOFWReadCommand::initAll(IOFireWireNub *device, FWAddress devAddress, argument
109 IOReturn IOFWReadCommand::reinit(FWAddress devAddress, argument
117 IOReturn IOFWReadCommand::reinit(UInt32 generation, FWAddress devAddress, argument
96 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
H A DIOFWReadQuadCommand.cpp92 bool IOFWReadQuadCommand::initAll(IOFireWireNub *device, FWAddress devAddress, argument
211 IOReturn IOFWReadQuadCommand::reinit(FWAddress devAddress, argument
230 IOReturn IOFWReadQuadCommand::reinit(UInt32 generation, FWAddress devAddress, argument
118 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, UInt32 *quads, int numQuads, FWDeviceCallback completion, void *refcon) argument
H A DIOFWWriteCommand.cpp190 IOReturn IOFWWriteCommand::reinit( FWAddress devAddress, argument
68 initAll( IOFireWireNub * device, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
96 initAll( IOFireWireController * control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon ) argument
207 reinit( UInt32 generation, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon ) argument
H A DIOFWWriteQuadCommand.cpp305 IOReturn IOFWWriteQuadCommand::reinit( FWAddress devAddress, argument
73 initAll( IOFireWireNub * device, FWAddress devAddress, UInt32 * quads, int numQuads, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
124 initAll( IOFireWireController * control, UInt32 generation, FWAddress devAddress, UInt32 * quads, int numQuads, FWDeviceCallback completion, void * refcon ) argument
340 reinit( UInt32 generation, FWAddress devAddress, UInt32 * quads, int numQuads, FWDeviceCallback completion, void * refcon ) argument
H A DIOFWCompareAndSwapCommand.cpp279 IOReturn IOFWCompareAndSwapCommand::reinit( FWAddress devAddress, argument
73 initAll( IOFireWireNub * device, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
115 initAll( IOFireWireController * control, UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) argument
303 reinit( UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) argument
H A DIOFWAsyncCommand.cpp77 bool IOFWAsyncCommand::initAll(IOFireWireNub *device, FWAddress devAddress, argument
244 IOReturn IOFWAsyncCommand::reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, argument
128 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
283 reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
[all...]
H A DIOFireWireNub.cpp371 IOFWReadCommand *IOFireWireNub::createReadCommand(FWAddress devAddress, IOMemoryDescriptor *hostMem, argument
391 IOFWReadQuadCommand *IOFireWireNub::createReadQuadCommand(FWAddress devAddress, UInt32 *quads, int numQuads, argument
411 IOFWWriteCommand *IOFireWireNub::createWriteCommand(FWAddress devAddress, IOMemoryDescriptor *hostMem, argument
434 IOFWWriteQuadCommand *IOFireWireNub::createWriteQuadCommand(FWAddress devAddress, argument
459 IOFireWireNub::createCompareAndSwapCommand(FWAddress devAddress, const UInt32 *cmpVal, const UInt32 *newVal, argument
[all...]
H A DIOFireWireUserClient.cpp3754 createReadCommand( UInt32 generation, FWAddress devAddress, IOMemoryDescriptor* hostMem, FWDeviceCallback completion, void* refcon ) const argument
3772 createReadQuadCommand( UInt32 generation, FWAddress devAddress, UInt32 * quads, int numQuads, FWDeviceCallback completion, void * refcon ) const argument
3791 createWriteCommand( UInt32 generation, FWAddress devAddress, IOMemoryDescriptor* hostMem, FWDeviceCallback completion, void* refcon ) const argument
3809 createWriteQuadCommand( UInt32 generation, FWAddress devAddress, UInt32 * quads, int numQuads, FWDeviceCallback completion, void * refcon ) const argument
3829 createCompareAndSwapCommand( UInt32 generation, FWAddress devAddress, const UInt32 * cmpVal, const UInt32 * newVal, int size, FWDeviceCallback completion, void * refcon ) const argument
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp51 bool IOFWIPAsyncWriteCommand::initAll(IOFireWireIP *networkObject, IOFWIPBusInterface *fwIPBusIfObject, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
147 reinit(IOFireWireNub *device, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset, bool deferNotify) argument
179 transmit(IOFireWireNub *device, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset, bool deferNotify, bool doQueue, FragmentType fragmentType) argument
187 transmit(IOFireWireNub *device, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset, bool deferNotify, bool doQueue) argument
[all...]

Completed in 89 milliseconds