Searched defs:efi_gpe (Results 1 – 2 of 2) sorted by relevance
160 typedef struct efi_gpe { struct161 struct uuid efi_gpe_PartitionTypeGUID; argument162 struct uuid efi_gpe_UniquePartitionGUID; argument163 diskaddr_t efi_gpe_StartingLBA; argument164 diskaddr_t efi_gpe_EndingLBA; argument165 efi_gpe_Attrs_t efi_gpe_Attributes; argument166 ushort_t efi_gpe_PartitionName[EFI_PART_NAME_LEN]; argument
208 efi_gpe_t **efi_gpe) in vd_efi_alloc_and_read()