Searched refs:kFWCommandInterfaceSyncExecute (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserCommand.cpp225 Boolean syncFlag = ( params->flags & kFWCommandInterfaceSyncExecute ) != 0 ;
490 Boolean syncFlag = (params->flags & kFWCommandInterfaceSyncExecute) != 0;
684 Boolean syncFlag = (params->flags & kFWCommandInterfaceSyncExecute) != 0;
837 Boolean syncFlag = ( params->flags & kFWCommandInterfaceSyncExecute ) != 0 ;
1047 Boolean syncFlag = (params->flags & kFWCommandInterfaceSyncExecute) != 0;
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.cpp288 mParams->flags |= kFWCommandInterfaceSyncExecute ;
290 mParams->flags &= ~kFWCommandInterfaceSyncExecute ;
309 if( (mParams->flags & kFWCommandInterfaceSyncExecute) ||
514 if (mParams->flags & kFWCommandInterfaceSyncExecute)
921 if ((mParams->flags & kFWCommandInterfaceSyncExecute) &&
1021 Boolean syncFlag = mParams->flags & kFWCommandInterfaceSyncExecute ;
1532 if( mParams->flags & kFWCommandInterfaceSyncExecute )
H A DIOFireWireLib.h2318 kFWCommandInterfaceSyncExecute = (1 << 2), enumerator in enum:__anon1583
3102 <li>kFWCommandInterfaceSyncExecute -- Setting this flag causes the command object \
3662 <li>kFWCommandInterfaceSyncExecute -- Setting this flag causes the command object

Completed in 119 milliseconds