Home
last modified time | relevance | path

Searched refs:getDirection (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp105 _descriptors[index]->complete(getDirection()); in clearMemoryDescriptors()
201 forDirection = getDirection(); in prepare()
240 forDirection = getDirection(); in complete()
H A DIOMultiMemoryDescriptor.cpp130 assert(descriptors[index]->getDirection() == in initWithDescriptors()
187 forDirection = getDirection(); in prepare()
222 forDirection = getDirection(); in complete()
H A DIOMemoryDescriptor.cpp2437 IOMemoryDescriptor::getDirection() const in getDirection() function in IOMemoryDescriptor
3073 data->fDirection = getDirection(); in dmaCommandOperation()
3587 data->fDirection = getDirection(); in dmaCommandOperation()
4096 forDirection = (IODirection) (forDirection | getDirection()); in wireVirtual()
5914 phys, length, getDirection() | kIOMemoryMapperNone, NULL); in makeMapping()
H A DIOUserServer.cpp728 if ((kIOMemoryMapReadOnly & options) || (kIODirectionOut == getDirection())) { in CreateMapping_Impl()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h651 virtual IODirection getDirection() const;