Searched refs:reinit (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDelayCommand.cpp54 // reinit
58 IOReturn IOFWDelayCommand::reinit(UInt32 delay, FWBusCallback completion, void *refcon) function in class:IOFWDelayCommand
61 res = IOFWBusCommand::reinit(completion, refcon);
H A DIOFWSyncer.h47 virtual void reinit();
H A DIOFWSyncer.cpp57 reinit();
62 void IOFWSyncer::reinit() function in class:IOFWSyncer
H A DIOFWCommand.h252 virtual IOReturn reinit(FWBusCallback completion, void *refcon);
287 virtual IOReturn reinit(UInt32 uSecs, FWBusCallback completion, void *refcon);
354 virtual IOReturn reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem,
356 virtual IOReturn reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem,
463 virtual IOReturn reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem,
466 virtual IOReturn reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem,
516 virtual IOReturn reinit(FWAddress devAddress, UInt32 *quads, int numQuads,
520 virtual IOReturn reinit(UInt32 generation, FWAddress devAddress, UInt32 *quads, int numQuads,
574 virtual IOReturn reinit( FWAddress devAddress,
580 virtual IOReturn reinit( UInt3
[all...]
H A DIOFWReadCommand.cpp105 // reinit
109 IOReturn IOFWReadCommand::reinit(FWAddress devAddress, function in class:IOFWReadCommand
113 return IOFWAsyncCommand::reinit(devAddress,
117 IOReturn IOFWReadCommand::reinit(UInt32 generation, FWAddress devAddress, function in class:IOFWReadCommand
121 return IOFWAsyncCommand::reinit(generation, devAddress,
H A DIOFWWriteCommand.cpp186 // reinit
190 IOReturn IOFWWriteCommand::reinit( FWAddress devAddress, function in class:IOFWWriteCommand
196 return IOFWAsyncCommand::reinit( devAddress,
203 // reinit
207 IOReturn IOFWWriteCommand::reinit( UInt32 generation, function in class:IOFWWriteCommand
213 return IOFWAsyncCommand::reinit( generation,
H A DIOFWAsyncStreamCommand.cpp115 // reinit
119 IOReturn IOFWAsyncStreamCommand::reinit( function in class:IOFWAsyncStreamCommand
150 IOReturn IOFWAsyncStreamCommand::reinit( function in class:IOFWAsyncStreamCommand
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refcon );
H A DIOFWIsochChannel.cpp730 fReadCmd->reinit( generation, addr, oldIRM, 3 );
757 fLockCmd->reinit( generation, addr, &oldIRM[0], &newVal, 1 );
831 fLockCmd->reinit( generation, addr, oldPtr, &newVal, 1 );
1042 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1066 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1116 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1137 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1276 fReadCmd->reinit( generation, addr, &oldVal, 1 );
1290 fLockCmd->reinit( generation, addr, &oldVal, &newVal, 1 );
1339 fReadCmd->reinit( generatio
[all...]
H A DIOFWBusCommand.cpp57 // reinit
61 IOReturn IOFWBusCommand::reinit(FWBusCallback completion, void *refcon) function in class:IOFWBusCommand
H A DIOFWCompareAndSwapCommand.cpp275 // reinit
279 IOReturn IOFWCompareAndSwapCommand::reinit( FWAddress devAddress, function in class:IOFWCompareAndSwapCommand
289 status = IOFWAsyncCommand::reinit( devAddress, NULL, completion, refcon, failOnReset );
299 // reinit
303 IOReturn IOFWCompareAndSwapCommand::reinit( UInt32 generation, function in class:IOFWCompareAndSwapCommand
313 status = IOFWAsyncCommand::reinit( generation, devAddress, NULL, completion, refcon );
H A DIOFWReadQuadCommand.cpp207 // reinit
211 IOReturn IOFWReadQuadCommand::reinit(FWAddress devAddress, function in class:IOFWReadQuadCommand
216 res = IOFWAsyncCommand::reinit(devAddress,
226 // reinit
230 IOReturn IOFWReadQuadCommand::reinit(UInt32 generation, FWAddress devAddress, function in class:IOFWReadQuadCommand
234 res = IOFWAsyncCommand::reinit(generation, devAddress,
H A DIOFWWriteQuadCommand.cpp301 // reinit
305 IOReturn IOFWWriteQuadCommand::reinit( FWAddress devAddress, function in class:IOFWWriteQuadCommand
321 status = IOFWAsyncCommand::reinit( devAddress,
336 // reinit
340 IOReturn IOFWWriteQuadCommand::reinit( UInt32 generation, function in class:IOFWWriteQuadCommand
356 status = IOFWAsyncCommand::reinit( generation, devAddress, NULL, completion, refcon );
H A DIOFWUserCommand.cpp311 error = ((IOFWReadQuadCommand*)fCommand)->reinit( params->newGeneration, target_address, (UInt32*) params+1, params->newBufferSize, NULL, this ) ;
314 error = ((IOFWReadQuadCommand*)fCommand)->reinit( target_address, (UInt32*) params+1, params->newBufferSize, NULL, this, params->newFailOnReset) ;
318 error = ((IOFWReadQuadCommand*)fCommand)->reinit( target_address,
326 error = ((IOFWReadCommand*)fCommand)->reinit( target_address,
333 DebugLogCond ( error, "IOFWUserReadCommand::submit: fCommand->reinit error=%08x\n", error) ;
545 result = ((IOFWWriteQuadCommand*)fCommand)->reinit( target_address,
554 result = ((IOFWWriteCommand*)fCommand)->reinit( target_address,
561 DebugLogCond ( result, "IOFWUserWriteCommand::submit: fCommand->reinit result=%08x\n", result) ;
690 result = fPHYCommand->reinit( params->newGeneration,
697 DebugLogCond ( result, "IOFWUserPHYCommand::submit: fCommand->reinit resul
[all...]
H A DIOFWAsyncPHYCommand.cpp102 // reinit
106 IOReturn IOFWAsyncPHYCommand::reinit( function in class:IOFWAsyncPHYCommand
H A DIOFWAsyncCommand.cpp240 // reinit
244 IOReturn IOFWAsyncCommand::reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, function in class:IOFWAsyncCommand
279 // reinit
283 IOReturn IOFWAsyncCommand::reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, function in class:IOFWAsyncCommand
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOSyncer.h54 virtual void reinit()
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSyncer.cpp62 reinit();
67 void IOSyncer::reinit() function in class:IOSyncer
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp50 virtual IOReturn reinit(IOFireWireNub *device, UInt32 generation, const UInt8 * command, UInt32 cmdLen,
245 ((IOFWWriteCommand *)fWriteCmd)->reinit(addr, fMem, writeDone, this);
247 ((IOFWWriteQuadCommand *)fWriteCmd)->reinit(addr,(UInt32 *)fCommand, fCmdLen/4, writeDone, this);
367 IOReturn IOFireWireAVCCommand::reinit(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen, function in class:IOFireWireAVCCommand
370 FIRELOG_MSG(("IOFireWireAVCCommand::reinit (this=0x%08X)\n",this));
451 ((IOFWWriteCommand *)fWriteCmd)->reinit(fWriteGen, addr, fMem, writeDone, this);
453 ((IOFWWriteQuadCommand *)fWriteCmd)->reinit(fWriteGen, addr,
540 IOReturn IOFireWireAVCCommandInGen::reinit(IOFireWireNub *device, UInt32 generation, function in class:IOFireWireAVCCommandInGen
543 FIRELOG_MSG(("IOFireWireAVCCommandInGen::reinit (this=0x%08X)\n",this));
H A DIOFireWireAVCCommand.h69 virtual IOReturn reinit(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen,
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h94 @function reinit
95 reinit will re-initialize all the variables for this command object, good
99 IOReturn reinit(IOFireWireNub *device, UInt32 cmdLen, FWAddress devAddress,
241 @function reinit
242 reinit will re-initialize all the variables for this command object, good
246 virtual IOReturn reinit( UInt32 generation,
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfdisc.c187 /* save old readf, writef, and seekf to see if stream need reinit */
240 reg int reinit = 0; local
243 if(!reinit) \
246 reinit = 1; \
253 if(reinit)
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_reclaim.c144 goto reinit;
169 goto reinit;
208 reinit: if ((ret = __memp_dirty(mpf, &p,
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.c92 initialize_signals (reinit)
93 int reinit;
98 if (reinit == 0)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dbash.c317 goto reinit;
410 reinit:
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Login.cpp1130 fLoginRetryTimeoutCommand->reinit( fLoginRetryDelay, IOFireWireSBP2Login::loginRetryTimeoutStatic, this );
1397 fLoginWriteCommand->reinit( FWAddress(0x0000ffff, 0xf0000000 + (fManagementOffset << 2)),
1858 fFetchAgentResetCommand->reinit( fFetchAgentResetAddress,
1876 fFetchAgentWriteCommand->reinit( fFetchAgentAddress, // tis determined
1886 fDoorbellCommand->reinit( fDoorbellAddress,
1896 fUnsolicitedStatusEnableCommand->reinit( fUnsolicitedStatusEnableAddress,
2100 fReconnectTimeoutCommand->reinit( ((fManagementTimeout + 1000) * 1000),
2143 fReconnectWriteCommand->reinit( FWAddress(0x0000ffff, 0xf0000000 + (fManagementOffset << 2)),
2347 fFetchAgentWriteCommand->reinit( fFetchAgentAddress,
2540 fLogoutWriteCommand->reinit( FWAddres
[all...]

Completed in 166 milliseconds

12