/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBHostOS.cpp | 49 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 D | SBFileSpec.cpp | 36 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 D | t_snapshot.c | 26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument 30 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
|
H A D | t_snapshot_v2.c | 26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument 30 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
|
H A D | t_snapshot_log.c | 26 mount_diskfs(const char *fspec, const char *path) in mount_diskfs() argument 31 uargs.fspec = __UNCONST(fspec); in mount_diskfs()
|
H A D | t_mount.c | 75 args.fspec = __UNCONST("/devdisk"); in ATF_TC_BODY() 116 args.fspec = __UNCONST("/devdisk"); in ATF_TC_BODY()
|
H A D | h_ffs_server.c | 94 uargs.fspec = __UNCONST("/diskdev"); in main()
|
/freebsd/contrib/netbsd-tests/fs/msdosfs/ |
H A D | t_snapshot.c | 28 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 D | SymbolVendorPECOFF.cpp | 73 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 D | SymbolVendorELF.cpp | 73 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 D | SBModuleSpec.h | 43 void SetFileSpec(const lldb::SBFileSpec &fspec); 60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec); 64 void SetSymbolFileSpec(const lldb::SBFileSpec &fspec);
|
H A D | SBFileSpec.h | 83 SBFileSpec(const lldb_private::FileSpec &fspec); 85 void SetFileSpec(const lldb_private::FileSpec &fspec);
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 137 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 D | bioprinttest.c | 196 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 D | udf_vfsops.c | 184 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 D | cd9660_mount.h | 41 char *fspec; /* block special device to mount */ member
|
H A D | cd9660_vfsops.c | 105 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 D | spl_vfs.c | 120 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 D | t_pr.c | 41 args.fspec = __UNCONST(FAKEBLK); in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 104 char *fspath, char *fspec, int fsflags, vfs_t *parent_vfsp);
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 101 char *fspath, char *fspec, int fsflags);
|
/freebsd/contrib/netbsd-tests/fs/hfs/ |
H A D | t_pathconvert.c | 51 args.fspec = __UNCONST(FAKEBLK); in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | fstest_ext2fs.c | 80 args->ta_uargs.fspec = args->ta_devpath; in ext2fs_fstest_newfs()
|
H A D | fstest_v7fs.c | 80 args->ta_uargs.fspec = args->ta_devpath; in v7fs_fstest_newfs()
|
H A D | fstest_sysvbfs.c | 80 args->ta_uargs.fspec = args->ta_devpath; in sysvbfs_fstest_newfs()
|