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

/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMedia.h222 * @param sectorType
240 CDSectorType sectorType,
248 CDSectorType sectorType,
271 * @param sectorType
287 CDSectorType sectorType,
295 CDSectorType sectorType,
450 * @param sectorType
467 CDSectorType sectorType,
475 CDSectorType sectorType,
496 * @param sectorType
[all...]
H A DIOCDMedia.cpp206 /* sectorType */ (CDSectorType) 0x00, // ( all types)
279 /* sectorType */ (CDSectorType) 0x00, // ( all types)
292 CDSectorType sectorType,
320 readCD(client, byteStart, buffer, sectorArea, sectorType, attributes, &completion);
322 readCD(client, byteStart, buffer, sectorArea, sectorType, completion);
334 CDSectorType sectorType,
383 /* sectorType */ sectorType,
546 CDSectorType sectorType,
605 /* sectorType */ sectorTyp
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.cpp573 CDSectorType sectorType,
584 prepareRequest(byteStart, buffer, sectorArea, sectorType, attributes, completion);
586 prepareRequest(byteStart, buffer, sectorArea, sectorType, completion);
672 CDSectorType sectorType,
693 if (sectorType >= kCDSectorTypeCount)
708 if (sectorType == kCDSectorTypeUnknown)
730 ( sectorType == kCDSectorTypeMode1 ||
731 sectorType == kCDSectorTypeMode2Form1 ) )
738 context->block.size = getMediaBlockSize(sectorArea, sectorType);
741 context->block.typeSub[1] = sectorType;
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.cpp36 uint8_t sectorType; member in struct:__anon1562
49 uint8_t sectorType; member in struct:__anon1563
247 /* sectorType */ (CDSectorType) request->sectorType,
281 /* sectorType */ (CDSectorType) request->sectorType,
H A DIOCDMediaBSDClient.h56 uint8_t sectorType; member in struct:__anon1572
H A DIOCDBlockStorageDriver.h107 CDSectorType sectorType,
165 CDSectorType sectorType,
225 CDSectorType sectorType,
H A DIOCDBlockStorageDevice.h96 CDSectorType sectorType,

Completed in 133 milliseconds