Home
last modified time | relevance | path

Searched defs:efi_gpe (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Defi_partition.h180 typedef struct efi_gpe { struct
181 struct uuid efi_gpe_PartitionTypeGUID; argument
182 struct uuid efi_gpe_UniquePartitionGUID; argument
183 diskaddr_t efi_gpe_StartingLBA; argument
184 diskaddr_t efi_gpe_EndingLBA; argument
185 efi_gpe_Attrs_t efi_gpe_Attributes; argument
186 ushort_t efi_gpe_PartitionName[EFI_PART_NAME_LEN]; argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdsk_common.c208 efi_gpe_t **efi_gpe) in vd_efi_alloc_and_read()