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

  /src/usr.sbin/sysinst/
gpt.c 130 const struct gpt_ptype_desc *gp_type; member in struct:gpt_part_entry
221 part->gp_type = gpt_find_guid_type(s+1);
223 part->gp_type = gpt_find_guid_type(val);
401 if (p->gp_type != NULL) {
403 if (p->gp_type->fsflags != 0) {
406 &p->fs_sub_type, p->gp_type->fsflags);
412 p->fs_type = p->gp_type->
419 p->fs_type = p->gp_type->default_fs_type;
518 if (p->gp_type)
519 info->nat_type = &p->gp_type->gent
    [all...]

Completed in 35 milliseconds