Searched refs:root (Results 201 - 225 of 620) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c75 * Get the root.
80 return (p_map->root.p_left);
209 /* special setup for the root node */
210 p_map->root.p_up = &p_map->root;
211 p_map->root.p_left = &p_map->nil;
212 p_map->root.p_right = &p_map->nil;
213 p_map->root.color = CL_MAP_BLACK;
292 * Balance a tree starting at a given item back to the root.
301 CL_ASSERT(p_item != &p_map->root);
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dxml-utils.h82 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
86 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py72 self.root = path
92 if len(self.root) > 0:
93 line_out = "%s%s" % (self.root, line)
125 #set the root path
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h829 #define OSSA_INP_ENTER(root) ossaEnter(root, 0)
830 #define OSSA_INP_LEAVE(root) ossaLeave(root, 0)
831 #define OSSA_OUT_ENTER(root) ossaEnter(root, 1)
832 #define OSSA_OUT_LEAVE(root) ossaLeave(root, 1)
834 #define OSSA_INP_ENTER(root)
835 #define OSSA_INP_LEAVE(root)
[all...]
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c96 phandle_t root; local
109 root = OF_finddevice("/");
110 if (OF_getprop(root, "compatible", compatible, sizeof(compatible)) <= 0)
/freebsd-11-stable/sys/dev/firewire/
H A Dfwcrom.c81 /* check size of root directory */
544 struct crom_chunk root,unit1,unit2,unit3; local
550 bzero(&root, sizeof(root));
581 crom_add_chunk(&src, NULL, &root, 0);
582 crom_add_entry(&root, CSRKEY_NCAP, 0x123456);
584 crom_add_entry(&root, CSRKEY_VENDOR, 0xacde48);
586 crom_add_simple_text(&src, &root, &text1, "FreeBSD");
587 crom_add_entry(&root, CSRKEY_HW, __FreeBSD_version);
588 crom_add_simple_text(&src, &root,
[all...]
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_iomuxc.c126 phandle_t child, parent, root; local
134 root = OF_finddevice("/");
136 parent = root;
/freebsd-11-stable/usr.sbin/devinfo/
H A Ddevinfo.c202 struct devinfo_dev *root; local
228 if ((root = devinfo_handle_to_device(DEVINFO_ROOT_DEVICE)) == NULL)
229 errx(1, "can't find root device");
236 devinfo_foreach_device_child(root, print_device, (void *)0);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dresolve-cmd.c136 svn_error_t *root = svn_error_root_cause(err);
138 if (root->apr_err == SVN_ERR_WC_PATH_NOT_FOUND)
145 else if (root->apr_err == SVN_ERR_CANCELLED)
134 svn_error_t *root = svn_error_root_cause(err); local
/freebsd-11-stable/usr.sbin/jail/tests/
H A Djail_basic_test.sh36 atf_set require.user root
66 atf_set require.user root
105 atf_set require.user root
/freebsd-11-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-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c2079 struct elf_obj_tdata root; member in struct:elf32_arm_obj_tdata
2132 struct elf_link_hash_entry root; member in struct:elf32_arm_link_hash_entry
2160 (&(table)->root, \
2172 struct elf_link_hash_table root; member in struct:elf32_arm_link_hash_table
2429 if (ind->root.type == bfd_link_hash_indirect)
2457 if (!_bfd_elf_link_hash_table_init (& ret->root, abfd,
2498 return &ret->root.root;
2523 (&(hash_table)->root, tmp_name, FALSE, FALSE, TRUE);
2556 (&(hash_table)->root, tmp_nam
[all...]
H A Delf-strtab.c33 struct bfd_hash_entry root; member in struct:elf_strtab_hash_entry
248 str = tab->array[i]->root.string;
268 const unsigned char *s = (const unsigned char *) A->root.string + lenA - 1;
269 const unsigned char *t = (const unsigned char *) B->root.string + lenB - 1;
292 return memcmp (A->root.string + (A->len - B->len),
293 B->root.string, B->len - 1) == 0;
H A Dcoff-arm.c548 osect_vma = h->root.u.def.section->output_section->vma;
894 struct coff_link_hash_table root; member in struct:coff_arm_link_hash_table
925 if (!_bfd_coff_link_hash_table_init (&ret->root,
938 return & ret->root.root;
1231 && (h->root.type == bfd_link_hash_defined
1232 || h->root.type == bfd_link_hash_defweak)
1233 && (h->root.u.def.section->output_section
1320 && ( h->root.type == bfd_link_hash_defined
1321 || h->root
[all...]
H A Dsection.c881 hash = sh->root.hash;
886 sh = (struct section_hash_entry *) sh->root.next;
888 while (sh != NULL && sh->root.hash == hash
889 && strcmp (sh->root.string, name) == 0);
1053 sh->root.next quicker than looking at all the bfd sections. */
1060 new_sh->root = sh->root;
1061 sh->root.next = &new_sh->root;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c687 /* If the new URL isn't the same as our repository root URL, then
692 _("URL '%s' is not a child of the session's repository root "
1192 svn_fs_root_t *root;
1197 SVN_ERR(svn_fs_revision_root(&root, sess->fs, revision, pool));
1198 return svn_fs_check_path(kind, root, abs_path, pool);
1210 svn_fs_root_t *root;
1215 SVN_ERR(svn_fs_revision_root(&root, sess->fs, revision, pool));
1217 return svn_repos_stat(dirent, root, abs_path, pool);
1227 svn_fs_root_t *root,
1237 SVN_ERR(svn_fs_node_proplist(props, root, pat
1188 svn_fs_root_t *root; local
1206 svn_fs_root_t *root; local
1221 get_node_props(apr_hash_t **props, svn_fs_root_t *root, const char *path, const char *uuid, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1266 svn_fs_root_t *root; local
1340 svn_fs_root_t *root; local
1637 svn_fs_root_t *root; local
1730 svn_fs_root_t *root; local
1851 svn_fs_root_t *root; local
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs.c356 * Return a root vnode
383 struct pfs_node *root; local
388 /* set up the root directory */
389 root = pfs_alloc_node(pi, "/", pfstype_root);
390 pi->pi_root = root;
391 pfs_fileno_alloc(root);
392 pfs_fixup_dir(root);
397 pfs_destroy(root);
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_fdt.c157 /* Find root node */
396 phandle_t root; local
400 if ((root = ofw_fdt_finddevice(ofw, "/")) == -1)
403 if ((len = ofw_fdt_getproplen(ofw, root, "model")) <= 0)
407 if (ofw_fdt_getprop(ofw, root, "model", model, FDT_MODEL_LEN) <= 0)
422 if(!ofw_bus_node_is_compatible(root,
427 (*fdt_fixup_table[i].handler)(root);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfibheap.c110 /* Insert it into the root list. */
150 if ((a_root = heapa->root) == NULL)
155 if ((b_root = heapb->root) == NULL)
289 /* Attach the child list of the minimum node to the root list of the heap.
300 /* Remove the old root. */
318 /* Insert NODE into the root list of HEAP. */
323 circular root list. */
324 if (heap->root == NULL)
326 heap->root = node;
332 /* Otherwise, insert it in the circular root lis
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfibheap.c110 /* Insert it into the root list. */
150 if ((a_root = heapa->root) == NULL)
155 if ((b_root = heapb->root) == NULL)
289 /* Attach the child list of the minimum node to the root list of the heap.
300 /* Remove the old root. */
318 /* Insert NODE into the root list of HEAP. */
323 circular root list. */
324 if (heap->root == NULL)
326 heap->root = node;
332 /* Otherwise, insert it in the circular root lis
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c55 svn_diff__node_t *root[SVN_DIFF__HASH_SIZE]; member in struct:svn_diff__tree_t
97 node_ref = &tree->root[hash % SVN_DIFF__HASH_SIZE];
/freebsd-11-stable/release/picobsd/mfs_tree/stand/
H A Dupdate41 mkdir -p /mnt/etc /mnt/root
/freebsd-11-stable/tools/regression/tmpfs/
H A Dh_funcs.subr148 [ $(id -un) = root ] || err "Must be run as root"
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dstubs.c66 am_nfs_fh root; variable
67 am_nfs_fh *root_fhp = &root;
77 memcpy(root.fh_data, &ui, sizeof(ui));
125 if (eq_fh(argp, &root)) {
224 if (eq_fh(&argp->da_fhandle, &root)) {
240 res.dr_u.dr_drok_u.drok_fhandle = root;
291 } /* end of "if (eq_fh(argp->dir.data, root.data)) {" */
309 if (eq_fh(argp, &root)) {
486 } else if (eq_fh(&argp->rda_fhandle, &root)) {
/freebsd-11-stable/etc/
H A Dlogin.conf76 # N.B. login_getpwclass(3) will use this entry for the root account,
78 root:\
179 ## root - fallback for root logins
181 #root:\
198 # :tc=auth-root-defaults:

Completed in 345 milliseconds

1234567891011>>