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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp237 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE, kIODirectionOutIn);
H A DIOSharedDataQueue.cpp110 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE + DATA_QUEUE_MEMORY_APPENDIX_SIZE, kIODirectionOutIn);
H A DIOHibernateIO.cpp1179 vars->srcBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1181 vars->ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1184 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1894 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
H A DIODMACommand.cpp852 if (kIODirectionOutIn == (kIODirectionOutIn & options))
H A DIOMemoryDescriptor.cpp468 if (kIODirectionOut != (kIODirectionOutIn & _flags))
2082 switch (kIODirectionOutIn & forDirection)
3610 if (kIODirectionOutIn & options)
3612 kr = vm_map_wire(fAddressMap, start, end, (kIODirectionOutIn & options), FALSE);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp186 buffer = IOBufferMemoryDescriptor::withCapacity(page_size, kIODirectionOutIn, true);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h55 kIODirectionOutIn = kIODirectionOut | kIODirectionIn, enumerator in enum:__anon601

Completed in 25 milliseconds