Searched refs:kIODirectionNone (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h80 virtual void clearMemoryDescriptors( IODirection direction = kIODirectionNone );
108 @param forDirection The direction of the I/O to be performed, or kIODirectionNone for the direction specified by the memory descriptor.
111 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
116 @param forDirection The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.
119 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
H A DIOMultiMemoryDescriptor.h96 @param forDirection The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.
99 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
104 @param forDirection The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.
107 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
H A DIOSubMemoryDescriptor.h84 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
86 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
H A DIOMemoryDescriptor.h52 kIODirectionNone = 0x0, // same as VM_PROT_NONE enumerator in enum:__anon601
522 @param forDirection The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.
525 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) = 0;
530 @param forDirection DEPRECATED The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.
533 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) = 0;
963 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone);
965 virtual IOReturn complete(IODirection forDirection = kIODirectionNone);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceMemory.cpp39 start, length, kIODirectionNone | kIOMemoryMapperNone, NULL ));
49 of, offset, length, kIODirectionNone ));
H A DIOInterleavedMemoryDescriptor.cpp111 if ( direction != kIODirectionNone )
190 if ( forDirection == kIODirectionNone )
228 if ( forDirection == kIODirectionNone )
H A DIOMultiMemoryDescriptor.cpp164 if ( forDirection == kIODirectionNone )
200 if ( forDirection == kIODirectionNone )
H A DIODMACommand.cpp70 ((kIODirectionNone == (direction)) \
H A DIOMemoryDescriptor.cpp2078 if (forDirection == kIODirectionNone)

Completed in 73 milliseconds