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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h53 kIODirectionIn = 0x1, // User land 'read', same as VM_PROT_READ enumerator in enum:__anon601
55 kIODirectionOutIn = kIODirectionOut | kIODirectionIn,
56 kIODirectionInOut = kIODirectionIn | kIODirectionOut
493 @discussion This method copies data to the memory descriptor's memory at the given offset, from the caller's buffer. The memory descriptor MUST have the kIODirectionIn direcction bit set and be prepared. kIODirectionIn means that this memory descriptor will be input from an external device, so writeBytes is used to write memory into the descriptor for PIO drivers.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp72 || (((kWalkSyncIn & (op)) ? kIODirectionIn : kIODirectionOut) \
873 if (kIODirectionIn & options)
H A DIOUserClient.cpp2993 kIODirectionIn, current_task());
3075 kIODirectionIn, current_task());
H A DIOPMrootDomain.cpp7858 kIOMemoryKernelUserShared | kIODirectionIn | kIOMemoryMapperNone,
7867 pmTraceMemoryDescriptor->prepare(kIODirectionIn);
H A DIOMemoryDescriptor.cpp2090 case kIODirectionIn:

Completed in 60 milliseconds