Searched refs:byteStart (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFilterScheme.cpp99 UInt64 byteStart,
125 IOStorage::read( client, byteStart, buffer, attributes, completion );
132 getProvider( )->read( this, byteStart, buffer, attributes, completion );
136 UInt64 byteStart,
162 IOStorage::write( client, byteStart, buffer, attributes, completion );
169 getProvider( )->write( this, byteStart, buffer, attributes, completion );
205 UInt64 * byteStart,
214 return getProvider( )->copyPhysicalExtent( this, byteStart, byteCount );
273 extern "C" void _ZN14IOFilterScheme4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOFilterScheme * scheme, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
275 scheme->read( client, byteStart, buffe
98 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
135 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
204 copyPhysicalExtent(IOService * client, UInt64 * byteStart, UInt64 * byteCount) argument
278 _ZN14IOFilterScheme5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOFilterScheme * scheme, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
[all...]
H A DIOStorage.cpp220 UInt64 byteStart,
242 read(client, byteStart, buffer, attributes, &completion);
250 UInt64 byteStart,
272 write(client, byteStart, buffer, attributes, &completion);
281 UInt64 byteStart,
295 read( client, byteStart, buffer, &gIOStorageAttributesUnsupported, &completion );
299 read( client, byteStart, buffer, NULL, &completion );
304 UInt64 byteStart,
318 write( client, byteStart, buffer, &gIOStorageAttributesUnsupported, &completion );
322 write( client, byteStart, buffe
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
280 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
303 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
326 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
350 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
375 discard(IOService * client, UInt64 byteStart, UInt64 byteCount) argument
410 copyPhysicalExtent(IOService * client, UInt64 * byteStart, UInt64 * byteCount) argument
[all...]
H A DIOStorage.h238 * @field byteStart
246 UInt64 byteStart; member in struct:IOStorageExtent
426 UInt64 byteStart,
431 UInt64 byteStart,
444 * @param byteStart
458 UInt64 byteStart,
471 * @param byteStart
485 UInt64 byteStart,
512 * @param byteStart
529 UInt64 byteStart,
[all...]
H A DIOMedia.cpp687 UInt64 byteStart,
711 IOStorage::read(client, byteStart, buffer, attributes, completion);
741 if (_mediaSize < byteStart + buffer->getLength())
747 byteStart += _mediaBase;
748 getProvider()->read(this, byteStart, buffer, attributes, completion);
752 UInt64 byteStart,
776 IOStorage::write(client, byteStart, buffer, attributes, completion);
822 if (_mediaSize < byteStart + buffer->getLength())
828 byteStart += _mediaBase;
829 getProvider()->write(this, byteStart, buffe
686 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
751 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
949 copyPhysicalExtent(IOService * client, UInt64 * byteStart, UInt64 * byteCount) argument
1272 _ZN7IOMedia4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOMedia * media, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
1277 _ZN7IOMedia5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOMedia * media, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
[all...]
H A DIOBlockStorageDriver.h415 * @field request.byteStart
431 UInt64 byteStart; member in struct:IOBlockStorageDriver::Context::__anon2444
460 UInt64 byteStart;
617 virtual void prepareRequest(UInt64 byteStart,
639 * @param byteStart
657 virtual void deblockRequest(UInt64 byteStart,
663 virtual void deblockRequest(UInt64 byteStart,
682 * @param byteStart
700 virtual void executeRequest(UInt64 byteStart,
706 virtual void executeRequest(UInt64 byteStart,
[all...]
H A DIOFilterScheme.h158 * @param byteStart
174 UInt64 byteStart,
193 * @param byteStart
209 UInt64 byteStart,
268 * @param byteStart
280 UInt64 * byteStart,
H A DIOBlockStorageDriver.cpp423 UInt64 byteStart,
456 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
471 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
475 read( client, byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
484 prepareRequest( byteStart, buffer, attributes, completion );
488 UInt64 byteStart,
521 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
536 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
540 write( client, byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
549 prepareRequest( byteStart, buffe
422 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
487 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
701 prepareRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
1152 executeRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context) argument
1803 copyPhysicalExtent(IOService * client, UInt64 * byteStart, UInt64 * byteCount) argument
2477 deblockRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
2657 UInt64 byteStart; local
3172 breakUpRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
3386 UInt64 byteStart; local
3408 prepareRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
3544 _ZN20IOBlockStorageDriver4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOBlockStorageDriver * driver, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
3549 _ZN20IOBlockStorageDriver5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOBlockStorageDriver * driver, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
[all...]
H A DIOMedia.h410 * @param byteStart
426 UInt64 byteStart,
441 * @param byteStart
457 UInt64 byteStart,
516 * @param byteStart
528 UInt64 * byteStart,
H A DIOPartitionScheme.cpp288 UInt64 byteStart,
314 IOStorage::read( client, byteStart, buffer, attributes, completion );
321 getProvider( )->read( this, byteStart, buffer, attributes, completion );
325 UInt64 byteStart,
351 IOStorage::write( client, byteStart, buffer, attributes, completion );
358 getProvider( )->write( this, byteStart, buffer, attributes, completion );
394 UInt64 * byteStart,
403 return getProvider( )->copyPhysicalExtent( this, byteStart, byteCount );
867 extern "C" void _ZN17IOPartitionScheme4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOPartitionScheme * scheme, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
869 scheme->read( client, byteStart, buffe
287 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
324 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
393 copyPhysicalExtent(IOService * client, UInt64 * byteStart, UInt64 * byteCount) argument
872 _ZN17IOPartitionScheme5writeEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOPartitionScheme * scheme, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion ) argument
[all...]
H A DIOPartitionScheme.h248 * @param byteStart
264 UInt64 byteStart,
283 * @param byteStart
299 UInt64 byteStart,
358 * @param byteStart
370 UInt64 * byteStart,
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMStorageRequest.h36 virtual void read(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
38 virtual void write(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
H A DAppleRAIDStorageRequest.h65 virtual void read(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
67 virtual void write(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer,
73 virtual void extractRequest(IOService **client, UInt64 *byteStart, IOMemoryDescriptor **buffer, IOStorageCompletion *completion);
H A DAppleRAIDConcatSet.cpp232 bool AppleRAIDConcatMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex)
235 UInt64 byteEnd = byteStart + byteCount - 1;
237 IOLogRW("concat start=%llu end=%llu bytestart=%llu byteCount=%u\n", mdMemberStart, mdMemberEnd, byteStart, (uint32_t)byteCount);
241 if ((byteEnd < mdMemberStart) || (byteStart > mdMemberEnd)) return false;
243 if (byteStart < mdMemberStart) {
245 mdMemberOffset = mdMemberStart - byteStart;
248 mdMemberByteStart = byteStart - mdMemberStart;
262 IOLogRW("concat mdbytestart=%llu _length=0x%x\n", byteStart, (uint32_t)_length);
H A DAppleRAIDStorageRequest.cpp105 void AppleRAIDStorageRequest::extractRequest(IOService **client, UInt64 *byteStart, argument
111 *byteStart = srByteStart;
116 void AppleRAIDStorageRequest::read(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, argument
131 srByteStart = byteStart;
149 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
164 void AppleRAIDStorageRequest::write(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, argument
179 srByteStart = byteStart;
195 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
H A DAppleRAIDStripeSet.cpp147 bool AppleRAIDStripeMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex) argument
155 mdSetBlockStart = byteStart / mdSetBlockSize;
156 mdSetBlockOffset = byteStart % mdSetBlockSize;
157 setBlockStop = (byteStart + byteCount - 1) / mdSetBlockSize;
158 setBlockEndOffset = (byteStart + byteCount - 1) % mdSetBlockSize;
H A DAppleRAIDMirrorSet.h80 virtual void activeReadMembers(AppleRAIDMember ** activeMembers, UInt64 byteStart, UInt32 byteCount);
100 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
H A DAppleLVMStorageRequest.cpp44 void AppleLVMStorageRequest::read(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, argument
57 srByteStart = byteStart;
157 void AppleLVMStorageRequest::write(IOService * client, UInt64 byteStart, IOMemoryDescriptor *buffer, argument
170 srByteStart = byteStart;
245 // IOLog(" lvm write extent %p offset %llu byteStart %llu\n", extent, extent->lvExtentGroupOffset, srByteStart);
H A DAppleRAIDConcatSet.h73 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
H A DAppleRAIDMemoryDescriptor.h59 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex) { return false; } argument
H A DAppleRAIDSet.h157 virtual void read(IOService * client, UInt64 byteStart, IOMemoryDescriptor* buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion);
158 virtual void write(IOService * client, UInt64 byteStart, IOMemoryDescriptor* buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion);
159 virtual void activeReadMembers(AppleRAIDMember ** activeMembers, UInt64 byteStart, UInt32 byteCount);
160 virtual void activeWriteMembers(AppleRAIDMember ** activeMembers, UInt64 byteStart, UInt32 byteCount);
H A DAppleRAIDStripeSet.h62 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.h149 * @param byteStart
165 UInt64 byteStart,
180 * @param byteStart
196 UInt64 byteStart,
213 * @param byteStart
221 * when computing the address of byteStart. See IOCDTypes.h.
237 UInt64 byteStart,
245 UInt64 byteStart,
262 * @param byteStart
270 * when computing the address of byteStart
[all...]
H A DIOCDMedia.cpp156 UInt64 byteStart,
195 if (_mediaSize < byteStart + buffer->getLength())
201 byteStart += _mediaBase;
203 /* byteStart */ byteStart,
216 UInt64 byteStart,
267 if (_mediaSize < byteStart + buffer->getLength())
273 byteStart += _mediaBase;
276 /* byteStart */ byteStart,
155 read(IOService * , UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
215 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
288 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
330 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
542 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
612 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, UInt64 * actualByteCount) argument
[all...]
H A DIOCDPartitionScheme.h176 UInt64 byteStart,
193 UInt64 byteStart,
H A DIOCDBlockStorageDriver.cpp323 IOCDBlockStorageDriver::executeRequest(UInt64 byteStart, argument
345 assert((byteStart % context->block.size) == 0);
348 block = byteStart / context->block.size;
570 UInt64 byteStart,
584 prepareRequest(byteStart, buffer, sectorArea, sectorType, attributes, completion);
586 prepareRequest(byteStart, buffer, sectorArea, sectorType, completion);
669 IOCDBlockStorageDriver::prepareRequest(UInt64 byteStart, argument
744 context->original.byteStart = byteStart;
764 deblockRequest(byteStart, buffe
569 readCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
841 writeCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
[all...]

Completed in 221 milliseconds

12