Home
last modified time | relevance | path

Searched refs:fspec (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp49 FileSpec fspec; in GetLLDBPath() local
52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
55 fspec = HostInfo::GetSupportExeDir(); in GetLLDBPath()
58 fspec = HostInfo::GetHeaderDir(); in GetLLDBPath()
62 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()
66 fspec = HostInfo::GetSystemPluginDir(); in GetLLDBPath()
69 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath()
72 fspec = HostInfo::GetProcessTempDir(); in GetLLDBPath()
75 fspec = HostInfo::GetGlobalTempDir(); in GetLLDBPath()
78 fspec in GetLLDBPath()
[all...]
H A DSBFileSpec.cpp36 SBFileSpec::SBFileSpec(const lldb_private::FileSpec &fspec) in SBFileSpec() argument
37 : m_opaque_up(new lldb_private::FileSpec(fspec)) {} in SBFileSpec()
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_snapshot.c26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument
30 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
H A Dt_snapshot_v2.c26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument
30 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
H A Dt_snapshot_log.c26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument
31 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
H A Dt_mount.c75 args.fspec = __UNCONST("/devdisk"); in ATF_TC_BODY()
116 args.fspec = __UNCONST("/devdisk"); in ATF_TC_BODY()
H A Dh_ffs_server.c94 uargs.fspec = __UNCONST("/diskdev"); in main()
/freebsd/contrib/netbsd-tests/fs/msdosfs/
H A Dt_snapshot.c28 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument
33 margs.fspec = __UNCONST(fspec); in mount_diskfs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp73 FileSpec fspec = module_sp->GetSymbolFileFileSpec(); in CreateInstance()
75 if (!fspec) in CreateInstance()
76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
85 module_spec.GetSymbolFileSpec() = fspec; in CreateInstance()
74 FileSpec fspec = module_sp->GetSymbolFileFileSpec(); CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp73 FileSpec fspec = module_sp->GetSymbolFileFileSpec(); in CreateInstance()
75 if (!fspec) in CreateInstance()
76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
85 module_spec.GetSymbolFileSpec() = fspec; in CreateInstance()
74 FileSpec fspec = module_sp->GetSymbolFileFileSpec(); CreateInstance() local
/freebsd/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.h83 SBFileSpec(const lldb_private::FileSpec &fspec);
85 void SetFileSpec(const lldb_private::FileSpec &fspec);
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c137 fuse_getdevice(const char *fspec, struct thread *td, struct cdev **fdevp) in fuse_getdevice() argument
149 NDINIT(ndp, LOOKUP, FOLLOW, UIO_SYSSPACE, fspec); in fuse_getdevice()
308 char *fspec, *subtype, *fsname = NULL; in fuse_vfsop_mount() local
359 fspec = vfs_getopts(opts, "from", &err); in fuse_vfsop_mount()
360 if (!fspec) in fuse_vfsop_mount()
367 err = fuse_getdevice(fspec, td, &fdev); in fuse_vfsop_mount()
443 fsname == NULL ? fspec : fsname, MNAMELEN); in fuse_vfsop_mount()
/freebsd/crypto/openssl/test/
H A Dbioprinttest.c196 const char *fspec = fspecs[i]; in dofptest() local
200 fspec); in dofptest()
202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c184 char *fspec, *cs_disk, *cs_local; in udf_uninit()
205 fspec = NULL; in udf_mount()
206 error = vfs_getopt(opts, "from", (void **)&fspec, &len); in udf_mount()
207 if (!error && fspec[len - 1] != '\0') in udf_mount()
215 if (fspec == NULL) in udf_mount()
217 NDINIT(ndp, LOOKUP, FOLLOW | LOCKLEAF, UIO_SYSSPACE, fspec); in udf_mount()
265 vfs_mountedfrom(mp, fspec); in udf_mount()
195 char *fspec, *cs_disk, *cs_local; udf_mount() local
/freebsd/sys/fs/cd9660/
H A Dcd9660_mount.h41 char *fspec; /* block special device to mount */ member
H A Dcd9660_vfsops.c105 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in cd9660_cmount()
134 char *fspec; in cd9660_mount() local
149 fspec = vfs_getopts(mp->mnt_optnew, "from", &error); in cd9660_mount()
163 NDINIT(&ndp, LOOKUP, FOLLOW | LOCKLEAF, UIO_SYSSPACE, fspec); in cd9660_mount()
198 vfs_mountedfrom(mp, fspec); in cd9660_mount()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c120 char *fspec, int fsflags, vfs_t *parent_vfsp) in mount_snapshot() argument
171 vfs_setmntopt(mp, "from", fspec, 0); in mount_snapshot()
/freebsd/contrib/netbsd-tests/fs/lfs/
H A Dt_pr.c41 args.fspec = __UNCONST(FAKEBLK); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h101 char *fspath, char *fspec, int fsflags);
/freebsd/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c51 args.fspec = __UNCONST(FAKEBLK); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c80 args->ta_uargs.fspec = args->ta_devpath; in ext2fs_fstest_newfs()
H A Dfstest_v7fs.c80 args->ta_uargs.fspec = args->ta_devpath; in v7fs_fstest_newfs()
H A Dfstest_sysvbfs.c80 args->ta_uargs.fspec = args->ta_devpath; in sysvbfs_fstest_newfs()

12