Searched refs:withDirection (Results 1 - 14 of 14) sorted by path

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.h45 virtual bool initWithAddress(void *address, IOByteCount withLength, IODirection withDirection) { return false; } argument
46 virtual bool initWithAddress(vm_address_t address, IOByteCount withLength, IODirection withDirection, task_t withTask) argument
48 virtual bool initWithPhysicalAddress(IOPhysicalAddress address, IOByteCount withLength, IODirection withDirection) argument
50 virtual bool initWithRanges(IOVirtualRange *ranges, UInt32 withCount, IODirection withDirection, task_t withTask, argument
52 virtual bool initWithPhysicalRanges(IOPhysicalRange *ranges, UInt32 withCount, IODirection withDirection, argument
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp515 IODirection /* withDirection */ )
523 IODirection /* withDirection */ ,
532 IODirection /* withDirection */ )
541 IODirection /* withDirection */ ,
550 IODirection withDirection,
556 return IOGeneralMemoryDescriptor::initWithRanges( ranges, withCount, withDirection, withTask, asReference );
547 initWithRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection withDirection, task_t withTask, bool asReference ) argument
H A DIOFireWireSBP2LSIWorkaroundDescriptor.h153 IODirection withDirection );
157 IODirection withDirection,
163 IODirection withDirection );
168 IODirection withDirection,
173 IODirection withDirection,
H A DIOFireWireSBP2ORB.cpp1098 IODirection withDirection,
1129 memory = IOMemoryDescriptor::withAddressRanges( address_ranges, withCount, withDirection, withTask );
1142 status = memory->prepare( withDirection );
1164 IODirection withDirection,
1174 memory = IOMemoryDescriptor::withAddressRanges( ranges, withCount, withDirection, withTask );
1181 status = memory->prepare( withDirection );
1096 setCommandBuffersAsRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection withDirection, task_t withTask, UInt32 offset, UInt32 length ) argument
1162 setCommandBuffersAsRanges64( IOAddressRange * ranges, uint64_t withCount, IODirection withDirection, task_t withTask, uint64_t offset, uint64_t length ) argument
H A DIOFireWireSBP2ORB.h272 @param withDirection An IODirection indicating the direction of data transfer.
281 IODirection withDirection,
507 @param withDirection An IODirection indicating the direction of data transfer.
516 IODirection withDirection,
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2Lib.h590 @param withDirection An IODirection indicating the direction of data transfer.
597 UInt32 withDirection, UInt32 offset,
635 @param withDirection An IODirection indicating the direction of data transfer.
642 UInt32 withDirection, UInt32 offset,
H A DIOFireWireSBP2LibORB.cpp413 UInt32 withDirection,
416 return getThis(self)->setCommandBuffersAsRanges( ranges, withCount, withDirection,
421 UInt32 withCount, UInt32 withDirection,
478 params[3] = withDirection;
565 UInt32 withDirection, UInt32 offset, UInt32 length )
567 return getThis( self )->LSIWorkaroundSetCommandBuffersAsRanges( ranges, withCount, withDirection,
573 UInt32 withDirection, UInt32 offset, UInt32 length )
627 params[3] = withDirection;
411 staticSetCommandBuffersAsRanges( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
420 setCommandBuffersAsRanges( FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
563 staticLSIWorkaroundSetCommandBuffersAsRanges( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
571 LSIWorkaroundSetCommandBuffersAsRanges( FWSBP2VirtualRange * ranges, UInt32 withCount, UInt32 withDirection, UInt32 offset, UInt32 length ) argument
H A DIOFireWireSBP2LibORB.h113 UInt32 withCount, UInt32 withDirection,
116 UInt32 withDirection, UInt32 offset,
127 UInt32 withDirection, UInt32 offset, UInt32 length );
130 UInt32 withDirection, UInt32 offset, UInt32 length );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h199 IODirection withDirection,
204 IODirection withDirection,
217 IODirection withDirection,
H A DIOMemoryDescriptor.h364 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
369 IODirection withDirection);
374 IODirection withDirection,
383 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
389 IODirection withDirection );
394 IODirection withDirection,
466 IODirection withDirection,
474 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use IOSubMemoryDescriptor::withSubRange() and kIOMemoryThreadSafe instead */
490 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use initWithOptions() instead */
493 IODirection withDirection,
[all...]
H A DIOMultiMemoryDescriptor.h57 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
64 IODirection withDirection,
72 @param withDirection An I/O direction to be associated with the descriptor, which may affect the operation of the prepare and complete methods on some architectures.
79 IODirection withDirection,
H A DIOSubMemoryDescriptor.h74 IODirection withDirection );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1239 IODirection withDirection)
1244 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true);
1250 IODirection withDirection,
1256 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
1263 IODirection withDirection )
1268 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true);
1237 initWithAddress(void * address, IOByteCount withLength, IODirection withDirection) argument
1248 initWithAddress(IOVirtualAddress address, IOByteCount withLength, IODirection withDirection, task_t withTask) argument
H A DIOMultiMemoryDescriptor.cpp38 IODirection withDirection,
54 /* withDirection */ withDirection,
67 IODirection withDirection,
98 _flags = withDirection;
126 (withDirection & kIOMemoryDirectionMask));
35 withDescriptors( IOMemoryDescriptor ** descriptors, UInt32 withCount, IODirection withDirection, bool asReference ) argument
64 initWithDescriptors( IOMemoryDescriptor ** descriptors, UInt32 withCount, IODirection withDirection, bool asReference ) argument

Completed in 511 milliseconds