Searched refs:GPT_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
14 #define GPT_ENTRY_SIZE 0x80 macro
50 static_assert(sizeof(gpt_partition_t) == GPT_ENTRY_SIZE, "unexpected gpt entry size");191 memcpy(ptr, *p, GPT_ENTRY_SIZE); in gpt_device_finalize_and_sync()192 ptr += GPT_ENTRY_SIZE; in gpt_device_finalize_and_sync()198 header.entries_size = GPT_ENTRY_SIZE; in gpt_device_finalize_and_sync()602 memset(dev->partitions[i], 0, GPT_ENTRY_SIZE); in gpt_partition_remove()
Completed in 5 milliseconds