Home | History | Annotate | Download | only in gpt

Lines Matching defs:gpt

51 #include "gpt.h"
89 if (strcmp(p, "gpt") == 0)
147 gpt_t gpt;
151 if (strcmp(getprogname(), "gpt") == 0) {
220 gpt = gpt_open(dev, flags | cmdsw[i]->flags,
222 if (gpt == NULL)
229 gpt = NULL;
232 if ((*cmdsw[i]->fptr)(gpt, argc, argv) == -1)
235 if (gpt)
236 gpt_close(gpt);