Searched refs:root (Results 176 - 200 of 702) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/netpfil/common/
H A Dpass_block.sh35 atf_set require.user root
79 atf_set require.user root
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Dtos.sh34 atf_set require.user root
64 atf_set require.user root
H A Dtable.sh37 atf_set require.user root
76 atf_set require.user root
115 atf_set require.user root
153 atf_set require.user root
184 atf_set require.user root
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c47 /* Repository root and UUID for a repository. */
50 const char *root;
82 if (svn_uri__is_ancestor(uu->root, url))
95 url_uuid->root = apr_pstrdup(pool, root_url);
107 SVN_ERR(svn_client_get_repos_root(&url_uuid->root,
115 /* Make sure the url is a repository root if desired. */
117 && strcmp(root_url, url_uuid->root) != 0)
119 _("'%s' is not the root of the repository"),
170 /* Fetch our current root URL. */
178 /* Now fetch new current root UR
48 const char *root; member in struct:url_uuid_t
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp111 __dir_stream(const path& root, directory_options opts, error_code& ec) argument
112 : __stream_(INVALID_HANDLE_VALUE), __root_(root) {
113 __stream_ = ::FindFirstFile(root.c_str(), &__data_);
179 __dir_stream(const path& root, directory_options opts, error_code& ec)
180 : __stream_(nullptr), __root_(root) {
181 if ((__stream_ = ::opendir(root.c_str())) == nullptr) {
257 path root = move(__imp_->__root_); local
260 err.report(m_ec, "at root \"%s\"", root);
345 path root local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c247 struct sysctl_oid *root; local
324 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx,
327 if (root == NULL) {
334 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx,
335 SYSCTL_CHILDREN(root), OID_AUTO, pool, CTLFLAG_RW, 0, "");
336 if (root == NULL) {
344 root = SYSCTL_ADD_NODE(&ksp->ks_sysctl_ctx, SYSCTL_CHILDREN(root),
346 if (root == NULL) {
358 root
461 struct sysctl_oid *root; local
[all...]
/freebsd-13-stable/stand/i386/libfirewire/
H A Dfirewire.c59 struct crom_chunk root; member in struct:crom_src_buf
257 sc->crom_root = &sc->crom_src_buf->root;
265 struct crom_chunk *root; local
273 root = sc->crom_root;
277 bzero(root, sizeof(struct crom_chunk));
278 crom_add_chunk(src, NULL, root, 0);
279 crom_add_entry(root, CSRKEY_NCAP, 0x0083c0); /* XXX */
281 crom_add_entry(root, CSRKEY_VENDOR, CSRVAL_VENDOR_PRIVATE);
283 crom_add_simple_text(src, root, &buf->vendor, "DragonFly Project");
285 crom_add_simple_text(src, root,
298 struct crom_chunk *root; local
[all...]
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_acpi.c167 device_set_desc(dev, "ACPI NVDIMM root device");
175 struct nvdimm_root_dev *root; local
191 root = device_get_softc(dev);
192 error = nvdimm_root_create_spas(root, nfitbl);
200 struct nvdimm_root_dev *root; local
205 root = device_get_softc(dev);
206 SLIST_FOREACH_SAFE(spa, &root->spas, link, next) {
209 SLIST_REMOVE_HEAD(&root->spas, link);
/freebsd-13-stable/usr.sbin/makefs/
H A Dmakefs.c99 fsnode *root; local
308 root = walk_dir(subtree, ".", NULL, NULL);
314 root = read_mtree(argv[1], NULL);
329 root = walk_dir(argv[i], ".", NULL, root);
335 apply_specfile(specfile, subtree, root, fsoptions.onlyspec);
341 dump_fsnodes(root);
347 fstype->make_fs(argv[0], subtree, root, &fsoptions);
350 free_fsnodes(root);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.h36 const DefinedAtom *root, uint64_t override)
37 : _atom(std::move(atom)), _root(root), _override(override) {}
93 // A map to be used to sort atoms. It's a map from an atom to its root of
94 // follow-on chain. A root atom is mapped to itself. If an atom is not in
104 void setChainRoot(const DefinedAtom *targetAtom, const DefinedAtom *root);
35 SortKey(OwningAtomPtr<DefinedAtom> &&atom, const DefinedAtom *root, uint64_t override) argument
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c95 char root[MAX_PATH+1]; local
101 strncpy(root, path, sizeof(root)-1);
102 if (((root[0] >= 'c' && root[0] <= 'z') ||
103 (root[0] >= 'C' && root[0] <= 'Z')) &&
104 root[1] == ':' &&
105 (root[2] == '\\' || root[
[all...]
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb80 @root = path
100 line_out = ((@root && (@root != 0)) ? "#{@root}#{line}" : line ).gsub(/\//, "\\")
139 #set the root path
/freebsd-13-stable/sys/arm/freescale/
H A Dfsl_ocotp.c72 phandle_t child, root; local
75 if ((root = OF_finddevice("/")) == -1)
77 if ((child = fdt_depth_search_compatible(root, "fsl,imx6q-ocotp", 0)) == 0)
/freebsd-13-stable/contrib/ldns/
H A Drbtree.c100 rbtree->root = LDNS_RBTREE_NULL;
132 rbtree->root = right;
159 rbtree->root = left;
170 /* While not at the root and need fixing... */
171 while (node != rbtree->root && node->parent->color == RED) {
225 rbtree->root->color = BLACK;
247 /* We start at the root of the tree */
248 ldns_rbnode_t *node = rbtree->root;
280 rbtree->root = data;
322 if(rbtree->root
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h40 static Timer &root();
/freebsd-13-stable/lib/libc/gen/
H A Dpw_scan.c88 int root; local
98 root = !strcmp(pw->pw_name, "root");
131 if (root && id) {
133 warnx("root uid should be 0");
204 if (root && *p) { /* empty == /bin/sh */
208 warnx("warning, unknown root shell");
/freebsd-13-stable/etc/mtree/
H A DMakefile9 BSD.root.dist \
/freebsd-13-stable/sbin/ping/
H A DMakefile10 BINOWN= root
/freebsd-13-stable/libexec/rc/rc.d/
H A Daccounting26 install -o root -g wheel -m 0640 /dev/null "${accounting_file}"
H A Ddhclient55 install -d -o root -g wheel -m 755 ${pidfile%/*}
H A Dipfs47 chown root:wheel /var/db/ipf
H A Dos-release39 install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}"
/freebsd-13-stable/contrib/kyua/store/
H A Dlayout.cpp178 /// \param root Path to the root of the test suite being run, needed to properly
184 layout::new_db(const std::string& id, const fs::path& root) argument
190 generated_id = new_id(test_suite_for_path(root),
204 /// \param root Path to the root of the test suite being run; needed to properly
212 layout::new_db_for_migration(const fs::path& root, argument
215 const std::string generated_id = new_id(test_suite_for_path(root), when);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh109 log_must zfs create bootfs/root
/freebsd-13-stable/contrib/pjdfstest/tests/utimensat/
H A D07.t5 desc="utimensat will work if the caller is the owner or root"
20 UID_ROOT=`id -u root`
21 GID_ROOT=`id -g root`

Completed in 600 milliseconds

1234567891011>>