Home
last modified time | relevance | path

Searched refs:GPT_SIGNATURE (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/partition/
Dgpt.h18 #define GPT_SIGNATURE "EFI PART" macro
/device/google/sunfish/gpt-utils/
Dgpt-utils.h43 #define GPT_SIGNATURE "EFI PART" macro
Dgpt-utils.cpp434 if (memcmp(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE))) in gpt_get_state()
498 memcpy(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE)); in gpt_set_state()
/device/google/crosshatch/gpt-utils/
Dgpt-utils.h43 #define GPT_SIGNATURE "EFI PART" macro
Dgpt-utils.cpp434 if (memcmp(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE))) in gpt_get_state()
498 memcpy(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE)); in gpt_set_state()
/device/google/coral/gpt-utils/
Dgpt-utils.h43 #define GPT_SIGNATURE "EFI PART" macro
Dgpt-utils.cpp434 if (memcmp(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE))) in gpt_get_state()
498 memcpy(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE)); in gpt_set_state()
/device/google/bonito/gpt-utils/
Dgpt-utils.h43 #define GPT_SIGNATURE "EFI PART" macro
Dgpt-utils.cpp434 if (memcmp(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE))) in gpt_get_state()
498 memcpy(gpt_header, GPT_SIGNATURE, sizeof(GPT_SIGNATURE)); in gpt_set_state()
/device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
Dpartition.c93 if (memcmp(header.signature, GPT_SIGNATURE, in load_gpt_header()