Searched refs:IOCDMedia (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMedia.h25 * @header IOCDMedia
27 * This header contains the IOCDMedia class definition.
36 * kIOCDMediaClass is the name of the IOCDMedia class.
38 * kIOCDMediaClass is the name of the IOCDMedia class.
41 #define kIOCDMediaClass "IOCDMedia"
46 * kIOCDMediaTOCKey is a property of IOCDMedia objects. It has an OSData value
60 * kIOCDMediaTypeKey is a property of IOCDMedia objects. It has an OSString
102 * @class IOCDMedia
104 * The IOCDMedia class is a random-access disk device abstraction for CDs.
106 * The IOCDMedia clas
111 class IOCDMedia : public IOMedia class in inherits:IOMedia
[all...]
H A DIOCDMedia.cpp25 #include <IOKit/storage/IOCDMedia.h>
28 OSDefineMetaClassAndStructors(IOCDMedia, IOMedia)
126 IOCDBlockStorageDriver * IOCDMedia::getProvider() const
137 bool IOCDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score)
155 void IOCDMedia::read(IOService * /* client */,
215 void IOCDMedia::write(IOService * client,
288 IOReturn IOCDMedia::readCD(IOService * client,
330 void IOCDMedia::readCD(IOService * client,
390 IOReturn IOCDMedia::readISRC(UInt8 track, CDISRC isrc)
406 IOReturn IOCDMedia
[all...]
H A DIOCDMediaBSDClient.h36 * DKIOCCDREAD see IOCDMedia::readCD() in IOCDMedia.h
37 * DKIOCCDREADTOC see IOCDMedia::readTOC() in IOCDMedia.h
39 * DKIOCCDREADDISCINFO see IOCDMedia::readDiscInfo() in IOCDMedia.h
40 * DKIOCCDREADTRACKINFO see IOCDMedia::readTrackInfo() in IOCDMedia.h
42 * DKIOCCDREADISRC see IOCDMedia::readISRC() in IOCDMedia
[all...]
H A DIOCDPartitionScheme.h65 #include <IOKit/storage/IOCDMedia.h>
200 * to return a more specific subclass of OSObject -- IOCDMedia. This
204 virtual IOCDMedia * getProvider() const;
H A DIOCDPartitionScheme.cpp34 IOCDMedia * IOCDPartitionScheme::getProvider() const
38 // to return a more specific subclass of OSObject -- IOCDMedia. This
42 return (IOCDMedia *) IOService::getProvider();
86 assert(OSDynamicCast(IOCDMedia, provider));
165 IOCDMedia * media = getProvider();
H A DIOCDMediaBSDClient.cpp200 IOCDMedia * IOCDMediaBSDClient::getProvider() const
204 // to return a more specific subclass of IOService -- IOCDMedia. This
208 return (IOCDMedia *) IOService::getProvider();
H A DIOCDBlockStorageDriver.cpp27 #include <IOKit/storage/IOCDMedia.h>
312 * the client of the IOCDMedia to eject the media.
497 return(new IOCDMedia);
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemUtilities.cpp42 #include <IOKit/storage/IOCDMedia.h>
52 static IOCDMedia * GetCDMediaObjectFromName ( const char * ioBSDNamePtr );
69 IOCDMedia * cdMediaPtr = NULL;
108 DebugLog ( ( "Releasing refcsount on IOCDMedia.\n" ) );
193 // corresponding IOCDMedia object
196 IOCDMedia *
202 IOCDMedia * objectPtr = NULL;
270 objectPtr = OSDynamicCast ( IOCDMedia, registryEntryPtr );
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Doptical.c32 #include <IOKit/storage/IOCDMedia.h>
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c39 #include <IOKit/storage/IOCDMedia.h>
/macosx-10.9.5/cddafs-252/FilesystemProber/
H A Dcddafs_util.cpp64 #include <IOKit/storage/IOCDMedia.h>
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDiskArbitrationPrivate.c39 #include <IOKit/storage/IOCDMedia.h>

Completed in 158 milliseconds