|
libparted 3.6
|
Go to the source code of this file.
Data Structures | |
| struct | AmigaIds |
| struct | PartitionBlock |
Macros | |
| #define | PART(pos) |
| #define | PBFB_BOOTABLE 0 /* this partition is intended to be bootable */ |
| #define | PBFB_NOMOUNT 1 /* do not mount this partition (e.g. manually */ |
| #define | PBFF_BOOTABLE 1L /* (expected directories and files exist) */ |
| #define | PBFF_NOMOUNT 2L /* mounted, but space reserved here) */ |
Functions | |
| struct AmigaIds * | _amiga_add_id (uint32_t id, struct AmigaIds *ids) |
| void | _amiga_free_ids (struct AmigaIds *ids) |
| int | _amiga_id_in_list (uint32_t id, struct AmigaIds *ids) _GL_ATTRIBUTE_PURE |
| struct PartitionBlock * | amiga_find_part (PedGeometry *geom, struct PartitionBlock *part) |
| #define PART | ( | pos | ) |
| #define PBFB_BOOTABLE 0 /* this partition is intended to be bootable */ |
| #define PBFB_NOMOUNT 1 /* do not mount this partition (e.g. manually */ |
| #define PBFF_BOOTABLE 1L /* (expected directories and files exist) */ |
| #define PBFF_NOMOUNT 2L /* mounted, but space reserved here) */ |
| void _amiga_free_ids | ( | struct AmigaIds * | ids | ) |
| int _amiga_id_in_list | ( | uint32_t | id, |
| struct AmigaIds * | ids ) |
| struct PartitionBlock * amiga_find_part | ( | PedGeometry * | geom, |
| struct PartitionBlock * | part ) |