Lines Matching defs:gpt
33 __FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.10 2006/10/04 18:20:25 marcel Exp $");
49 #include "gpt.h"
69 gpt_t gpt;
83 gpt_uuid_generate(ctx->gpt, uuidstore);
95 gpt_uuid_generate(ctx->gpt, uuidstore);
100 cmd_uuid(gpt_t gpt, int argc, char *argv[])
107 if (gpt == NULL)
114 ctx.gpt = gpt;
124 if (gpt_add_find(gpt, &find, ch) == -1)
133 rc = gpt_change_ent(gpt, &find, change_ent, &ctx);
138 return gpt_change_hdr(gpt, &find, change_hdr, &ctx);