Searched refs:IOPartitionScheme (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.h25 * @header IOPartitionScheme
27 * This header contains the IOPartitionScheme class definition.
36 * The name of the IOPartitionScheme class.
38 * kIOPartitionSchemeClass is the name of the IOPartitionScheme class.
41 #define kIOPartitionSchemeClass "IOPartitionScheme"
94 * @class IOPartitionScheme
99 * The IOPartitionScheme class is the common base class for all partition scheme
109 class IOPartitionScheme : public IOStorage class in inherits:IOStorage
111 OSDeclareDefaultStructors(IOPartitionScheme);
415 OSMetaClassDeclareReservedUnused(IOPartitionScheme,
[all...]
H A DIOPartitionScheme.cpp26 #include <IOKit/storage/IOPartitionScheme.h>
29 OSDefineMetaClassAndStructors(IOPartitionScheme, IOStorage)
65 IOMedia * IOPartitionScheme::getProvider() const
76 bool IOPartitionScheme::init(OSDictionary * properties)
93 void IOPartitionScheme::free()
105 bool IOPartitionScheme::handleOpen(IOService * client,
197 bool IOPartitionScheme::handleIsOpen(const IOService * client) const
215 void IOPartitionScheme::handleClose(IOService * client, IOOptionBits options)
287 void IOPartitionScheme::read(IOService * client,
324 void IOPartitionScheme
[all...]
H A DIOFDiskPartitionScheme.h112 #include <IOKit/storage/IOPartitionScheme.h>
118 class IOFDiskPartitionScheme : public IOPartitionScheme
H A DIOGUIDPartitionScheme.h101 #include <IOKit/storage/IOPartitionScheme.h>
107 class IOGUIDPartitionScheme : public IOPartitionScheme
H A DIOApplePartitionScheme.h129 #include <IOKit/storage/IOPartitionScheme.h>
135 class IOApplePartitionScheme : public IOPartitionScheme
H A DIOApplePartitionScheme.cpp30 #define super IOPartitionScheme
31 OSDefineMetaClassAndStructors(IOApplePartitionScheme, IOPartitionScheme);
H A DIOFDiskPartitionScheme.cpp30 #define super IOPartitionScheme
31 OSDefineMetaClassAndStructors(IOFDiskPartitionScheme, IOPartitionScheme);
H A DIOGUIDPartitionScheme.cpp32 #define super IOPartitionScheme
33 OSDefineMetaClassAndStructors(IOGUIDPartitionScheme, IOPartitionScheme);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h66 #include <IOKit/storage/IOPartitionScheme.h>
72 class IOCDPartitionScheme : public IOPartitionScheme
H A DIOCDPartitionScheme.cpp29 #define super IOPartitionScheme
30 OSDefineMetaClassAndStructors(IOCDPartitionScheme, IOPartitionScheme);
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLGetParentDevice.c46 #import <IOKit/storage/IOPartitionScheme.h>
H A DBLCreateBooterInformationDictionary.c50 #include <IOKit/storage/IOPartitionScheme.h>
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c47 #import <IOKit/storage/IOPartitionScheme.h>
/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c53 #include <IOKit/storage/IOPartitionScheme.h>

Completed in 138 milliseconds