Searched refs:fspec (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_mount.h45 char *fspec; /* mount specifier */ member in struct:nandfs_args
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_snapshot_log.c26 mount_diskfs(const char *fspec, const char *path) argument
31 uargs.fspec = __UNCONST(fspec);
H A Dt_snapshot_v2.c26 mount_diskfs(const char *fspec, const char *path) argument
30 uargs.fspec = __UNCONST(fspec);
H A Dt_snapshot.c26 mount_diskfs(const char *fspec, const char *path) argument
30 uargs.fspec = __UNCONST(fspec);
H A Dt_mount.c75 args.fspec = __UNCONST("/devdisk");
116 args.fspec = __UNCONST("/devdisk");
H A Dh_ffs_server.c94 uargs.fspec = __UNCONST("/diskdev");
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_mount.h42 char *fspec; /* block special device to mount */ member in struct:iso_args
/freebsd-11-stable/contrib/netbsd-tests/fs/msdosfs/
H A Dt_snapshot.c28 mount_diskfs(const char *fspec, const char *path) argument
33 margs.fspec = __UNCONST(fspec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp52 FileSpec fspec; local
55 fspec = HostInfo::GetShlibDir();
58 fspec = HostInfo::GetSupportExeDir();
61 fspec = HostInfo::GetHeaderDir();
65 fspec = ScriptInterpreterPython::GetPythonDir();
69 fspec = HostInfo::GetSystemPluginDir();
72 fspec = HostInfo::GetUserPluginDir();
75 fspec = HostInfo::GetProcessTempDir();
78 fspec = HostInfo::GetGlobalTempDir();
81 fspec
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i42 SetFileSpec (const lldb::SBFileSpec &fspec);
62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
68 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h43 void SetFileSpec(const lldb::SBFileSpec &fspec);
60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
64 void SetSymbolFileSpec(const lldb::SBFileSpec &fspec);
H A DSBFileSpec.h78 SBFileSpec(const lldb_private::FileSpec &fspec);
80 void SetFileSpec(const lldb_private::FileSpec &fspec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp80 FileSpec fspec = module_sp->GetSymbolFileFileSpec();
82 if (!fspec)
83 fspec = obj_file->GetDebugLink().getValueOr(FileSpec());
93 module_spec.GetSymbolFileSpec() = fspec;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c243 char fspec[APR_PATH_MAX]; local
246 end = apr_cpystrn(fspec, thedir->dirname, sizeof fspec);
248 if (end > fspec && end[-1] != '/' && (end < fspec + APR_PATH_MAX))
252 sizeof fspec - (end - fspec));
254 ret = apr_stat(finfo, fspec, APR_FINFO_LINK | wanted, thedir->pool);
/freebsd-11-stable/contrib/netbsd-tests/fs/lfs/
H A Dt_pr.c41 args.fspec = __UNCONST(FAKEBLK);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vfsops.c131 fuse_getdevice(const char *fspec, struct thread *td, struct cdev **fdevp) argument
143 NDINIT(ndp, LOOKUP, FOLLOW, UIO_SYSSPACE, fspec, td);
221 char *fspec, *subtype; local
253 fspec = vfs_getopts(opts, "from", &err);
254 if (!fspec)
261 err = fuse_getdevice(fspec, td, &fdev);
348 copystr(fspec, mp->mnt_stat.f_mntfromname, MNAMELEN - 1, &len);
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c80 args->ta_uargs.fspec = args->ta_devpath;
H A Dfstest_msdosfs.c80 args->ta_uargs.fspec = args->ta_devpath;
H A Dfstest_sysvbfs.c80 args->ta_uargs.fspec = args->ta_devpath;
H A Dfstest_v7fs.c80 args->ta_uargs.fspec = args->ta_devpath;
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h103 char *fspath, char *fspec, int fsflags);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_ufs.c143 ufs_args.fspec = fs_name;
H A Dops_xfs.c134 xfs_args.fspec = fs_name;
H A Dops_efs.c134 efs_args.fspec = fs_name;
/freebsd-11-stable/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c51 args.fspec = __UNCONST(FAKEBLK);

Completed in 233 milliseconds

123