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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.cpp314 if (fFlags & kFWAddressSpaceAutoWriteReply)
426 if ( !params->queueBuffer && ( !(fFlags & kFWAddressSpaceAutoWriteReply) || !(fFlags & kFWAddressSpaceAutoReadReply) ) )
497 if (params->flags & kFWAddressSpaceAutoWriteReply)
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1222 <li>kFWAddressSpaceAutoWriteReply -- Writes will be made automatically, directly modifying the contents
1446 <li>kFWAddressSpaceAutoWriteReply -- Writes will be made automatically, directly modifying the contents
1452 will only be notified of a write if kFWAddressSpaceAutoWriteReply is not set.</li>
1960 kFWAddressSpaceAutoWriteReply = (1 << 2) , enumerator in enum:__anon1582
H A DIOFireWireLibDevice.cpp1205 if ( !inBackingStore && ( (inFlags & kFWAddressSpaceAutoWriteReply != 0) || (inFlags & kFWAddressSpaceAutoReadReply != 0) || (inFlags & kFWAddressSpaceAutoCopyOnWrite != 0) ) )

Completed in 106 milliseconds