Lines Matching refs:gpt
33 __FBSDID("$FreeBSD: src/sbin/gpt/add.c,v 1.14 2006/06/22 22:05:28 marcel Exp $");
49 #include "gpt.h"
70 cmd_unset(gpt_t gpt, int argc, char *argv[])
81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1)
85 if (gpt == NULL || gpt_human_get(gpt, &start) == -1)
89 if (gpt == NULL || gpt_uint_get(gpt, &entry) == -1)
101 for (m = map_first(gpt); m != NULL; m = m->map_next) {
112 if (gpt == NULL || argc != optind)
115 return gpt_attr_update(gpt, entry, 0, attributes);