Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py127 root_path = sys.argv[2] variable
129 root_path = os.path.split(__file__)[0]
130 uts.set_root_path(root_path)
/freebsd/libexec/bootpd/
H A Dbootpd.h120 root_path :1, member
175 *root_path, member
H A Ddovend.c81 if (hp->flags.root_path) { in dovend_rfc1497()
86 len = strlen(hp->root_path->string); in dovend_rfc1497()
90 bcopy(hp->root_path->string, vp, len); in dovend_rfc1497()
H A Ddumptab.c227 if (hp->flags.root_path) { in dump_host()
228 fprintf(fp, "\\\n\t:rp=%s:", hp->root_path->string); in dump_host()
H A Dreadfile.c1068 PARSE_STR(root_path); in eval_symbol()
1460 DUP_LINK(root_path); in fill_defaults()
1889 del_string(hostptr->root_path); in free_host()
/freebsd/sys/fs/smbfs/
H A Dsmbfs.h51 u_char root_path[512+1]; member
H A Dsmbfs_vfsops.c111 ma = mount_arg(ma, "rootpath", args.root_path, -1); in smbfs_cmount()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c273 return (sc->root_path); in bhnd_nvstore_get_root_path()
286 return (sc->root_path == path); in bhnd_nvstore_is_root_path()
348 } else if (path == sc->root_path) { in bhnd_nvstore_path_register_update()
H A Dbhnd_nvram_store.c152 sc->root_path = bhnd_nvstore_get_path(sc, BHND_NVSTORE_ROOT_PATH, in bhnd_nvram_store_new()
154 BHND_NV_ASSERT(sc->root_path, ("missing root path")); in bhnd_nvram_store_new()
405 BHND_NV_ASSERT(sc->root_path != NULL, ("missing root path")); in bhnd_nvstore_parse_path_entries()
H A Dbhnd_nvram_storevar.h278 bhnd_nvstore_path *root_path; /**< root path instance */ member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp350 StringRef root_path(StringRef path, Style style) { in root_path() function
416 StringRef root = root_path(path, style); in relative_path()
635 return !root_path(p, style).empty(); in has_root_path()
725 StringRef root = path::root_path(remaining, style); in remove_dots()
H A DVirtualFileSystem.cpp1954 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h319 StringRef root_path(StringRef path, Style style = Style::native);
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1374 char *root_path; in xs_rm_tree() local
1382 root_path = sbuf_data(root_path_sbuf); in xs_rm_tree()
1433 if (!strcmp(cur_path, root_path)) in xs_rm_tree()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp124 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h802 _LIBCPP_HIDE_FROM_ABI path root_path() const {
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem122 path root_path() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp452 if (llvm::sys::path::root_path(DirBuf) == DirBuf) { in createFile()