Searched refs:root (Results 126 - 150 of 702) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.cpp56 /// Name of the test program binary relative to root.
60 fs::path root; member in struct:model::test_program::impl
77 /// \param root_ The root of the test suite containing the test program.
87 root(root_),
92 F("The program '%s' must be relative to the root of the test "
93 "suite '%s'") % binary % root);
125 /// \param root_ The root of the test suite containing the test program.
157 /// Gets the path to the test program relative to the root of the test suite.
173 const fs::path full_path = _pimpl->root / _pimpl->binary;
178 /// Gets the root o
182 model::test_program::root(void) const function in class:model::test_program
[all...]
/freebsd-13-stable/sys/contrib/openzfs/contrib/zcp/
H A Dautosnap.lua16 <snapshot>: root snapshot to create [example: tank/data@backup]
47 function auto_snap(root)
48 auto, source = zfs.get_prop(root, property)
50 ds_snap_name = root .. "@" .. snap_name
59 for child in zfs.list.children(root) do
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh138 #define build_names(root) _nc_build_names(&_nc_##root##_table, \\
139 root##_names_data, \\
140 root##_names_text)
141 #define build_alias(root) _nc_build_alias(&_nc_##root##alias_table, \\
142 root##alias_data, \\
143 root##alias_text, \\
144 SIZEOF(root##alias_data))
146 #define build_names(root) _nc
[all...]
/freebsd-13-stable/contrib/byacc/test/
H A Drun_test.sh48 root=$1
49 ROOT=test-$root
55 REF=$REF_DIR/$root$type
62 root=$1
63 ROOT=test-$root
77 REF=$REF_DIR/$root$type
84 root=$1
85 ROOT=test-$root
107 REF=$REF_DIR/$root$name
210 root
[all...]
/freebsd-13-stable/usr.sbin/makefs/
H A Dwalk.c69 * build a tree of fsnodes from `root' and `dir', with a parent
70 * fsnode of `parent' (which may be NULL for the root of the tree).
76 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join) argument
87 assert(root != NULL);
90 len = snprintf(path, sizeof(path), "%s/%s", root, dir);
97 rp = path + strlen(root) + 1;
124 printf("scanning %s/%s/%s\n", root, dir, name);
155 cur->child = walk_dir(root, rp, cur,
165 cur = create_fsnode(root, dir, name, &stbuf);
182 cur->child = walk_dir(root, r
221 create_fsnode(const char *root, const char *path, const char *name, struct stat *stbuf) argument
311 NODE *root; local
562 dump_fsnodes(fsnode *root) argument
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_map.c821 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps",
842 wakeup(&map->root);
902 map->root = NULL;
990 * one the root of a tree and the other the ancestor of that root
994 vm_map_entry_max_free_left(vm_map_entry_t root, vm_map_entry_t left_ancestor) argument
997 return (root->left != left_ancestor ?
998 root->left->max_free : root->start - left_ancestor->end);
1002 vm_map_entry_max_free_right(vm_map_entry_t root, vm_map_entry_ argument
1133 vm_map_entry_t left, right, root, y; local
1156 vm_map_splay_findnext(vm_map_entry_t root, vm_map_entry_t *rlist) argument
1171 vm_map_splay_findprev(vm_map_entry_t root, vm_map_entry_t *llist) argument
1200 vm_map_splay_merge_left_walk(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t tail, vm_size_t max_free, vm_map_entry_t llist) argument
1222 vm_map_splay_merge_pred(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t llist) argument
1242 vm_map_splay_merge_left(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t llist) argument
1257 vm_map_splay_merge_right_walk(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t tail, vm_size_t max_free, vm_map_entry_t rlist) argument
1279 vm_map_splay_merge_succ(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t rlist) argument
1299 vm_map_splay_merge_right(vm_map_entry_t header, vm_map_entry_t root, vm_map_entry_t rlist) argument
1341 vm_map_entry_t header, llist, rlist, root; local
1389 vm_map_entry_t header, llist, rlist, root; local
1453 vm_map_entry_t header, llist, rlist, root; local
1502 vm_map_entry_t header, llist, rlist, root; local
1855 vm_map_entry_t header, llist, rlist, root, y; local
[all...]
/freebsd-13-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c36 int root; member in struct:descriptors
126 files.root, files.testdir, files.usr) > 0);
141 files.root, files.testdir) > 0);
172 ATF_REQUIRE((dp->root = opendir("/")) >= 0);
173 ATF_REQUIRE((dp->etc = opendirat(dp->root, "etc")) >= 0);
174 ATF_REQUIRE((dp->usr = opendirat(dp->root, "usr")) >= 0);
/freebsd-13-stable/usr.bin/newkey/
H A Dgeneric.c86 MINT *root = mp_itom(PROOT); local
103 mp_pow(root, sk, modulus, pk);
111 mp_mfree(root);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Djson.h40 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
/freebsd-13-stable/lib/libbe/
H A Dbe_impl.h38 char root[BE_MAXPATHLEN]; member in struct:libbe_handle
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in9 case "${root}" in
19 # it to mount ZFS on root. In that case, we bail early. This flag
22 info "ZFS: Delegating root mount to sysroot.mount."
35 info "ZFS: Mounting root with the traditional mount-zfs.sh instead."
41 if [ "${root}" = "zfs:AUTO" ] ; then
53 info "ZFS: Using ${ZFS_DATASET} as root."
56 ZFS_DATASET="${ZFS_DATASET:-${root#zfs:}}"
62 # if the root dataset has encryption enabled
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.snapshot_recursive.ksh26 rootfs=$TESTPOOL/$TESTFS/root
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_001_pos.ksh70 typeset userquota_props=(userquota@root groupquota@root userused@root \
71 groupused@root)
H A Dzfs_get_005_neg.ksh58 typeset userquota_props=(userquota@root groupquota@root userused@root \
59 groupused@root)
/freebsd-13-stable/contrib/pjdfstest/tests/utimensat/
H A D06.t18 UID_ROOT=`id -u root`
19 GID_ROOT=`id -g root`
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_bsd.h119 lio_delete_first_node(struct lio_stailq_head *root) argument
123 if (STAILQ_EMPTY(root))
126 node = STAILQ_FIRST(root);
129 STAILQ_REMOVE_HEAD(root, entries);
/freebsd-13-stable/stand/powerpc/ofw/
H A Dmain.c110 phandle_t root; local
122 root = OF_finddevice("/");
125 OF_getprop(root, "#address-cells", &acells, sizeof(acells));
126 OF_getprop(root, "#size-cells", &scells, sizeof(scells));
/freebsd-13-stable/usr.sbin/authpf/
H A DMakefile7 BINOWN= root
/freebsd-13-stable/usr.sbin/traceroute6/
H A DMakefile25 BINOWN= root
/freebsd-13-stable/usr.bin/passwd/
H A DMakefile8 BINOWN = root
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_005_neg.ksh75 set -A userquota_props userquota@root groupquota@root \
76 userused@root groupused@root
/freebsd-13-stable/tests/sys/netpfil/pf/
H A Danchor.sh34 atf_set require.user root
H A Dset_skip.sh34 atf_set require.user root
62 atf_set require.user root
92 atf_set require.user root
124 atf_set require.user root
H A Dsrc_track.sh34 atf_set require.user root
/freebsd-13-stable/usr.sbin/fmtree/
H A Dspec.c62 NODE ginfo, *root; local
66 centry = last = root = NULL;
127 if (!root)
130 if (last == root)
150 if (!root) {
151 last = root = centry;
152 root->parent = root;
162 return (root);

Completed in 348 milliseconds

1234567891011>>