|
NeKernel dev
|
#include <libSystem/SystemKit/System.h>Go to the source code of this file.
Classes | |
| struct | DI::DI_DISK_IMAGE |
| Disk Image file structure. More... | |
Namespaces | |
| namespace | DI |
Macros | |
| #define | kDISectorSz (512) |
| #define | kDIMinDiskSz mib_cast(1) |
| #define | kDIDefaultOutputName "disk.eimg" |
| #define | kDIDefaultDiskName "Disk" |
| #define | kDISuccessStatus (0) |
| #define | kDIFailureStatus (1) |
| #define | kDIDiskNameLen (16) |
| #define | kDIOutNameLen (256) |
Functions | |
| SInt32 | DI::DIFormatPartitionEPM (struct DI_DISK_IMAGE &img) |
| Format with an EPM partition. | |
| SInt32 | DI::DIFormatFilesystemNeFS (struct DI_DISK_IMAGE &img) |
| NeFS format over EPM. | |
| SInt32 | DI::DIFormatFilesystemOpenHeFS (struct DI_DISK_IMAGE &img) |
| OpenHeFS format over EPM. | |
| #define kDIDefaultDiskName "Disk" |
| #define kDIDefaultOutputName "disk.eimg" |
| #define kDIDiskNameLen (16) |
| #define kDIFailureStatus (1) |
| #define kDIMinDiskSz mib_cast(1) |
| #define kDIOutNameLen (256) |
| #define kDISectorSz (512) |
| #define kDISuccessStatus (0) |