Searched refs:kIODirectionOut (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp272 kIODirectionOut | kIOMemoryMapperNone, NULL);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h54 kIODirectionOut = 0x2, // User land 'write', same as VM_PROT_WRITE enumerator in enum:__anon601
55 kIODirectionOutIn = kIODirectionOut | kIODirectionIn,
56 kIODirectionInOut = kIODirectionIn | kIODirectionOut
482 @discussion This method copies data from the memory descriptor's memory at the given offset, to the caller's buffer. The memory descriptor MUST have the kIODirectionOut direcction bit set and be prepared. kIODirectionOut means that this memory descriptor will be output to an external device, so readBytes is used to get memory into a local buffer for a PIO transfer to the device.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp72 || (((kWalkSyncIn & (op)) ? kIODirectionIn : kIODirectionOut) \
875 else if (kIODirectionOut & options)
H A DIOUserClient.cpp2889 kIODirectionOut, current_task());
2981 kIODirectionOut, current_task());
3063 kIODirectionOut, current_task());
H A DIOMemoryDescriptor.cpp468 if (kIODirectionOut != (kIODirectionOutIn & _flags))
2084 case kIODirectionOut:

Completed in 45 milliseconds