Searched refs:GPT_ENTRY_SIZE (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c39 static_assert(sizeof(gpt_partition_t) == GPT_ENTRY_SIZE, "unexpected gpt entry size"); variable
374 memcpy(ptr, *p, GPT_ENTRY_SIZE);
375 ptr += GPT_ENTRY_SIZE;
381 header.entries_size = GPT_ENTRY_SIZE;
556 memset(dev->partitions[i], 0, GPT_ENTRY_SIZE);
/fuchsia/zircon/system/public/zircon/hw/
H A Dgpt.h14 #define GPT_ENTRY_SIZE 0x80 macro
/fuchsia/zircon/bootloader/src/
H A Ddiskio.c231 (gpt.entries_size != GPT_ENTRY_SIZE) ||

Completed in 91 milliseconds