Changeset View
Changeset View
Standalone View
Standalone View
sys/geom/part/g_part.h
| Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | enum g_part_alias { | ||||
| G_PART_ALIAS_SOLARIS_HOME, /* A Solaris /home partition entry. */ | G_PART_ALIAS_SOLARIS_HOME, /* A Solaris /home partition entry. */ | ||||
| G_PART_ALIAS_SOLARIS_ALTSEC, /* A Solaris alternate sector partition entry. */ | G_PART_ALIAS_SOLARIS_ALTSEC, /* A Solaris alternate sector partition entry. */ | ||||
| G_PART_ALIAS_SOLARIS_RESERVED, /* A Solaris reserved partition entry. */ | G_PART_ALIAS_SOLARIS_RESERVED, /* A Solaris reserved partition entry. */ | ||||
| G_PART_ALIAS_U_BOOT_ENV, /* A U-Boot environment partition entry. */ | G_PART_ALIAS_U_BOOT_ENV, /* A U-Boot environment partition entry. */ | ||||
| G_PART_ALIAS_VMFS, /* A VMware VMFS partition entry */ | G_PART_ALIAS_VMFS, /* A VMware VMFS partition entry */ | ||||
| G_PART_ALIAS_VMKDIAG, /* A VMware vmkDiagnostic partition entry */ | G_PART_ALIAS_VMKDIAG, /* A VMware vmkDiagnostic partition entry */ | ||||
| G_PART_ALIAS_VMRESERVED, /* A VMware reserved partition entry */ | G_PART_ALIAS_VMRESERVED, /* A VMware reserved partition entry */ | ||||
| G_PART_ALIAS_VMVSANHDR, /* A VMware vSAN header partition entry */ | G_PART_ALIAS_VMVSANHDR, /* A VMware vSAN header partition entry */ | ||||
| G_PART_ALIAS_XBOOTLDR, /* A Systemd/Linux extended boot partition | |||||
| Also used by visionfive2 as part of the boot sequence */ | |||||
| /* Keep the following last */ | /* Keep the following last */ | ||||
| G_PART_ALIAS_COUNT | G_PART_ALIAS_COUNT | ||||
| }; | }; | ||||
| const char *g_part_alias_name(enum g_part_alias); | const char *g_part_alias_name(enum g_part_alias); | ||||
| /* G_PART scheme (KOBJ class). */ | /* G_PART scheme (KOBJ class). */ | ||||
| struct g_part_scheme { | struct g_part_scheme { | ||||
| ▲ Show 20 Lines • Show All 140 Lines • Show Last 20 Lines | |||||