Searched defs:failOnReset (Results 1 - 11 of 11) sorted by path

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncCommand.cpp77 initAll(IOFireWireNub *device, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
244 reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
H A DIOFWAsyncStreamCommand.cpp63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
H A DIOFWCommand.h381 bool failOnReset() const function in class:IOFWAsyncCommand
845 bool failOnReset() const function in class:IOFWAsyncStreamCommand
956 bool failOnReset() const function in class:IOFWAsyncPHYCommand
[all...]
H A DIOFWReadCommand.cpp84 initAll(IOFireWireNub *device, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
109 reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
H A DIOFWReadQuadCommand.cpp92 initAll(IOFireWireNub *device, FWAddress devAddress, UInt32 *quads, int numQuads, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
211 reinit(FWAddress devAddress, UInt32 *quads, int numQuads, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
H A DIOFireWireController.cpp5065 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset) argument
H A DIOFireWireNub.cpp371 createReadCommand(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
391 createReadQuadCommand(FWAddress devAddress, UInt32 *quads, int numQuads, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
411 createWriteCommand(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
434 createWriteQuadCommand(FWAddress devAddress, UInt32 *quads, int numQuads, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
459 createCompareAndSwapCommand(FWAddress devAddress, const UInt32 *cmpVal, const UInt32 *newVal, int size, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp844 ReadCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
885 Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* inRefCon) argument
937 ReadQuadCmd( Device& userclient, io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon) argument
959 Alloc( Device& inUserClient, io_object_t device, const FWAddress& addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon) argument
1094 WriteCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1107 Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1169 PHYCmd( Device& userclient, UInt32 data1, UInt32 data2, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1184 Alloc( Device& userclient, UInt32 data1, UInt32 data2, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1252 WriteQuadCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1298 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1391 CompareSwapCmd( Device& userclient, io_object_t device, const FWAddress& addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon ) argument
1425 Alloc( Device& userclient, io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon) argument
1714 AsyncStreamCmd(Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon ) argument
1729 Alloc( Device& userclient, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, CommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon) argument
[all...]
H A DIOFireWireLibDevice.cpp623 Device::ReadQuadlet( io_object_t device, const FWAddress & addr, UInt32* val, Boolean failOnReset, argument
575 Read( io_object_t device, const FWAddress & addr, void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
656 Write( io_object_t device, const FWAddress & addr, const void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
705 WriteQuadlet( io_object_t device, const FWAddress & addr, const UInt32 val, Boolean failOnReset, UInt32 generation) argument
741 CompareSwap( io_object_t device, const FWAddress & addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
796 CompareSwap64( io_object_t device, const FWAddress & addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
875 CreateReadCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
899 CreateReadQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
918 CreateWriteCommand( io_object_t device, const FWAddress & addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
943 CreateWriteQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
962 CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
1657 CreatePHYCommand( UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
1846 CreateAsyncStreamCommand( UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2166 SRead(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2173 SReadQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32* val, Boolean failOnReset, UInt32 generation) argument
2180 SWrite(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, const void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2187 SWriteQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, const UInt32 val, Boolean failOnReset, UInt32 generation) argument
2194 SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
2203 SCompareSwap64( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
2215 SCreateCompareSwapCommand64(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2255 SCreateReadCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2270 SCreateReadQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 val[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2278 SCreateWriteCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2286 SCreateWriteQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 quads[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2665 S_CreatePHYCommand( IOFireWireLibDeviceRef self, UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
H A DIOFireWireLibPriv.h273 Boolean failOnReset ; member in struct:IOFireWireLib::WriteQuadParams
283 Boolean failOnReset ; member in struct:IOFireWireLib::__anon1771
294 Boolean failOnReset ; member in struct:IOFireWireLib::CompareSwapParams
/macosx-10.9.5/IOFireWireIP-226.4/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

Completed in 358 milliseconds