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

/xnu-2422.115.4/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp29 #include <IOKit/IOSubMemoryDescriptor.h>
35 OSDefineMetaClassAndStructors(IOSubMemoryDescriptor, IOMemoryDescriptor)
37 IOReturn IOSubMemoryDescriptor::redirect( task_t safeTask, bool doRedirect )
45 IOSubMemoryDescriptor *
46 IOSubMemoryDescriptor::withSubRange(IOMemoryDescriptor * of,
51 IOSubMemoryDescriptor *self = new IOSubMemoryDescriptor;
60 bool IOSubMemoryDescriptor::initSubRange( IOMemoryDescriptor * parent,
103 void IOSubMemoryDescriptor::free( void )
112 IOSubMemoryDescriptor
[all...]
H A DIODeviceMemory.cpp30 #include <IOKit/IOSubMemoryDescriptor.h>
48 return( (IODeviceMemory *) IOSubMemoryDescriptor::withSubRange(
H A DIOMemoryDescriptor.cpp47 #include <IOKit/IOSubMemoryDescriptor.h>
401 return (IOSubMemoryDescriptor::withSubRange(of, offset, length, direction | kIOMemoryThreadSafe));
3441 IOSubMemoryDescriptor * subMem;
3442 if( (subMem = OSDynamicCast( IOSubMemoryDescriptor, this)))
/xnu-2422.115.4/iokit/IOKit/
H A DIOSubMemoryDescriptor.h34 /*! @class IOSubMemoryDescriptor : public IOMemoryDescriptor
35 @abstract The IOSubMemoryDescriptor object describes a memory area made up of a portion of another IOMemoryDescriptor.
36 @discussion The IOSubMemoryDescriptor object represents a subrange of memory, specified as a portion of another IOMemoryDescriptor. */
38 class IOSubMemoryDescriptor : public IOMemoryDescriptor class in inherits:IOMemoryDescriptor
40 OSDeclareDefaultStructors(IOSubMemoryDescriptor);
59 static IOSubMemoryDescriptor * withSubRange(IOMemoryDescriptor *of,
65 * Initialize or reinitialize an IOSubMemoryDescriptor to describe
68 * An IOSubMemoryDescriptor can be re-used by calling initSubRange
H A DIOMemoryDescriptor.h449 IODirection withDirection) APPLE_KEXT_DEPRECATED; /* use IOSubMemoryDescriptor::withSubRange() and kIOMemoryThreadSafe instead */
1033 #include <IOKit/IOSubMemoryDescriptor.h>

Completed in 39 milliseconds