/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/lib/libc/gen/ |
fstab.c | 108 _fs_fstab.fs_type = nextfld(&lp, sep); 109 if (_fs_fstab.fs_type) { 110 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) 112 _fs_fstab.fs_mntops = _fs_fstab.fs_type; 115 strcmp(_fs_fstab.fs_type, FSTAB_SW) ? 156 _fs_fstab.fs_type = __UNCONST(*tp); 162 if (_fs_fstab.fs_type == NULL) 164 if (strcmp(_fs_fstab.fs_type, FSTAB_XX) == 0)
|
/src/include/ |
fstab.h | 65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
|
/src/usr.sbin/sysinst/arch/arc/ |
md.c | 128 if (install->infos[i].fs_type == FS_MSDOS) 215 if (install->infos[i].fs_type != PART_BOOT_TYPE) 278 .fs_type = PART_BOOT_TYPE, 284 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
|
/src/usr.sbin/sysinst/arch/cobalt/ |
md.c | 126 if (install->infos[part].fs_type == PART_BOOT_TYPE) 230 if (install->infos[i].fs_type != PART_BOOT_TYPE) 293 .fs_type = PART_BOOT_TYPE, 299 PT_EXT2, boot_part.fs_type, boot_part.fs_sub_type);
|
/src/usr.sbin/sysinst/ |
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...] |
bsddisklabel.c | 78 .fs_type = PART_BOOT_TYPE, 102 .fs_type = PART_BOOT1_TYPE, 121 .fs_type = PART_BOOT2_TYPE, 138 .type = PT_swap, .fs_type = FS_SWAP }, 140 { .type = PT_root, .mount = "/tmp", .fs_type = FS_TMPFS, 143 { .type = PT_root, .mount = "/tmp", .fs_type = FS_MFS, 147 .fs_type = FS_BSDFFS, .fs_version = 3 }, 149 .fs_type = FS_BSDFFS, .fs_version = 3 }, 241 if (pset->infos[opt].fs_type == FS_TMPFS) { 259 getfslabelname(pset->infos[opt].fs_type, [all...] |
mbr.h | 69 uint fs_type[MBR_PART_COUNT], fs_sub_type[MBR_PART_COUNT]; member in struct:mbr_info_t
|
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
|
partitions.c | 103 dest->fs_type,
|
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...] |
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) {
|
mbr.c | 628 &mbri->fs_type[i], 1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type) 1172 switch (fs_type) { 1380 if (mb->fs_type[i] != FS_UNUSED) { 1381 info->fs_type = mb->fs_type[i]; 1404 info->fs_type = FS_MSDOS; 1408 info->fs_type = FS_EX2FS; 1412 info->fs_type = FS_SYSV; 1415 info->fs_type = FS_NTFS [all...] |
/src/usr.sbin/sysinst/arch/ews4800mips/ |
md.c | 143 if (info.fs_type != PART_BOOT_TYPE) 258 .fs_type = PART_BOOT_TYPE, 262 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
|
/src/usr.sbin/sysinst/arch/prep/ |
md.c | 124 if (install->infos[part].fs_type == FS_BOOT) { 231 if (install->infos[i].fs_type != PART_BOOT_TYPE) 291 .fs_type = PART_BOOT_TYPE, 295 PT_root, boot_part.fs_type, boot_part.fs_sub_type);
|
/src/sbin/dump/ |
optr.c | 345 new->fs_type = xstrdup(fs->fs_type); 375 if (strcmp(fs->fs_type, FSTAB_RW) && 376 strcmp(fs->fs_type, FSTAB_RO) && 377 strcmp(fs->fs_type, FSTAB_RQ))
|
/src/usr.sbin/sysinst/arch/ofppc/ |
md.c | 330 if (info.fs_type == FS_MSDOS) { 333 } else if (info.fs_type == FS_BOOT) { 336 } else if (info.fs_type == FS_OTHER) { 620 { .fs_type = FS_MSDOS, .size = FAT12_BOOT_SIZE/512 }, 621 { .fs_type = FS_OTHER, .size = BINFO_BOOT_SIZE/512 }, 622 { .fs_type = FS_BOOT, .size = PREP_BOOT_SIZE/512 }
|
/src/usr.sbin/sysinst/arch/evbarm/ |
md.c | 158 if (install->infos[i].fs_type == FS_MSDOS) 339 .fs_type = PART_BOOT_TYPE, 374 if (infos[i].fs_type == PART_BOOT_TYPE &&
|
/src/sbin/swapctl/ |
swapctl.c | 699 if (strcmp(fp->fs_type, "dp") == 0) 702 if (strcmp(fp->fs_type, "sw") == 0) 739 if (strcmp(fp->fs_type, "sw") != 0 && 740 strcmp(fp->fs_type, "dp") != 0) 750 if (strcmp(fp->fs_type, "dp") == 0 && add) {
|
/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...] |
/src/usr.sbin/quotaon/ |
quotaon.c | 142 strcmp(fs->fs_type, FSTAB_RW))
|
/src/sbin/fsck/ |
fsck.c | 227 if (BADTYPE(fs->fs_type)) 253 if (BADTYPE(fs->fs_type))
|
/src/usr.sbin/sysinst/arch/luna68k/ |
md.c | 124 if (install->infos[i].fs_type != PART_BOOT_TYPE)
|
/src/usr.sbin/sysinst/arch/i386/ |
md.c | 697 .fs_type = FS_MSDOS, .fs_sub_type = MBR_PTYPE_FAT32L, 953 .fs_type = FS_MSDOS, .fs_version = MBR_PTYPE_FAT32L,
|
/src/sbin/mount/ |
mount.c | 184 if (BADTYPE(fs->fs_type)) 269 if (BADTYPE(fs->fs_type))
|