Home
last modified time | relevance | path

Searched refs:getFlags (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp372 md->getFlags(), (0 != (kIOMemoryRemote & md->getFlags()))); in IOMemoryRemoteTest()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h682 uint64_t getFlags(void);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1081 mdFlags = fMemory->getFlags(); in PrepareForDMA_Impl()
3776 if (iomd != NULL && (iomd->getFlags() & kIOMemoryThreadSafe) == 0) { in copyOutObjects()
H A DIOMemoryDescriptor.cpp2471 IOMemoryDescriptor::getFlags(void) in getFlags() function in IOMemoryDescriptor