Searched refs:IOByteCount (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMultiMemoryDescriptor.h55 IOByteCount withLength,
59 IOByteCount withLength,
65 IOByteCount withLength,
80 virtual void * getVirtualSegment( IOByteCount offset, /* not supported */
81 IOByteCount * length );
126 virtual IOPhysicalAddress getPhysicalSegment( IOByteCount offset,
127 IOByteCount * length );
129 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
130 IOByteCount * length );
156 virtual IOByteCount readByte
[all...]
H A DIOInterleavedMemoryDescriptor.h47 IOByteCount * _descriptorOffsets;
48 IOByteCount * _descriptorLengths;
58 IOByteCount withLength,
62 IOByteCount withLength,
68 IOByteCount withLength,
83 virtual void * getVirtualSegment( IOByteCount offset, /* not supported */
84 IOByteCount * length );
130 IOByteCount offset,
131 IOByteCount length );
140 virtual IOPhysicalAddress getPhysicalSegment( IOByteCount offse
[all...]
H A DIOMemoryDescriptor.h44 IOByteCount length;
143 IOByteCount _length; /* length of all ranges */
148 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
149 IOByteCount * length );
164 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
165 IOByteCount * length );
198 IOByteCount offset, IOByteCount length );
232 IOByteCount withLength,
245 IOByteCount withLengt
[all...]
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
60 virtual IOReturn startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount = 0, IOByteCount byteOffset = 0);
63 virtual IOReturn queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle = false);
H A DIODMAController.h52 IOByteCount byteCount = 0, IOByteCount byteOffset = 0) = 0;
55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount);
56 virtual IOReturn queryDMACommand(UInt32 dmaIndex, IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle = false) = 0;
H A DIOMemoryCursor.h143 @param transferSize Pointer to an IOByteCount variable that can contain the total size of the transfer being described. Defaults to 0 indicating that no transfer size need be returned.
148 IOByteCount fromPosition,
152 IOByteCount *transferSize = 0);
216 @param transferSize Pointer to an IOByteCount variable that can contain the total size of the transfer being described. Defaults to 0 indicating that no transfer size need be returned.
220 IOByteCount fromPosition,
224 IOByteCount *transferSize = 0)
292 @param transferSize Pointer to an IOByteCount variable that can contain the total size of the transfer being described. Defaults to 0 indicating that no transfer size need be returned.
296 IOByteCount fromPosition,
300 IOByteCount * transferSize = 0)
366 @param transferSize Pointer to an IOByteCount variabl
[all...]
H A DIONVRAM.h142 virtual IOReturn readXPRAM(IOByteCount offset, UInt8 *buffer,
143 IOByteCount length);
144 virtual IOReturn writeXPRAM(IOByteCount offset, UInt8 *buffer,
145 IOByteCount length);
157 IOByteCount offset, UInt8 *buffer,
158 IOByteCount length);
161 IOByteCount offset, UInt8 *buffer,
162 IOByteCount length);
164 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount lengt
[all...]
H A DIOPlatformExpert.h167 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
222 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
223 IOByteCount length);
225 /* virtual */ IOReturn writeXPRAM(IOByteCount offset, UInt8 * buffer,
226 IOByteCount length);
242 IOByteCount offset, UInt8 * buffer,
243 IOByteCount length);
246 IOByteCount offset, UInt8 * buffer,
247 IOByteCount lengt
[all...]
H A DIOBufferMemoryDescriptor.h113 IOByteCount withLength,
117 IOByteCount withLength,
123 IOByteCount withLength,
284 /* DEPRECATED */ virtual void * getVirtualSegment(IOByteCount offset,
285 /* DEPRECATED */ IOByteCount * length);
H A DIOMapper.h88 virtual bool allocTable(IOByteCount size);
96 static OSData * NewARTTable(IOByteCount size,
98 static void FreeARTTable(OSData *handle, IOByteCount size);
H A DIOTypes.h78 typedef UInt32 IOByteCount; typedef
105 IOByteCount length;
116 IOByteCount length;
H A DIOUserClient.h72 IOByteCount count0;
73 IOByteCount count1;
80 IOByteCount count0;
81 IOByteCount count1;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/nvram/
H A DIONVRAMController.h43 virtual IOReturn read(IOByteCount offset, UInt8 *buffer,
44 IOByteCount length) = 0;
45 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,
46 IOByteCount length) = 0;
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNVRAM/
H A DAppleNVRAM.h51 virtual IOReturn read(IOByteCount offset, UInt8 *buffer,
52 IOByteCount length);
53 virtual IOReturn write(IOByteCount offset, UInt8 *buffer,
54 IOByteCount length);
H A DAppleNVRAM.cpp82 IOReturn AppleNVRAM::read(IOByteCount offset, UInt8 *buffer,
83 IOByteCount length)
120 IOReturn AppleNVRAM::write(IOByteCount offset, UInt8 *buffer,
121 IOByteCount length)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateInternal.h63 IOByteCount blockSize;
65 IOByteCount bufferSize;
66 IOByteCount bufferLimit;
67 IOByteCount bufferOffset;
68 IOByteCount bufferHalf;
69 IOByteCount extentRemaining;
70 IOByteCount lastRead;
H A DIOMultiMemoryDescriptor.cpp39 IOByteCount /* withLength */ ,
49 IOByteCount /* withLength */ ,
60 IOByteCount /* withLength */ ,
280 IOByteCount offset, IOByteCount * length )
307 IOByteCount offset, IOByteCount * length )
334 IOByteCount offset,
335 IOByteCount * length )
361 void * IOMultiMemoryDescriptor::getVirtualSegment( IOByteCount /* offse
[all...]
H A DIOInterleavedMemoryDescriptor.cpp39 IOByteCount /* withLength */ ,
49 IOByteCount /* withLength */ ,
60 IOByteCount /* withLength */ ,
140 _descriptorOffsets = IONew(IOByteCount, capacity);
141 _descriptorLengths = IONew(IOByteCount, capacity);
183 IOByteCount offset,
184 IOByteCount length )
309 IOByteCount offset, IOByteCount * length )
340 IOByteCount offse
[all...]
H A DIODMAEventSource.cpp84 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset)
114 IOReturn IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle)
160 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount)
H A DIOMemoryDescriptor.cpp164 virtual IOByteCount getLength();
176 IOByteCount offset = 0);
182 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
183 IOByteCount * length);
336 IOByteCount length,
345 IOByteCount length,
372 IOByteCount length,
500 IOByteCount offset,
501 IOByteCount length,
559 IOByteCount range0Le
[all...]
H A DRootDomainUserClient.cpp76 IOByteCount return_code_size = 1;
91 IOByteCount inOptionsSize = (IOByteCount)p3;
92 IOByteCount *returnCodeSize = (IOByteCount *)p4;
H A DIODMAController.cpp94 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount)
H A DIOBufferMemoryDescriptor.cpp58 IOByteCount /* withLength */ ,
66 IOByteCount /* withLength */ ,
75 IOByteCount /* withLength */ ,
589 IOByteCount offset;
639 /* DEPRECATED */ void * IOBufferMemoryDescriptor::getVirtualSegment(IOByteCount offset,
640 /* DEPRECATED */ IOByteCount * lengthOfSegment)
H A DIOPlatformExpert.cpp939 IOByteCount IOPlatformExpert::savePanicInfo(UInt8 *buffer, IOByteCount length)
1141 IOReturn IODTPlatformExpert::readXPRAM(IOByteCount offset, UInt8 * buffer,
1142 IOByteCount length)
1148 IOReturn IODTPlatformExpert::writeXPRAM(IOByteCount offset, UInt8 * buffer,
1149 IOByteCount length)
1178 IOByteCount offset, UInt8 * buffer,
1179 IOByteCount length)
1187 IOByteCount offset, UInt8 * buffer,
1188 IOByteCount lengt
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/rtc/
H A DIORTCController.h43 virtual IOReturn getRealTimeClock ( UInt8 * currentTime, IOByteCount * length ) = 0;

Completed in 161 milliseconds

12