Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Defi_partition.h160 typedef struct efi_gpe { struct
161 struct uuid efi_gpe_PartitionTypeGUID; argument
162 struct uuid efi_gpe_UniquePartitionGUID; argument
163 diskaddr_t efi_gpe_StartingLBA; argument
164 diskaddr_t efi_gpe_EndingLBA; argument
165 efi_gpe_Attrs_t efi_gpe_Attributes; argument
166 ushort_t efi_gpe_PartitionName[EFI_PART_NAME_LEN]; argument
/titanic_50/usr/src/uts/sun4v/io/
H A Dvdsk_common.c208 efi_gpe_t **efi_gpe) in vd_efi_alloc_and_read()