HomeSort by: relevance | last modified time | path
    Searched defs:gpt_part_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
gpt.c 129 struct gpt_part_entry { struct
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
    [all...]
gpt.c 129 struct gpt_part_entry { struct
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
    [all...]

Completed in 23 milliseconds