Home | History | Annotate | Download | only in sysinst

Lines Matching defs:gpt_part_entry

129 struct gpt_part_entry {
145 struct gpt_part_entry *gp_next;
152 gpt_info_to_part(struct gpt_part_entry *p, const struct disk_part_info *info,
166 struct gpt_part_entry *partitions, /* current partitions */
199 * Parse a part of "gpt show" output into a struct gpt_part_entry.
204 gpt_add_info(struct gpt_part_entry *part, const char *tag, char *val,
251 for (struct gpt_part_entry *p = parts->partitions; p != NULL;
288 struct gpt_part_entry *last = NULL, *add_to = NULL;
355 struct gpt_part_entry *np = calloc(1, sizeof(*np));
395 for (struct gpt_part_entry *p = parts->partitions; p != NULL;
506 const struct gpt_part_entry *p = parts->partitions;
540 const struct gpt_part_entry *p = parts->partitions;
571 gpt_part_entry **list,
572 struct gpt_part_entry *entry, const char **err_msg, part_id *new_id)
574 struct gpt_part_entry *p, *last;
625 struct gpt_part_entry *p = parts->partitions, *n;
678 struct gpt_part_entry *p;
1053 gpt_info_to_part(struct gpt_part_entry *p, const struct disk_part_info *info,
1081 struct gpt_part_entry *p, *n;
1139 struct gpt_part_entry *p, *last = NULL;
1193 gpt_read_part(const char *disk, daddr_t start, struct gpt_part_entry *p)
1258 gpt_modify_part(const char *disk, struct gpt_part_entry *p)
1260 struct gpt_part_entry old;
1351 struct gpt_part_entry *ignore)
1383 for (struct gpt_part_entry *pe = parts->partitions;
1405 gpt_add_wedge(const char *disk, struct gpt_part_entry *p,
1473 struct gpt_part_entry *p = parts->partitions;
1534 struct gpt_part_entry *p, *n;
1665 struct gpt_part_entry *p;
1692 struct gpt_part_entry *p, *n;
1722 struct gpt_part_entry *p;
1762 struct gpt_part_entry *p;
1784 struct gpt_part_entry *p, data;
1829 struct gpt_part_entry *p;
1865 struct gpt_part_entry *p;