Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpart_efi.h27 #define GPT_HEADER_SIGNATURE 0x5452415020494645ULL macro
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c83 if (le64_to_cpu(gpt_h->signature) != GPT_HEADER_SIGNATURE) { in validate_gpt_header()
88 GPT_HEADER_SIGNATURE); in validate_gpt_header()
819 gpt_h->signature = cpu_to_le64(GPT_HEADER_SIGNATURE); in gpt_fill_header()