Home
last modified time | relevance | path

Searched refs:efi_char16_t (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dpart_efi.h59 typedef u16 efi_char16_t; typedef
104 #define PARTNAME_SZ (72 / sizeof(efi_char16_t))
111 efi_char16_t partition_name[PARTNAME_SZ];
/external/u-boot/disk/
Dpart_efi.c538 / sizeof(efi_char16_t); in gpt_fill_pte()
546 (efi_char16_t)(partitions[i].name[k]); in gpt_fill_pte()
672 static void gpt_convert_efi_name_to_char(char *s, efi_char16_t *es, int n) in gpt_convert_efi_name_to_char()