Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_gpt.c8 #define GPT_MAGIC 0x5452415020494645ULL macro
173 if (gpt_hdr->magic != SWAP_LE64(GPT_MAGIC)) { in check_gpt_label()