Lines Matching full:gpt
28 #include <sys/gpt.h>
31 #error gpt.c works only for little endian architectures
37 #include "gpt.h"
59 * We need to update the following for both primary and backup GPT: in gptupdate()
72 printf("%s: unable to update %s GPT partition table\n", in gptupdate()
85 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
189 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
197 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
204 printf("%s: %s GPT header checksum mismatch\n", BOOTPROG, in gptread_hdr()
263 printf("%s: unable to update %s GPT partition table\n", in gptbootconv()
278 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv()
298 printf("%s: unable to read %s GPT partition table\n", in gptread_table()
314 printf("%s: %s GPT table checksum mismatch\n", BOOTPROG, which); in gptread_table()
326 * Read and verify both GPT headers: primary and backup. in gptread()
354 printf("%s: unable to locate backup GPT header\n", BOOTPROG); in gptread()
361 printf("%s: using backup GPT\n", BOOTPROG); in gptread()