Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 6 of 6) 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] variable
/freebsd/libexec/bootpd/
H A Dbootpd.h120 root_path :1, member
175 *root_path, member
/freebsd/sys/fs/smbfs/
H A Dsmbfs.h51 u_char root_path[512+1]; member
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h278 bhnd_nvstore_path *root_path; /**< root path instance */ member
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1373 char *root_path; in xs_rm_tree() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp349 StringRef root_path(StringRef path, Style style) { in root_path() function