Searched refs:failOnReset (Results 1 - 23 of 23) sorted by last modified time

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp5067 UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset)
5073 if(!cmd->initAll(this, generation, channel, sync, tag, hostMem,size,speed, completion, refcon, failOnReset)) {
5090 bool failOnReset )
5098 if( !cmd->initAll( this, generation, data1, data2, completion, refcon, failOnReset ) )
5065 createAsyncStreamCommand( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor *hostMem, UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset) argument
H A DIOFireWireUserClient.cpp1793 if ( (cmd = getOwner ()->createReadQuadCommand( params->addr, outVal, 1, NULL, NULL, params->failOnReset )) )
1838 if ( (cmd = getOwner ()->createReadCommand( params->addr, mem, NULL, NULL, params->failOnReset )) )
1880 cmd = getOwner ()->createWriteQuadCommand( params->addr, (UInt32*)&params->val, 1, NULL, NULL, params->failOnReset ) ;
1927 if ( (cmd = getOwner ()->createWriteCommand( params->addr, mem, NULL, NULL, params->failOnReset )) )
1973 params->size, NULL, NULL, params->failOnReset )) )
H A DIOFireWireController.h1030 bool failOnReset );
1072 UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset);
H A DIOFWCommand.h348 FWDeviceCallback completion, void *refcon, bool failOnReset);
355 FWDeviceCallback completion, void *refcon, bool failOnReset);
381 bool failOnReset() const function in class:IOFWAsyncCommand
458 FWDeviceCallback completion, void *refcon, bool failOnReset);
465 bool failOnReset=false);
509 FWDeviceCallback completion, void *refcon, bool failOnReset);
518 bool failOnReset=false);
564 bool failOnReset );
578 bool failOnReset = false );
652 bool failOnReset );
845 bool failOnReset() const function in class:IOFWAsyncStreamCommand
956 bool failOnReset() const function in class:IOFWAsyncPHYCommand
[all...]
H A DIOFWReadQuadCommand.cpp94 void *refcon, bool failOnReset)
99 NULL, completion, refcon, failOnReset);
213 void *refcon, bool failOnReset)
217 NULL, completion, refcon, failOnReset);
92 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 DIOFWAsyncCommand.cpp79 void *refcon, bool failOnReset)
115 fFailOnReset = failOnReset;
245 FWDeviceCallback completion, void *refcon, bool failOnReset)
271 fFailOnReset = failOnReset;
77 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 DIOFireWireBus.h354 UInt32 size, int speed,FWAsyncStreamCallback completion, void *refcon, bool failOnReset) = 0;
H A DIOFireWireNub.cpp373 bool failOnReset)
379 hostMem, completion, refcon, failOnReset)) {
393 bool failOnReset)
399 completion, refcon, failOnReset)) {
413 bool failOnReset)
420 completion, refcon, failOnReset))
437 bool failOnReset)
444 completion, refcon, failOnReset))
460 int size, FWDeviceCallback completion, void *refcon, bool failOnReset)
466 if(!cmd->initAll(this, devAddress, cmpVal, newVal, size, completion, refcon, failOnReset))
371 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...]
H A DIOFWAsyncStreamCommand.cpp74 bool failOnReset)
98 fFailOnReset = failOnReset;
160 bool failOnReset)
165 fFailOnReset = failOnReset;
63 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 DIOFWAsyncPHYCommand.cpp61 bool failOnReset )
80 fFailOnReset = failOnReset;
112 bool failOnReset )
126 fFailOnReset = failOnReset;
H A DIOFWWriteQuadCommand.cpp79 bool failOnReset )
96 failOnReset);
310 bool failOnReset )
325 failOnReset );
H A DIOFWReadCommand.cpp86 void *refcon, bool failOnReset)
89 hostMem, completion, refcon, failOnReset);
111 FWDeviceCallback completion, void *refcon, bool failOnReset)
114 hostMem, completion, refcon, failOnReset);
84 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 DIOFWWriteCommand.cpp73 bool failOnReset )
80 completion, refcon, failOnReset);
194 bool failOnReset )
200 failOnReset );
H A DIOFWCompareAndSwapCommand.cpp80 bool failOnReset )
89 failOnReset );
285 bool failOnReset )
289 status = IOFWAsyncCommand::reinit( devAddress, NULL, completion, refcon, failOnReset );
H A DIOFireWireNub.h203 bool failOnReset=false);
206 bool failOnReset=false);
210 bool failOnReset=false);
213 bool failOnReset=false);
219 bool failOnReset=false);
/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
95 fFailOnReset = failOnReset;
149 bool failOnReset, bool deferNotify)
167 fFailOnReset = failOnReset;
181 bool failOnReset, bool deferNotify, bool doQueue, FragmentType fragmentType)
184 return transmit(device, cmdLen, devAddress, completion, refcon, failOnReset, deferNotify, doQueue);
189 bool failOnReset, bool deferNotify, bool doQueue)
197 status = reinit(device, cmdLen+fHeaderSize, devAddress, completion, refcon, failOnReset, deferNotify);
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
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h919 @param failOnReset Pass true if the command should only be executed during the FireWire bus generation
924 if failOnReset is false. Must be a valid generation number when using 64-bit absolute addressing.
932 Boolean failOnReset,
945 @param failOnReset Pass true if the command should only be executed during the FireWire bus generation
949 if failOnReset is false. Must be a valid generation number when using 64-bit absolute addressing.
956 Boolean failOnReset,
969 @param failOnReset Pass true if the command should only be executed during the FireWire bus generation
973 if failOnReset is false. Must be a valid generation number when using 64-bit absolute addressing.
981 Boolean failOnReset,
994 @param failOnReset Pas
[all...]
H A DIOFireWireLibDevice.cpp580 Boolean failOnReset,
588 ReadParams params = { addr, (mach_vm_address_t)buf, *size, failOnReset, generation, device == 0 /*isAbs*/ } ;
598 // params.failOnReset = params.failOnReset;
623 Device::ReadQuadlet( io_object_t device, const FWAddress & addr, UInt32* val, Boolean failOnReset, argument
631 ReadQuadParams params = { addr, (mach_vm_address_t)val, 1, failOnReset, generation, device == 0 /*isAbs*/ } ;
641 // params.failOnReset = params.failOnReset; // byte
661 Boolean failOnReset,
669 WriteParams params = { addr, (mach_vm_address_t)buf, *size, failOnReset, generatio
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
H A DIOFireWireLibCommand.cpp845 UInt32 size, CommandCallback callback, bool failOnReset,
848 failOnReset, generation, refcon,
892 bool failOnReset,
896 ReadCmd* me = new ReadCmd( userclient, device, addr, buf, size, callback, failOnReset, generation, inRefCon ) ;
943 Boolean failOnReset,
947 failOnReset, generation, refcon,
960 CommandCallback callback, Boolean failOnReset, UInt32 generation, void* refcon)
962 ReadQuadCmd* me = new ReadQuadCmd(inUserClient, device, addr, quads, numQuads, callback, failOnReset, generation, refcon) ;
1095 CommandCallback callback, bool failOnReset, UInt32 generation, void* refcon )
1097 failOnReset, generatio
844 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 DIOFireWireLibCommand.h48 CommandCallback callback, const bool failOnReset, const UInt32 generation,
146 bool failOnReset,
159 bool failOnReset,
185 Boolean failOnReset,
205 Boolean failOnReset,
245 bool failOnReset,
256 bool failOnReset,
281 bool failOnReset,
290 bool failOnReset,
322 bool failOnReset,
[all...]
H A DIOFireWireLibDevice.h181 Boolean failOnReset = false,
187 Boolean failOnReset = false,
194 Boolean failOnReset = false,
200 Boolean failOnReset = false,
207 Boolean failOnReset = false,
216 Boolean failOnReset,
227 Boolean failOnReset,
237 Boolean failOnReset,
242 IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation,
245 UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset,
[all...]
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h91 UInt32 cmdLen,FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset);
100 FWDeviceCallback completion, void *refcon, bool failOnReset,
104 FWDeviceCallback completion, void *refcon, bool failOnReset,
108 FWDeviceCallback completion, void *refcon, bool failOnReset,

Completed in 182 milliseconds