/src/include/ |
fstab.h | 65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
|
/src/usr.sbin/sysinst/ |
mbr.h | 69 uint fs_type[MBR_PART_COUNT], fs_sub_type[MBR_PART_COUNT]; member in struct:mbr_info_t
|
disklabel.c | 275 uint fs_type, fs_sub_type; local in function:disklabel_parts_read 278 &fs_type, &fs_sub_type, flags); 283 fs_type) 787 info->fs_type = parts->l.d_partitions[part].p_fstype; 868 assert(info->fs_type == 0 || info->fs_type == 1070 switch (info->fs_type) {
|
partitions.h | 51 * Import all the file system types, as enum fs_type. 53 #define FSTYPE_ENUMNAME fs_type 154 unsigned int fs_type, fs_sub_type, /* FS_* type of filesystem member in struct:disk_part_info
|
label.c | 113 unsigned int fs_type, fs_sub_type; local in function:checklabel 132 fs_type = info.fs_type; 154 getfslabelname(fs_type, fs_sub_type)); 159 getfslabelname(info.fs_type, 519 if ((info.fs_type != FS_UNUSED && 520 info.fs_type == pset->infos[i].fs_type) || 551 uint t = edit->info.fs_type; 598 edit->info.fs_type = FS_BSDFFS [all...] |
gpt.c | 137 uint fs_type, fs_sub_type, /* FS_* and maybe sub type */ member in struct:gpt_part_entry 405 p->gp_start, &p->fs_type, 412 p->fs_type = p->gp_type-> 419 p->fs_type = p->gp_type->default_fs_type; 425 if (fs_is_default && p->fs_type == FS_BSDFFS) 523 info->fs_type = p->fs_type; 1064 p->fs_type = info->fs_type; 1414 tname = bsdlabel_fstype_to_str(p->fs_type); [all...] |
defs.h | 334 uint fs_type, fs_version; /* e.g. FS_LFS, or FS_BSDFS, member in struct:part_usage_info 772 * The fs_type and fs_sub_type pointers may be NULL. 774 const char *get_last_mounted(int fd, daddr_t offset, uint *fs_type,
|
/src/sys/dev/isa/ |
finsio_isa.c | 114 u_int fs_type; member in struct:finsio_sensor 143 .fs_type = ENVSYS_SVOLTS_DC, 151 .fs_type = ENVSYS_SVOLTS_DC, 159 .fs_type = ENVSYS_SVOLTS_DC, 167 .fs_type = ENVSYS_SVOLTS_DC, 175 .fs_type = ENVSYS_SVOLTS_DC, 183 .fs_type = ENVSYS_SVOLTS_DC, 191 .fs_type = ENVSYS_SVOLTS_DC, 199 .fs_type = ENVSYS_SVOLTS_DC, 207 .fs_type = ENVSYS_SVOLTS_DC [all...] |
/src/usr.sbin/sysinst/arch/mac68k/ |
md.c | 253 uint fs_type; local in function:md_make_bsd_partitions 288 fs_type = FS_UNUSED; 291 fs_type = FS_HFS; 296 fs_type = FS_BSDFFS; 300 fs_type = FS_SWAP; 303 fs_type = FS_OTHER; 309 if (fs_type != FS_UNUSED) { 313 info.fs_type = fs_type; 316 PT_root, fs_type, 0) [all...] |