Searched refs:sectorArea (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDMedia.h214 * Starting byte offset for the data transfer (see sectorArea parameter).
218 * @param sectorArea
239 CDSectorArea sectorArea,
247 CDSectorArea sectorArea,
263 * Starting byte offset for the data transfer (see sectorArea parameter).
267 * @param sectorArea
286 CDSectorArea sectorArea,
294 CDSectorArea sectorArea,
442 * Starting byte offset for the data transfer (see sectorArea parameter).
446 * @param sectorArea
[all...]
H A DIOCDMedia.cpp205 /* sectorArea */ (CDSectorArea) 0xF8, // (2352 bytes)
278 /* sectorArea */ (CDSectorArea) 0xF8, // (2352 bytes)
291 CDSectorArea sectorArea,
320 readCD(client, byteStart, buffer, sectorArea, sectorType, attributes, &completion);
322 readCD(client, byteStart, buffer, sectorArea, sectorType, completion);
333 CDSectorArea sectorArea,
382 /* sectorArea */ sectorArea,
545 CDSectorArea sectorArea,
604 /* sectorArea */ sectorAre
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 DIOCDBlockStorageDriver.cpp572 CDSectorArea sectorArea,
584 prepareRequest(byteStart, buffer, sectorArea, sectorType, attributes, completion);
586 prepareRequest(byteStart, buffer, sectorArea, sectorType, completion);
671 CDSectorArea sectorArea,
685 if ((sectorArea & 0xFF) == 0x00 || (sectorArea & 0x05) == 0x05)
710 if ((sectorArea & 0xF8) != 0x00 && (sectorArea & 0xF8) != 0xF8)
729 if ( ( sectorArea == kCDSectorAreaUser ) &&
738 context->block.size = getMediaBlockSize(sectorArea, sectorTyp
569 readCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
669 prepareRequest(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...]
H A DIOCDMediaBSDClient.cpp35 uint8_t sectorArea; member in struct:__anon1385
48 uint8_t sectorArea; member in struct:__anon1386
246 /* sectorArea */ (CDSectorArea) request->sectorArea,
280 /* sectorArea */ (CDSectorArea) request->sectorArea,
H A DIOCDMediaBSDClient.h55 uint8_t sectorArea; member in struct:__anon1395
H A DIOCDBlockStorageDriver.h106 CDSectorArea sectorArea,
164 CDSectorArea sectorArea,
224 CDSectorArea sectorArea,
H A DIOCDBlockStorageDevice.h95 CDSectorArea sectorArea,

Completed in 129 milliseconds