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

/xnu-2782.1.97/iokit/IOKit/
H A DIOTypes.h213 kIOMapReadOnly = 0x00001000, enumerator in enum:__anon658
/xnu-2782.1.97/osfmk/device/
H A Diokit_rpc.c486 prot = (options & kIOMapReadOnly)
548 prot = (options & kIOMapReadOnly)
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp740 if (!(kIOMapReadOnly & options)) prot |= VM_PROT_WRITE;
3344 if (!(kIOMapReadOnly & options))
3350 OSReportWithBacktrace("warning: creating writable mapping from IOMemoryDescriptor(kIODirectionOut) - use kIOMapReadOnly or change direction");
3923 if( (fOptions ^ _options) & kIOMapReadOnly)

Completed in 27 milliseconds