Searched refs:IOMemoryCursor (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryCursor.cpp28 /* IOMemoryCursor.cpp created by wgulland on 1999-3-02 */
32 #include <IOKit/IOMemoryCursor.h>
36 /**************************** class IOMemoryCursor ***************************/
40 OSDefineMetaClassAndStructors(IOMemoryCursor, OSObject)
42 IOMemoryCursor *
43 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc,
48 IOMemoryCursor * me = new IOMemoryCursor;
65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc,
103 IOMemoryCursor
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h36 /**************************** class IOMemoryCursor ***************************/
39 @class IOMemoryCursor
41 @discussion The IOMemoryCursor declares the super class that all
55 class IOMemoryCursor : public OSObject class in inherits:OSObject
57 OSDeclareDefaultStructors(IOMemoryCursor)
71 @discussion Backward compatibility define for the old non-class scoped type definition. See IOMemoryCursor::PhysicalSegment
73 #define IOPhysicalSegment IOMemoryCursor::PhysicalSegment
87 @discussion Backward compatibility define for the old non-class scoped type definition. See IOMemoryCursor::SegmentFunction */
88 #define OutputSegmentFunc IOMemoryCursor::SegmentFunction
107 @abstract Creates and initializes an IOMemoryCursor i
[all...]

Completed in 26 milliseconds