• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/

Lines Matching refs:failOnReset

580 		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,
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, generation, device == 0 /*isAbs*/ } ;
679 // params.failOnReset = params.failOnReset; // byte
709 Boolean failOnReset,
717 WriteQuadParams params = { addr, val, failOnReset, generation, device == 0 } ;
726 // params.failOnReset = params.failOnReset; // byte
746 Boolean failOnReset,
761 params.failOnReset = failOnReset ;
774 // params.failOnReset = params.failOnReset; // byte
803 Boolean failOnReset,
827 params.failOnReset = failOnReset ;
840 // params.failOnReset = params.failOnReset; // byte
881 Boolean failOnReset,
888 IUnknownVTbl** iUnknown = ReadCmd::Alloc(*this, device, addr, buf, size, callback, failOnReset, generation, inRefCon) ;
905 Boolean failOnReset,
924 Boolean failOnReset,
931 IUnknownVTbl** iUnknown = WriteCmd::Alloc(*this, device, addr, buf, size, callback, failOnReset, generation, inRefCon) ;
949 Boolean failOnReset,
963 unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation,
968 IUnknownVTbl** iUnknown = CompareSwapCmd::Alloc( *this, device, addr, cmpVal, newVal, quads, callback, failOnReset, generation, inRefCon) ;
1661 Boolean failOnReset,
1668 IUnknownVTbl** iUnknown = PHYCmd::Alloc( *this, data1, data2, callback, failOnReset, generation, inRefCon );
1852 Boolean failOnReset,
1859 IUnknownVTbl** iUnknown = AsyncStreamCmd::Alloc( *this, channel, sync, tag, buf, size, callback, failOnReset, generation, inRefCon );
2167 UInt32* size, Boolean failOnReset, UInt32 generation)
2169 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->Read(device, *addr, buf, size, failOnReset, generation) ;
2174 UInt32* val, Boolean failOnReset, UInt32 generation)
2176 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->ReadQuadlet(device, *addr, val, failOnReset, generation);
2181 Boolean failOnReset, UInt32 generation)
2183 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->Write(device, *addr, buf, size, failOnReset, generation) ;
2188 Boolean failOnReset, UInt32 generation)
2190 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->WriteQuadlet(device, *addr, val, failOnReset, generation) ;
2194 DeviceCOM::SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation)
2196 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CompareSwap(device, *addr, cmpVal, newVal, failOnReset, generation) ;
2204 UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset,
2208 newVal, oldVal, size, failOnReset, generation ) ;
2216 UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon,
2220 addr ? *addr : FWAddress(), cmpVal, newVal, 2, callback, failOnReset, generation, inRefCon, iid) ;
2261 Boolean failOnReset,
2266 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateReadCommand(device, addr ? *addr : FWAddress(), buf, size, callback, failOnReset, generation, inRefCon, iid) ;
2272 Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid)
2274 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateReadQuadletCommand(device, addr ? *addr : FWAddress(), val, numQuads, callback, failOnReset, generation, inRefCon, iid) ;
2280 Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid)
2282 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateWriteCommand( device, addr ? *addr : FWAddress(), buf, size, callback, failOnReset, generation, inRefCon, iid) ;
2288 Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid)
2290 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateWriteQuadletCommand(device, addr ? *addr : FWAddress(), quads, numQuads, callback, failOnReset, generation, inRefCon, iid) ;
2295 IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid)
2298 addr ? *addr : FWAddress(), cmpVal, newVal, 1, callback, failOnReset, generation, inRefCon, iid) ;
2670 Boolean failOnReset,
2675 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreatePHYCommand( data1, data2, callback, failOnReset, generation, inRefCon, iid );
2762 Boolean failOnReset,
2773 failOnReset,