Searched refs:IOApplePartitionScheme (Results 1 - 3 of 3) sorted by path

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.cpp27 #include <IOKit/storage/IOApplePartitionScheme.h>
31 OSDefineMetaClassAndStructors(IOApplePartitionScheme, IOPartitionScheme);
51 bool IOApplePartitionScheme::init(OSDictionary * properties)
74 void IOApplePartitionScheme::free()
85 IOService * IOApplePartitionScheme::probe(IOService * provider, SInt32 * score)
106 bool IOApplePartitionScheme::start(IOService * provider)
143 void IOApplePartitionScheme::stop(IOService * provider)
173 IOReturn IOApplePartitionScheme::requestProbe(IOOptionBits options)
209 OSSet * IOApplePartitionScheme::scan(SInt32 * score)
429 bool IOApplePartitionScheme
[all...]
H A DIOApplePartitionScheme.h25 * This header contains the IOApplePartitionScheme class definition.
34 * kIOApplePartitionSchemeClass is the name of the IOApplePartitionScheme class.
37 #define kIOApplePartitionSchemeClass "IOApplePartitionScheme"
135 class IOApplePartitionScheme : public IOPartitionScheme class in inherits:IOPartitionScheme
137 OSDeclareDefaultStructors(IOApplePartitionScheme);
245 OSMetaClassDeclareReservedUnused(IOApplePartitionScheme, 0);
246 OSMetaClassDeclareReservedUnused(IOApplePartitionScheme, 1);
247 OSMetaClassDeclareReservedUnused(IOApplePartitionScheme, 2);
248 OSMetaClassDeclareReservedUnused(IOApplePartitionScheme, 3);
249 OSMetaClassDeclareReservedUnused(IOApplePartitionScheme,
[all...]
/macosx-10.10/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c52 #include <IOKit/storage/IOApplePartitionScheme.h>

Completed in 309 milliseconds