Searched refs:IOGUIDPartitionScheme (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.h25 * This header contains the IOGUIDPartitionScheme class definition.
34 * kIOGUIDPartitionSchemeClass is the name of the IOGUIDPartitionScheme class.
37 #define kIOGUIDPartitionSchemeClass "IOGUIDPartitionScheme"
107 class IOGUIDPartitionScheme : public IOPartitionScheme class in inherits:IOPartitionScheme
109 OSDeclareDefaultStructors(IOGUIDPartitionScheme);
218 OSMetaClassDeclareReservedUnused(IOGUIDPartitionScheme, 0);
219 OSMetaClassDeclareReservedUnused(IOGUIDPartitionScheme, 1);
220 OSMetaClassDeclareReservedUnused(IOGUIDPartitionScheme, 2);
221 OSMetaClassDeclareReservedUnused(IOGUIDPartitionScheme, 3);
222 OSMetaClassDeclareReservedUnused(IOGUIDPartitionScheme,
[all...]
H A DIOGUIDPartitionScheme.cpp28 #include <IOKit/storage/IOGUIDPartitionScheme.h>
33 OSDefineMetaClassAndStructors(IOGUIDPartitionScheme, IOPartitionScheme);
76 bool IOGUIDPartitionScheme::init(OSDictionary * properties)
93 void IOGUIDPartitionScheme::free()
104 IOService * IOGUIDPartitionScheme::probe(IOService * provider, SInt32 * score)
125 bool IOGUIDPartitionScheme::start(IOService * provider)
162 void IOGUIDPartitionScheme::stop(IOService * provider)
192 IOReturn IOGUIDPartitionScheme::requestProbe(IOOptionBits options)
228 OSSet * IOGUIDPartitionScheme::scan(SInt32 * score)
457 bool IOGUIDPartitionScheme
[all...]
/macosx-10.10.1/gpt-12/
H A Dgpt.h34 #include <IOKit/storage/IOGUIDPartitionScheme.h>
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c54 #include <IOKit/storage/IOGUIDPartitionScheme.h>

Completed in 118 milliseconds