Searched refs:kIODirectionOutIn (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp273 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE, kIODirectionOutIn);
H A DIOSharedDataQueue.cpp139 descriptor = IOMemoryDescriptor::withAddress(dataQueue, getQueueSize() + DATA_QUEUE_MEMORY_HEADER_SIZE + DATA_QUEUE_MEMORY_APPENDIX_SIZE, kIODirectionOutIn);
H A DIODMACommand.cpp852 if (kIODirectionOutIn == (kIODirectionOutIn & options))
H A DIOMemoryDescriptor.cpp526 if (kIODirectionOut != (kIODirectionOutIn & _flags)) prot |= VM_PROT_WRITE;
2764 if ((kIODirectionOutIn & forDirection) == kIODirectionNone)
2768 switch (kIODirectionOutIn & forDirection)
3348 if (kIODirectionOut == (kIODirectionOutIn & _flags))
3964 if (kIODirectionOutIn & options)
3966 kr = vm_map_wire(fAddressMap, start, end, (kIODirectionOutIn & options), FALSE);
H A DIOHibernateIO.cpp1437 vars->srcBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1439 vars->ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1442 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
2173 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
H A DIOPMrootDomain.cpp9000 inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryMapperNone,
9249 kIODirectionOutIn | kIOMemoryMapperNone, NULL);
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h55 kIODirectionOutIn = kIODirectionOut | kIODirectionIn, enumerator in enum:__anon611

Completed in 115 milliseconds