HomeSort by: relevance | last modified time | path
    Searched refs:gpt_find (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/gpt/
gpt.h 111 #define GPT_FIND "ab:i:L:s:t:"
113 struct gpt_find { struct
121 int gpt_change_ent(gpt_t, const struct gpt_find *,
123 int gpt_change_hdr(gpt_t, const struct gpt_find *,
125 int gpt_add_find(gpt_t, struct gpt_find *, int);
remove.c 79 struct gpt_find find;
85 while ((ch = getopt(argc, argv, GPT_FIND)) != -1)
type.c 81 struct gpt_find find;
88 while ((ch = getopt(argc, argv, GPT_FIND "T:l")) != -1) {
uuid.c 103 struct gpt_find find;
116 while ((ch = getopt(argc, argv, GPT_FIND "U:")) != -1) {
label.c 127 struct gpt_find find;
134 while ((ch = getopt(argc, argv, GPT_FIND "f:l:")) != -1) {
gpt.c 1002 gpt_add_find(gpt_t gpt, struct gpt_find *find, int ch)
1042 gpt_change_ent(gpt_t gpt, const struct gpt_find *find,
1103 gpt_change_hdr(gpt_t gpt, const struct gpt_find *find,

Completed in 15 milliseconds