Searched refs:CommandSubmitResult (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserCommand.h77 CommandSubmitResult* outResult) = 0 ;
121 CommandSubmitResult* outResult) ;
137 CommandSubmitResult* outResult) ;
164 CommandSubmitResult* outResult);
180 virtual IOReturn submit( CommandSubmitParams* params, CommandSubmitResult* result ) ;
212 CommandSubmitResult* outResult);
H A DIOFWUserVectorCommand.cpp294 CommandSubmitResult result;
303 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
304 fResultOffset += sizeof(CommandSubmitResult);
339 CommandSubmitResult result;
348 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
349 fResultOffset += sizeof(CommandSubmitResult);
H A DIOFWUserCommand.cpp222 CommandSubmitResult* outResult)
487 CommandSubmitResult* outResult)
681 CommandSubmitResult* outResult)
825 IOFWUserCompareSwapCommand::submit ( CommandSubmitParams * params, CommandSubmitResult * outResult )
1044 CommandSubmitResult* outResult)
H A DIOFireWireUserClient.h453 CommandSubmitResult * outResult,
H A DIOFireWireUserClient.cpp1418 (CommandSubmitResult*)arguments->structureOutput,
3693 CommandSubmitResult * outResult,
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibVectorCommand.h52 CommandSubmitResult * mResultBuffer;
H A DIOFireWireLibCommand.cpp436 CommandSubmitResult* submitResult,
910 UInt8 submitResultExtra[ sizeof(CommandSubmitResult) + kFWUserCommandSubmitWithCopyMaxBufferBytes ] ;
911 CommandSubmitResult* submitResult = (CommandSubmitResult*) submitResultExtra ;
1022 UInt8 submitResultExtra[sizeof(CommandSubmitResult) + (syncFlag ? mParams->newBufferSize : 0)] ;
1024 CommandSubmitResult* submitResult = reinterpret_cast<CommandSubmitResult*>(submitResultExtra) ;
1151 CommandSubmitResult submitResult ;
1227 CommandSubmitResult submitResult ;
1370 CommandSubmitResult submitResul
[all...]
H A DIOFireWireLibVectorCommand.cpp213 mach_vm_size_t required_result_size = capacity * sizeof(CommandSubmitResult);
295 mResultBuffer = (CommandSubmitResult*)result_buffer;
H A DIOFireWireLibPriv.h324 struct CommandSubmitResult struct in namespace:IOFireWireLib
H A DIOFireWireLibCommand.h60 CommandSubmitResult* ioResult, mach_msg_type_number_t* ioResultSize ) ;

Completed in 183 milliseconds