Searched refs:IOCDPartitionScheme (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h25 * @header IOCDPartitionScheme
27 * This header contains the IOCDPartitionScheme class definition.
38 * kIOCDPartitionSchemeClass is the name of the IOCDPartitionScheme class.
40 * kIOCDPartitionSchemeClass is the name of the IOCDPartitionScheme class.
43 #define kIOCDPartitionSchemeClass "IOCDPartitionScheme"
72 class IOCDPartitionScheme : public IOPartitionScheme class in inherits:IOPartitionScheme
74 OSDeclareDefaultStructors(IOCDPartitionScheme);
206 OSMetaClassDeclareReservedUnused(IOCDPartitionScheme, 0);
207 OSMetaClassDeclareReservedUnused(IOCDPartitionScheme, 1);
208 OSMetaClassDeclareReservedUnused(IOCDPartitionScheme,
[all...]
H A DIOCDPartitionScheme.cpp27 #include <IOKit/storage/IOCDPartitionScheme.h>
30 OSDefineMetaClassAndStructors(IOCDPartitionScheme, IOPartitionScheme);
34 IOCDMedia * IOCDPartitionScheme::getProvider() const
45 bool IOCDPartitionScheme::init(OSDictionary * properties)
67 void IOCDPartitionScheme::free()
78 IOService * IOCDPartitionScheme::probe(IOService * provider, SInt32 * score)
99 bool IOCDPartitionScheme::start(IOService * provider)
134 OSSet * IOCDPartitionScheme::scan(SInt32 * score)
636 bool IOCDPartitionScheme::isPartitionCorrupt(
651 bool IOCDPartitionScheme
[all...]

Completed in 188 milliseconds