/src/sys/arch/i386/stand/lib/ |
biosdisk.h | 33 int fstype; member in struct:biosdisk_partition
|
biosdisk.h | 33 int fstype; member in struct:biosdisk_partition
|
/src/sys/arch/ews4800mips/stand/common/ |
diskutil.c | 87 switch (fstype(i)) { 126 fstype(int partition) function in typeref:typename:int
|
diskutil.c | 87 switch (fstype(i)) { 126 fstype(int partition) function in typeref:typename:int
|
local.h | 45 enum fstype { enum 63 int fstype(int);
|
local.h | 45 enum fstype { enum 63 int fstype(int);
|
/src/tests/fs/vfs/ |
t_vfsops.c | 54 const char *fstype = atf_tc_get_md_var(tc, "X-fs.mntname"); local in function:tstatvfs 62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype);
|
t_vfsops.c | 54 const char *fstype = atf_tc_get_md_var(tc, "X-fs.mntname"); local in function:tstatvfs 62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype);
|
/src/sys/stand/efiboot/ |
efiblock.h | 59 uint8_t fstype; member in struct:efi_block_part_gpt
|
efiblock.h | 59 uint8_t fstype; member in struct:efi_block_part_gpt
|
/src/usr.sbin/fstyp/ |
hammer.c | 51 static hammer_uuid_t fsid, fstype; local in function:test_ondisk 69 memcpy(&fstype, &ondisk->vol_fstype, sizeof(fstype)); 76 if (!uuid_equal(&ondisk->vol_fstype, &fstype, NULL))
|
hammer.c | 51 static hammer_uuid_t fsid, fstype; local in function:test_ondisk 69 memcpy(&fstype, &ondisk->vol_fstype, sizeof(fstype)); 76 if (!uuid_equal(&ondisk->vol_fstype, &fstype, NULL))
|
hammer2.c | 90 static uuid_t fsid, fstype; local in function:test_voldata 117 memcpy(&fstype, &voldata->fstype, sizeof(fstype)); 127 if (!uuid_equal(&fstype, &voldata->fstype, NULL)) {
|
/src/sys/arch/x68k/x68k/ |
disksubr.c | 171 u_char fstype; local in function:readdisklabel 182 fstype = FS_UNUSED; 186 fstype = FS_MSDOS; 189 fstype = FS_BSDFFS; 192 fstype = FS_BSDLFS; 195 fstype = FS_SWAP; 198 fstype = FS_SWAP; 201 fstype = FS_BSDFFS; /* XXX */ 202 lp->d_partitions[part].p_fstype = fstype; /* XXX */
|
disksubr.c | 171 u_char fstype; local in function:readdisklabel 182 fstype = FS_UNUSED; 186 fstype = FS_MSDOS; 189 fstype = FS_BSDFFS; 192 fstype = FS_BSDLFS; 195 fstype = FS_SWAP; 198 fstype = FS_SWAP; 201 fstype = FS_BSDFFS; /* XXX */ 202 lp->d_partitions[part].p_fstype = fstype; /* XXX */
|
/src/sys/arch/sh3/sh3/ |
disksubr.c | 226 uint16_t *start, *end, *fstype; local in function:dkcksum_mmeye 232 fstype = (uint16_t *)&tdl.d_partitions[i].p_fstype; 233 *fstype = bswap16(*fstype);
|
disksubr.c | 226 uint16_t *start, *end, *fstype; local in function:dkcksum_mmeye 232 fstype = (uint16_t *)&tdl.d_partitions[i].p_fstype; 233 *fstype = bswap16(*fstype);
|
/src/sys/arch/hppa/stand/xxboot/ |
readufs.h | 72 } fstype; member in struct:ufs_info 119 #define ufs_get_inode(ino, di) ((ufs_info.fstype == UFSTYPE_FFS) ? \
|
/src/sys/arch/x68k/stand/boot_ufs/ |
readufs.h | 75 } fstype; member in struct:ufs_info
|
/src/sys/fs/puffs/ |
puffs_vfsops.c | 98 char fstype[_VFS_NAMELEN]; local in function:puffs_vfsop_mount 196 (void)strlcpy(fstype, PUFFS_TYPEPREFIX, sizeof(fstype)); 197 (void)strlcat(fstype, args->pa_typename, sizeof(fstype)); 205 (void)strlcpy(args->pa_typename, fstype, sizeof(args->pa_typename)); 208 UIO_SYSSPACE, fstype, mp, curlwp);
|
/src/usr.sbin/autofs/ |
automountd.c | 82 * Remove "fstype=whatever" from optionsp and return the "whatever" part. 173 char *key, *options, *fstype, *nobrowse, *retrycnt, *tmp; local in function:handle_request 316 * Figure out fstype. 318 fstype = pick_option("fstype=", &options); 319 if (fstype == NULL) { 320 log_debugx("fstype not specified in options; " 322 fstype = checked_strdup("nfs"); 326 if (strcmp(fstype, "nfs") == 0) { 347 assert(!strcmp(fstype, "nfs")) [all...] |
/src/sys/arch/macppc/stand/ofwboot/ |
ofdev.c | 150 u_int8_t fstype; local in function:check_apm_root 153 fstype = 0; 166 fstype = bzb->bzbType; 168 fstype = FS_BSDFFS; 172 fstype = FS_BSDFFS; 175 return fstype; 190 u_int8_t fstype; local in function:search_mac_label 205 fstype = check_apm_root(pme, &clust); 207 if (fstype && (lastclust == -1 || clust < lastclust)) { 210 a_part->p_fstype = fstype; [all...] |
/src/lib/libperfuse/ |
perfuse.c | 443 char *fstype; local in function:perfuse_init 472 if ((fstype = malloc(len)) == NULL) 475 (void)sprintf(fstype, "perfuse|%s", ps->ps_filesystemtype); 477 if ((fstype = strdup("perfuse")) == NULL) 586 if ((pu = puffs_init(pops, source, fstype, ps, puffs_flags)) == NULL)
|
/src/sys/arch/macppc/stand/installboot/ |
installboot.h | 71 struct ib_fs *fstype; /* file system details (see below) */ member in struct:__anon551177cf0208
|
/src/usr.sbin/makefs/ |
makefs.c | 101 fstype_t *fstype; local in function:main 111 if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL) 120 if (fstype->prepare_options) 121 fstype->prepare_options(&fsoptions); 153 usage(fstype, &fsoptions); 226 if (! fstype->parse_options(p, &fsoptions)) 227 usage(fstype, &fsoptions); 249 if (fstype->cleanup_options) 250 fstype->cleanup_options(&fsoptions); 252 if ((fstype = get_fstype(optarg)) == NULL [all...] |