Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c92 gpt_header_t *header) in load_gpt_header()
105 sizeof(gpt_header_t), &bytes_read); in load_gpt_header()
106 if ((result != 0) || (sizeof(gpt_header_t) != bytes_read)) { in load_gpt_header()
109 sizeof(gpt_header_t), bytes_read); in load_gpt_header()
126 calc_crc = tf_crc32(0U, (uint8_t *)header, sizeof(gpt_header_t)); in load_gpt_header()
227 static int load_partition_gpt(uintptr_t image_handle, gpt_header_t header) in load_partition_gpt()
312 gpt_header_t header; in load_backup_gpt()
377 gpt_header_t header; in load_primary_gpt()
/rk3399_ARM-atf/include/drivers/partition/
H A Dgpt.h46 } __packed gpt_header_t; typedef