Searched refs:kIOMemoryPreparedReadOnly (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1464 options &= ~(kIOMemoryPreparedReadOnly);
1827 assert( !(kIOMemoryPreparedReadOnly & _flags) );
1829 if ( (kIOMemoryPreparedReadOnly & _flags) || offset >= _length) {
2783 if ((kIOMemoryPreparedReadOnly & _flags) && !(UPL_COPYOUT_FROM & uplFlags))
2971 if (UPL_COPYOUT_FROM & uplFlags) _flags |= kIOMemoryPreparedReadOnly;
3049 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;
3149 if (!(kIOMemoryPreparedReadOnly & _flags)) mapOptions |= kIODMAMapWriteAccess;
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h104 kIOMemoryPreparedReadOnly = 0x00008000, enumerator in enum:__anon612

Completed in 49 milliseconds