Searched refs:gpt_find (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sbin/gpt/ |
H A D | gpt.h | 113 struct gpt_find { struct 121 int gpt_change_ent(gpt_t, const struct gpt_find *, argument 123 int gpt_change_hdr(gpt_t, const struct gpt_find *, 125 int gpt_add_find(gpt_t, struct gpt_find *, int);
|
H A D | remove.c | 79 struct gpt_find find; in cmd_remove()
|
H A D | type.c | 81 struct gpt_find find; in cmd_type()
|
H A D | uuid.c | 103 struct gpt_find find; in cmd_uuid()
|
H A D | label.c | 127 struct gpt_find find; in cmd_label()
|
H A D | gpt.c | 1001 gpt_add_find(gpt_t gpt, struct gpt_find *find, int ch) in gpt_add_find() 1041 gpt_change_ent(gpt_t gpt, const struct gpt_find *find, in gpt_change_ent() 1103 gpt_change_hdr(gpt_t gpt, const struct gpt_find *find, in gpt_change_hdr()
|