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

  /src/usr.sbin/sysinst/
gpt.c 84 struct gpt_ptype_desc { struct
123 static struct gpt_ptype_desc *gpt_ptype_descs = NULL;
130 const struct gpt_ptype_desc *gp_type;
148 static const struct gpt_ptype_desc *gpt_find_native_type(
150 static const struct gpt_ptype_desc *gpt_find_guid_type(const char*);
289 const struct gpt_ptype_desc *native_root
763 gpt_match_ptype(const char *name, struct gpt_ptype_desc *t)
792 struct gpt_ptype_desc *nptypes = realloc(gpt_ptype_descs,
866 static const struct gpt_ptype_desc *
888 static const struct gpt_ptype_desc *
    [all...]

Completed in 12 milliseconds