Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/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] variable
/freebsd-13.1/sys/fs/smbfs/
H A Dsmbfs.h53 u_char root_path[512+1]; member
/freebsd-13.1/libexec/bootpd/
H A Dbootpd.h122 root_path :1, member
177 *root_path, member
/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h279 bhnd_nvstore_path *root_path; /**< root path instance */ member
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstore.c1381 char *root_path; in xs_rm_tree() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1142 const char *root_path; in svn_repos_create() local
H A Ddump.c1884 const char *root_path, in get_dump_editor()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dexport.c502 const char *root_path; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp346 StringRef root_path(StringRef path, Style style) { in root_path() function