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

  /src/usr.sbin/sysinst/
gpt.c 87 uint fsflags, default_fs_type; member in struct:gpt_ptype_desc
413 default_fs_type;
419 p->fs_type = p->gp_type->default_fs_type;
771 t->default_fs_type = gpt_fs_types[i].fstype;
783 t->default_fs_type = FS_BSDFFS;
949 *fstype = gtype->default_fs_type;
951 if (gtype->default_fs_type == FS_BSDFFS)
gpt.c 87 uint fsflags, default_fs_type; member in struct:gpt_ptype_desc
413 default_fs_type;
419 p->fs_type = p->gp_type->default_fs_type;
771 t->default_fs_type = gpt_fs_types[i].fstype;
783 t->default_fs_type = FS_BSDFFS;
949 *fstype = gtype->default_fs_type;
951 if (gtype->default_fs_type == FS_BSDFFS)

Completed in 27 milliseconds