Searched refs:root (Results 151 - 175 of 702) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/makefs/
H A Dmsdos.c146 msdos_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
156 assert(root != NULL);
194 printf("msdos_makefs: image %s directory %s root %p\n",
195 image, dir, root);
200 if (msdos_populate_dir(dir, VTODE(&rootvp), root, root, fsopts) == -1)
217 msdos_populate_dir(const char *path, struct denode *dir, fsnode *root, argument
224 assert(root != NULL);
227 for (cur = root->next; cur != NULL; cur = cur->next) {
236 if (cur != root) {
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp455 ValueObjectSP root(GetSP());
457 root = root->GetChildAtIndex(idx, true);
458 if (!root) {
461 return root;
464 return root;
471 ValueObjectSP root(GetSP());
473 root = root->GetChildAtIndex(idx.first, idx.second);
474 if (!root) {
2152 ValueObjectSP root = GetSP(); local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.c63 svn_fs_root_t *root;
78 SVN_ERR(svn_fs_file_length(&length, b->root, b->fs_path, b->pool));
79 SVN_ERR(svn_fs_file_contents(&stream, b->root, b->fs_path, b->pool));
149 representation_stream(svn_fs_root_t *root,
157 baton->root = root;
215 svn_fs_root_t *root;
258 /* Find HEAD and the revision root */
260 SVN_ERR(svn_fs_revision_root(&root, fs, youngest_rev, access->pool));
263 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_pat
60 svn_fs_root_t *root; member in struct:presentation_stream_baton_t
146 representation_stream(svn_fs_root_t *root, const char *fs_path, apr_pool_t *pool) argument
212 svn_fs_root_t *root; local
[all...]
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_schema.c46 const ucl_object_t *root,
113 const ucl_object_t *root,
137 ret = ucl_schema_validate (cur, obj, true, err, root, ext_ref);
151 const ucl_object_t *root,
167 ret = ucl_schema_validate (prop, found, true, err, root,
230 ret = ucl_schema_validate (prop, found, true, err, root,
238 ret = ucl_schema_validate_dependencies (elt, obj, err, root,
274 true, err, root, ext_ref)) {
486 const ucl_object_t *root,
503 root, ext_re
111 ucl_schema_validate_dependencies(const ucl_object_t *deps, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
149 ucl_schema_validate_object(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
484 ucl_schema_validate_array(const ucl_object_t *schema, const ucl_object_t *obj, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *ext_ref) argument
741 ucl_schema_resolve_ref(const ucl_object_t *root, const char *ref, struct ucl_schema_error *err, ucl_object_t *ext_ref, ucl_object_t const ** nroot) argument
929 ucl_schema_validate(const ucl_object_t *schema, const ucl_object_t *obj, bool try_array, struct ucl_schema_error *err, const ucl_object_t *root, ucl_object_t *external_refs) argument
1075 ucl_object_validate_root(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, struct ucl_schema_error *err) argument
1084 ucl_object_validate_root_ext(const ucl_object_t *schema, const ucl_object_t *obj, const ucl_object_t *root, ucl_object_t *ext_refs, struct ucl_schema_error *err) argument
[all...]
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_qstats.c97 struct pf_altq_node *root = NULL, *node; local
105 if ((nodes = pfctl_update_qstats(dev, &root)) < 0)
110 for (node = root; node != NULL; node = node->next) {
124 if ((nodes = pfctl_update_qstats(dev, &root)) == -1)
126 for (node = root; node != NULL; node = node->next) {
136 pfctl_free_altq_node(root);
141 pfctl_update_qstats(int dev, struct pf_altq_node **root) argument
160 if (pa.ticket != last_ticket && *root != NULL) {
161 pfctl_free_altq_node(*root);
162 *root
215 pfctl_insert_altq_node(struct pf_altq_node **root, const struct pf_altq altq, const struct queue_stats qstats) argument
255 pfctl_find_altq_node(struct pf_altq_node *root, const char *qname, const char *ifname) argument
[all...]
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c365 tiRoot_t *root,
374 struct agtiapi_softc *pCard = TIROOT_TO_CARD(root);
542 ostiMapToDevHandle(tiRoot_t *root, argument
552 pCard = TIROOT_TO_CARD(root);
639 tiRoot_t *root,
651 tiRoot_t *root,
661 tiRoot_t *root,
672 tiRoot_t *root,
684 tiRoot_t *root,
699 tiRoot_t *root,
364 ostiGetDevHandleFromSasAddr( tiRoot_t *root, unsigned char *sas_addr ) argument
638 ostiBitScanForward( tiRoot_t *root, bit32 *Index, bit32 Mask ) argument
650 ostiAtomicIncrement( tiRoot_t *root, sbit32 volatile *Addend ) argument
660 ostiAtomicDecrement( tiRoot_t *root, sbit32 volatile *Addend ) argument
671 ostiAtomicBitClear( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
683 ostiAtomicBitSet( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
698 ostiAtomicExchange( tiRoot_t *root, sbit32 volatile *Target, sbit32 Value ) argument
710 ostiInterlockedExchange( tiRoot_t *root, sbit32 volatile *Target, sbit32 Value ) argument
720 ostiInterlockedIncrement( tiRoot_t *root, sbit32 volatile *Addend ) argument
729 ostiInterlockedDecrement( tiRoot_t *root, sbit32 volatile *Addend ) argument
738 ostiInterlockedAnd( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
748 ostiInterlockedOr( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
781 ostiGetSenseKeyCount(tiRoot_t *root, bit32 fIsClear, void *SenseKeyCount, bit32 length ) argument
792 ostiGetSCSIStatusCount(tiRoot_t *root, bit32 fIsClear, void *ScsiStatusCount, bit32 length ) argument
810 ostiNumOfLUNIOCTLreq( tiRoot_t *root, void *param1, void *param2, void **tiRequestBody, tiIORequest_t **tiIORequest ) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_private.h183 /** Set @a *mergeinfo to the mergeinfo for @a path in @a root.
192 svn_fs_root_t *root,
199 /** Determine the previous location of @a path under @a root and return it
201 * nodes but is intended for nodes that got deleted in @a root, i.e. when
202 * standard navigation fails. It also works if @a root is transaction root.
210 svn_fs_root_t *root,
/freebsd-13-stable/release/scripts/
H A Dlist-new-changesets.py94 root = xml.etree.ElementTree.fromstring(out)
96 for logentry in root.findall('logentry'):
/freebsd-13-stable/contrib/dma/
H A DMakefile53 ${INSTALL} -m 2755 -o root -g mail dma ${DESTDIR}${SBIN}
54 ${INSTALL} -m 4754 -o root -g mail dma-mbox-create ${DESTDIR}${LIBEXEC}
64 ${INSTALL} -d -m 2775 -o root -g mail ${DESTDIR}${DMASPOOL}
65 ${INSTALL} -d -m 2775 -o root -g mail ${DESTDIR}${VARMAIL}
77 echo ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
78 ${INSTALL} -m 644 -o root -g mail dma.conf ${DESTDIR}${CONFDIR}; \
83 echo ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
84 ${INSTALL} -m 640 -o root -g mail auth.conf ${DESTDIR}${CONFDIR}; \
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am17 # "--prefix", "--root" and "--install-lib" parameters instead which should work
29 --root $(DESTDIR)/ \
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h130 /* parent == NULL => root ns */
179 #define fs_list_for_each_entry(pos, cond, root) \
180 list_for_each_entry(pos, root, base.list) \
183 #define fs_list_for_each_entry_continue(pos, cond, root) \
184 list_for_each_entry_continue(pos, root, base.list) \
187 #define fs_list_for_each_entry_reverse(pos, cond, root) \
188 list_for_each_entry_reverse(pos, root, base.list) \
191 #define fs_list_for_each_entry_continue_reverse(pos, cond, root) \
192 list_for_each_entry_continue_reverse(pos, root, base.list) \
/freebsd-13-stable/contrib/netbsd-tests/share/mk/
H A Dt_lib.sh47 mkdir -p root/usr/lib
48 mkdir -p root/usr/libdata/lint
49 create_make_conf mk.conf owngrp DESTDIR="$(pwd)/root"
/freebsd-13-stable/stand/common/
H A Dnewvers.sh49 u=${USER-root} h=${HOSTNAME-`hostname`} t=`date`
/freebsd-13-stable/usr.sbin/bsdconfig/password/
H A Dpassword48 USER_ROOT=root
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_rbtree.c79 int rbt_ib_umem_for_each_in_range(struct rb_root *root, argument
91 for (node = rbt_ib_umem_iter_first(root, start, last - 1); node;
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_compress_001_pos.ksh75 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_cp_002_neg.ksh67 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_cp_003_neg.ksh42 # attribute is unreadable (unless the user is root)
48 # 4. Verify attribute files are not existing for non-root user.
63 "attribute is unreadable (except root)"
95 root)
98 log_note "SUCCESS: root enable to cp attribute"\
102 log_fail "root should enable to cp attribute " \
110 log_fail "non-root shouldn't enable to cp " \
115 log_note "SUCCESS: non-root doesn't enable to "\
129 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_ls_001_pos.ksh66 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_ls_002_neg.ksh67 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_mv_001_pos.ksh72 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pack_001_pos.ksh75 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_004_pos.ksh75 for user in root $ZFS_ACL_STAFF1; do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_test.sh34 atf_set "require.user" root
62 atf_set "require.user" root
90 atf_set "require.user" root
118 atf_set "require.user" root
146 atf_set "require.user" root
175 atf_set "require.user" root
203 atf_set "require.user" root
231 atf_set "require.user" root
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_user/zpool_iostat/
H A Dzpool_iostat_test.sh34 atf_set "require.user" root
60 atf_set "require.user" root

Completed in 288 milliseconds

1234567891011>>