Searched refs:actualByteCount (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.cpp100 UInt16 *actualByteCount)
102 if (actualByteCount) {
103 *actualByteCount = 0;
110 UInt16 *actualByteCount)
112 if (actualByteCount) {
113 *actualByteCount = 0;
121 UInt16 *actualByteCount)
123 if (actualByteCount) {
124 *actualByteCount = 0;
98 readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format, UInt8 msf,UInt8 trackSessionNumber, UInt16 *actualByteCount) argument
109 readDiscInfo(IOMemoryDescriptor *buffer, UInt16 *actualByteCount) argument
119 readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address, CDTrackInfoAddressType addressType, UInt16 *actualByteCount) argument
H A DIOCDMedia.cpp116 UInt64 actualByteCount)
122 if (parameter) *((UInt64 *)parameter) = actualByteCount;
296 UInt64 * actualByteCount)
315 completion.parameter = actualByteCount;
470 UInt16 * actualByteCount)
474 if (actualByteCount) *actualByteCount = 0;
481 if (actualByteCount) *actualByteCount = 0;
491 /* actualByteCount */ actualByteCoun
113 storageCompletion(void * target, void * parameter, IOReturn status, UInt64 actualByteCount) argument
288 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
466 readTOC(IOMemoryDescriptor * buffer, CDTOCFormat format, UInt8 formatAsTime, UInt8 trackOrSessionNumber, UInt16 * actualByteCount) argument
494 readDiscInfo(IOMemoryDescriptor * buffer, UInt16 * actualByteCount) argument
516 readTrackInfo(IOMemoryDescriptor * buffer, UInt32 address, CDTrackInfoAddressType addressType, UInt16 * actualByteCount) argument
612 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
[all...]
H A DIOCDMedia.h276 * @param actualByteCount
289 UInt64 * actualByteCount = 0);
296 UInt64 * actualByteCount = 0);
381 * @param actualByteCount
391 UInt16 * actualByteCount); /* 10.1.3 */
400 * @param actualByteCount
407 UInt16 * actualByteCount); /* 10.1.3 */
420 * @param actualByteCount
429 UInt16 * actualByteCount); /* 10.1.3 */
500 * @param actualByteCount
[all...]
H A DIOCDBlockStorageDevice.h128 UInt16 *actualByteCount) = 0;
131 UInt16 *actualByteCount) = 0;
135 UInt16 *actualByteCount) = 0;
143 UInt16 *actualByteCount); /* 10.1.3 */
146 UInt16 *actualByteCount); /* 10.1.3 */
150 UInt16 *actualByteCount); /* 10.1.3 */
H A DIOCDMediaBSDClient.cpp229 UInt64 actualByteCount = 0; local
251 /* actualByteCount */ &actualByteCount );
255 request->bufferLength = (UInt32) actualByteCount;
263 UInt64 actualByteCount = 0; local
285 /* actualByteCount */ &actualByteCount );
289 request->bufferLength = (UInt32) actualByteCount;
346 /* actualByteCount */ &request->bufferLength );
373 /* actualByteCount */
[all...]
H A DIOCDBlockStorageDriver.h212 UInt16 *actualByteCount); /* 10.1.3 */
215 UInt16 *actualByteCount); /* 10.1.3 */
219 UInt16 *actualByteCount); /* 10.1.3 */
H A DIOCDBlockStorageDriver.cpp820 UInt16 *actualByteCount)
822 return(getProvider()->readTOC(buffer,format,formatAsTime,trackOrSessionNumber,actualByteCount));
827 UInt16 *actualByteCount)
829 return(getProvider()->readDiscInfo(buffer,actualByteCount));
835 UInt16 *actualByteCount)
837 return(getProvider()->readTrackInfo(buffer,address,addressType,actualByteCount));
818 readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format, UInt8 formatAsTime,UInt8 trackOrSessionNumber, UInt16 *actualByteCount) argument
826 readDiscInfo(IOMemoryDescriptor *buffer, UInt16 *actualByteCount) argument
833 readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address, CDTrackInfoAddressType addressType, UInt16 *actualByteCount) argument
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMedia.cpp137 UInt16 * actualByteCount )
141 if (actualByteCount) *actualByteCount = 0;
148 if (actualByteCount) *actualByteCount = 0;
154 /* actualByteCount */ actualByteCount );
161 UInt16 * actualByteCount )
165 if (actualByteCount) *actualByteCount
[all...]
H A DIOBDMedia.h230 * @param actualByteCount
238 UInt16 * actualByteCount );
253 * @param actualByteCount
263 UInt16 * actualByteCount );
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMedia.cpp146 UInt16 * actualByteCount )
150 if (actualByteCount) *actualByteCount = 0;
157 if (actualByteCount) *actualByteCount = 0;
163 /* actualByteCount */ actualByteCount );
169 UInt16 * actualByteCount )
173 if (actualByteCount) *actualByteCount
[all...]
H A DIODVDMedia.h280 * @param actualByteCount
287 UInt16 * actualByteCount ); /* 10.2.0 */
300 * @param actualByteCount
309 UInt16 * actualByteCount ); /* 10.2.0 */
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDEventSource.h43 IOReturn status, UInt64 actualByteCount);
45 IOReturn status, UInt64 actualByteCount);
H A DAppleRAIDEventSource.cpp53 IOReturn status, UInt64 actualByteCount)
65 storageRequest->srRequestByteCounts[memberIndex] = actualByteCount;
78 IOReturn status, UInt64 actualByteCount)
90 storageRequest->srRequestByteCounts[requestIndex] = actualByteCount;
52 completeRequest(AppleRAIDMemoryDescriptor * memoryDescriptor, IOReturn status, UInt64 actualByteCount) argument
77 completeRequestLVG(AppleLVMMemoryDescriptor * memoryDescriptor, IOReturn status, UInt64 actualByteCount) argument
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOStorage.cpp133 UInt64 actualByteCount)
139 if (parameter) *((UInt64 *)parameter) = actualByteCount;
179 UInt64 actualByteCount)
187 complete( &completion, status, actualByteCount );
193 UInt64 actualByteCount)
203 ( completion->action )( completion->target, completion->parameter, status, actualByteCount );
223 UInt64 * actualByteCount)
238 completion.parameter = actualByteCount;
253 UInt64 * actualByteCount)
268 completion.parameter = actualByteCount;
130 storageCompletion(void * target, void * parameter, IOReturn status, UInt64 actualByteCount) argument
177 complete(IOStorageCompletion completion, IOReturn status, UInt64 actualByteCount) argument
191 complete(IOStorageCompletion * completion, IOReturn status, UInt64 actualByteCount) argument
219 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
249 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
[all...]
H A DIOStorage.h261 * @param actualByteCount
268 UInt64 actualByteCount);
387 * @param actualByteCount
393 UInt64 actualByteCount = 0);
398 UInt64 actualByteCount = 0); /* DEPRECATED */
451 * @param actualByteCount
461 UInt64 * actualByteCount = 0);
478 * @param actualByteCount
488 UInt64 * actualByteCount = 0);
H A DIOBlockStorageDriver.cpp724 UInt64 actualByteCount)
742 if (actualByteCount < context->original.buffer->getLength())
756 driver->addToBytesTransferred(actualByteCount, timeInNanoseconds, 0, isWrite);
767 IOStorage::complete(&context->original.completion, status, actualByteCount);
1955 virtual IOStorageCompletion * getRequestCompletion(UInt64 * actualByteCount);
2389 IOStorageCompletion * IODeblocker::getRequestCompletion(UInt64 * actualByteCount) argument
2400 *actualByteCount = 0;
2406 *actualByteCount = 0;
2412 if ( *actualByteCount > _excessCountStart )
2413 *actualByteCount
721 prepareRequestCompletion(void * target, void * parameter, IOReturn status, UInt64 actualByteCount) argument
3113 getRequestCompletion(UInt64 * actualByteCount) argument
[all...]
H A DIOBlockStorageDriver.h1135 UInt64 actualByteCount);
1146 UInt64 actualByteCount);
1157 UInt64 actualByteCount);
H A DIOMediaBSDClient.cpp2793 /* actualByteCount */ &byteCount ); // (go)
2802 /* actualByteCount */ &byteCount ); // (go)
2820 UInt64 actualByteCount )
2850 DKR_SET_BYTE_COUNT(dkr, dkrtype, actualByteCount); // (set byte count)
2855 DKR_SET_BYTE_COUNT(dkr, dkrtype, actualByteCount); // (set byte count)
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
H A DIOPolledInterface.h55 uint64_t actualByteCount);
H A DIODMAController.h55 virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODMAController.cpp101 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) argument
103 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp);
H A DIODMAEventSource.cpp190 void IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) argument
193 dmaCommand->reserved->fActualByteCount = actualByteCount;
196 if (dmaNotificationAction != 0) (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount, timeStamp);
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h64 UInt64 actualByteCount );
H A DIOUFIStorageServices.cpp282 UInt64 actualByteCount )
335 IOStorage::complete ( &returnData, status, actualByteCount );

Completed in 361 milliseconds

12