| /netbsd-src/sys/dev/isa/ |
| H A D | finsio_isa.c | 114 u_int fs_type; member 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 …]
|
| /netbsd-src/lib/libc/gen/ |
| H A D | fstab.c | 108 _fs_fstab.fs_type = nextfld(&lp, sep); in fstabscan() 109 if (_fs_fstab.fs_type) { in fstabscan() 110 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX)) in fstabscan() 112 _fs_fstab.fs_mntops = _fs_fstab.fs_type; in fstabscan() 115 strcmp(_fs_fstab.fs_type, FSTAB_SW) ? in fstabscan() 156 _fs_fstab.fs_type = __UNCONST(*tp); in fstabscan() 162 if (_fs_fstab.fs_type == NULL) in fstabscan() 164 if (strcmp(_fs_fstab.fs_type, FSTAB_XX) == 0) in fstabscan()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-fs-readdir.c | 51 ASSERT(req->fs_type == UV_FS_CLOSEDIR); in empty_closedir_cb() 62 ASSERT(req->fs_type == UV_FS_READDIR); in empty_readdir_cb() 78 ASSERT(req->fs_type == UV_FS_OPENDIR); in empty_opendir_cb() 119 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL() 172 ASSERT(req->fs_type == UV_FS_OPENDIR); in non_existing_opendir_cb() 192 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL() 224 ASSERT(req->fs_type == UV_FS_OPENDIR); in file_opendir_cb() 245 ASSERT(opendir_req.fs_type == UV_FS_OPENDIR); in TEST_IMPL() 286 ASSERT(req->fs_type == UV_FS_READDIR); in non_empty_readdir_cb() 327 ASSERT(req->fs_type == UV_FS_OPENDIR); in non_empty_opendir_cb() [all …]
|
| H A D | test-fs.c | 195 ASSERT(req->fs_type == UV_FS_LINK); in link_cb() 203 ASSERT(req->fs_type == UV_FS_SYMLINK); in symlink_cb() 210 ASSERT(req->fs_type == UV_FS_READLINK); in readlink_cb() 221 ASSERT(req->fs_type == UV_FS_REALPATH); in realpath_cb() 248 ASSERT(req->fs_type == UV_FS_ACCESS); in access_cb() 255 ASSERT(req->fs_type == UV_FS_FCHMOD); in fchmod_cb() 264 ASSERT(req->fs_type == UV_FS_CHMOD); in chmod_cb() 273 ASSERT(req->fs_type == UV_FS_FCHOWN); in fchown_cb() 281 ASSERT(req->fs_type == UV_FS_CHOWN); in chown_cb() 288 ASSERT(req->fs_type == UV_FS_LCHOWN); in lchown_cb() [all …]
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | label.c | 113 unsigned int fs_type, fs_sub_type; in checklabel() local 132 fs_type = info.fs_type; in checklabel() 154 getfslabelname(fs_type, fs_sub_type)); in checklabel() 159 getfslabelname(info.fs_type, in checklabel() 519 if ((info.fs_type != FS_UNUSED && in renumber_partitions() 520 info.fs_type == pset->infos[i].fs_type) || in renumber_partitions() 551 uint t = edit->info.fs_type; in init_fs_type_ext() 598 edit->info.fs_type = FS_BSDFFS; in set_fstype_ext() 602 edit->info.fs_type = FS_EX2FS; in set_fstype_ext() 616 edit->info.fs_type = i; in set_fstype_ext() [all …]
|
| H A D | 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) { in draw_size_menu_line() 259 getfslabelname(pset->infos[opt].fs_type, in draw_size_menu_line() [all …]
|
| H A D | gpt.c | 137 uint fs_type, fs_sub_type, /* FS_* and maybe sub type */ member 405 p->gp_start, &p->fs_type, in gpt_read_from_disk() 412 p->fs_type = p->gp_type-> in gpt_read_from_disk() 419 p->fs_type = p->gp_type->default_fs_type; in gpt_read_from_disk() 425 if (fs_is_default && p->fs_type == FS_BSDFFS) in gpt_read_from_disk() 523 info->fs_type = p->fs_type; in gpt_get_part_info() 1064 p->fs_type = info->fs_type; in gpt_info_to_part() 1414 tname = bsdlabel_fstype_to_str(p->fs_type); in gpt_add_wedge() 1749 if (p->fs_type == FS_SWAP || in gpt_custom_attribute_writable()
|
| H A D | partitions.h | 53 #define FSTYPE_ENUMNAME fs_type 154 unsigned int fs_type, fs_sub_type, /* FS_* type of filesystem member
|
| H A D | mbr.c | 628 &mbri->fs_type[i], in read_mbr() 1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type) in mbr_get_fs_part_type() argument 1172 switch (fs_type) { in mbr_get_fs_part_type() 1380 if (mb->fs_type[i] != FS_UNUSED) { in mbr_do_get_part_info() 1381 info->fs_type = mb->fs_type[i]; in mbr_do_get_part_info() 1404 info->fs_type = FS_MSDOS; in mbr_do_get_part_info() 1408 info->fs_type = FS_EX2FS; in mbr_do_get_part_info() 1412 info->fs_type = FS_SYSV; in mbr_do_get_part_info() 1415 info->fs_type = FS_NTFS; in mbr_do_get_part_info() 1418 info->fs_type = FS_HFS; in mbr_do_get_part_info() [all …]
|
| /netbsd-src/usr.sbin/sysinst/arch/arc/ |
| H A D | md.c | 128 if (install->infos[i].fs_type == FS_MSDOS) in md_check_partitions() 215 if (install->infos[i].fs_type != PART_BOOT_TYPE) in md_pre_update() 278 .fs_type = PART_BOOT_TYPE, in md_parts_use_wholedisk() 284 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/cobalt/ |
| H A D | md.c | 126 if (install->infos[part].fs_type == PART_BOOT_TYPE) in md_check_partitions() 230 if (install->infos[i].fs_type != PART_BOOT_TYPE) in md_pre_update() 293 .fs_type = PART_BOOT_TYPE, in md_parts_use_wholedisk() 299 PT_EXT2, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/prep/ |
| H A D | md.c | 124 if (install->infos[part].fs_type == FS_BOOT) { in md_check_partitions() 231 if (install->infos[i].fs_type != PART_BOOT_TYPE) in md_pre_update() 291 .fs_type = PART_BOOT_TYPE, in md_parts_use_wholedisk() 295 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/ews4800mips/ |
| H A D | md.c | 143 if (info.fs_type != PART_BOOT_TYPE) in md_pre_disklabel() 258 .fs_type = PART_BOOT_TYPE, in md_parts_use_wholedisk() 262 PT_root, boot_part.fs_type, boot_part.fs_sub_type); in md_parts_use_wholedisk()
|
| /netbsd-src/usr.sbin/sysinst/arch/mac68k/ |
| H A D | md.c | 253 uint fs_type; in md_make_bsd_partitions() local 288 fs_type = FS_UNUSED; in md_make_bsd_partitions() 291 fs_type = FS_HFS; in md_make_bsd_partitions() 296 fs_type = FS_BSDFFS; in md_make_bsd_partitions() 300 fs_type = FS_SWAP; in md_make_bsd_partitions() 303 fs_type = FS_OTHER; in md_make_bsd_partitions() 309 if (fs_type != FS_UNUSED) { in md_make_bsd_partitions() 313 info.fs_type = fs_type; in md_make_bsd_partitions() 316 PT_root, fs_type, 0); in md_make_bsd_partitions() 338 if (install->infos[ndx].fs_type == FS_BSDFFS && in md_make_bsd_partitions()
|
| /netbsd-src/sbin/dump/ |
| H A D | optr.c | 345 new->fs_type = xstrdup(fs->fs_type); in allocfsent() 375 if (strcmp(fs->fs_type, FSTAB_RW) && in getfstab() 376 strcmp(fs->fs_type, FSTAB_RO) && in getfstab() 377 strcmp(fs->fs_type, FSTAB_RQ)) in getfstab()
|
| /netbsd-src/usr.sbin/sysinst/arch/ofppc/ |
| H A D | md.c | 335 if (info.fs_type == FS_MSDOS) { in md_check_partitions() 338 } else if (info.fs_type == FS_BOOT) { in md_check_partitions() 341 } else if (info.fs_type == FS_OTHER) { in md_check_partitions() 625 { .fs_type = FS_MSDOS, .size = FAT12_BOOT_SIZE/512 }, in md_parts_use_wholedisk() 626 { .fs_type = FS_OTHER, .size = BINFO_BOOT_SIZE/512 }, in md_parts_use_wholedisk() 627 { .fs_type = FS_BOOT, .size = PREP_BOOT_SIZE/512 } in md_parts_use_wholedisk()
|
| /netbsd-src/sbin/swapctl/ |
| H A D | swapctl.c | 699 if (strcmp(fp->fs_type, "dp") == 0) in check_fstab() 702 if (strcmp(fp->fs_type, "sw") == 0) in check_fstab() 739 if (strcmp(fp->fs_type, "sw") != 0 && in do_fstab() 740 strcmp(fp->fs_type, "dp") != 0) in do_fstab() 750 if (strcmp(fp->fs_type, "dp") == 0 && add) { in do_fstab()
|
| /netbsd-src/usr.sbin/sysinst/arch/evbarm/ |
| H A D | md.c | 158 if (install->infos[i].fs_type == FS_MSDOS) in md_check_partitions() 339 .fs_type = PART_BOOT_TYPE, in md_parts_use_wholedisk() 374 if (infos[i].fs_type == PART_BOOT_TYPE && in evbarm_part_defaults()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | srvr_amfs_auto.c | 75 fs->fs_type = "local"; in amfs_generic_find_srvr() 206 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state); in srvrlog()
|
| H A D | amq_subr.c | 277 if (STREQ(mp->am_al->al_mnt->mf_ops->fs_type, "toplvl")) in amqproc_pawd_1_svc() 279 if (STREQ(mp->am_al->al_mnt->mf_ops->fs_type, "auto")) in amqproc_pawd_1_svc() 345 if (!xdr_amq_string(xdrs, &mp->am_al->al_mnt->mf_ops->fs_type)) { in xdr_amq_mount_tree_node() 495 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) { in xdr_amq_mount_info_qelem()
|
| H A D | am_ops.c | 167 xstrlcat(buf, (*ap)->fs_type, l); in ops_showamfstypes() 170 linesize += strlen((*ap)->fs_type) + 2; in ops_showamfstypes() 379 if (STREQ(rop->fs_type, type)) in ops_search()
|
| H A D | mntfs.c | 327 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags); in free_mntfs() 361 mf->mf_ops->fs_type, mf->mf_mount); in free_mntfs() 374 mf->mf_mount, mf->mf_ops->fs_type); in free_mntfs()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | fs.c | 106 req->fs_type = UV_FS_ ## subtype; \ 1703 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work() 1704 req->fs_type == UV_FS_READ); in uv__fs_work() 1714 switch (req->fs_type) { in uv__fs_work() 1761 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work() 1762 req->fs_type == UV_FS_FSTAT || in uv__fs_work() 1763 req->fs_type == UV_FS_LSTAT)) { in uv__fs_work() 2206 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup() 2212 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup() 2215 if (req->fs_type == UV_FS_SCANDIR && req->ptr != NULL) in uv_fs_req_cleanup() [all …]
|
| /netbsd-src/include/ |
| H A D | fstab.h | 65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */ member
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | dir.c | 430 char fs_type[BUFSIZ]; in find_directory() local 532 &fs_flags, fs_type, sizeof (fs_type)) == FALSE) in find_directory() 534 else if (!strcmp(fs_type, "FAT")) in find_directory() 536 else if (!strcmp(fs_type, "NTFS")) in find_directory()
|