Searched refs:root (Results 276 - 300 of 620) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c516 write_packed_data_checksummed(svn_packed__data_root_t *root, argument
527 SVN_ERR(svn_packed__data_write(stream, root, scratch_pool));
547 svn_packed__data_root_t *root = svn_packed__data_create_root(scratch_pool); local
551 = svn_packed__create_int_stream(root, TRUE, FALSE);
553 = svn_packed__create_int_stream(root, FALSE, FALSE);
564 SVN_ERR(write_packed_data_checksummed(root, file, scratch_pool));
573 read_packed_data_checksummed(svn_packed__data_root_t **root, argument
583 SVN_ERR(svn_packed__data_read(root, stream, result_pool, scratch_pool));
602 svn_packed__data_root_t *root; local
607 SVN_ERR_W(read_packed_data_checksummed(&root, conten
780 svn_packed__data_root_t *root; local
1142 svn_packed__data_root_t *root = svn_packed__data_create_root(scratch_pool); local
1525 svn_packed__data_root_t *root = svn_packed__data_create_root(scratch_pool); local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-alpha.c1287 if (h->root.type == bfd_link_hash_defined
1288 || h->root.type == bfd_link_hash_defweak)
1300 hsec = h->root.u.def.section;
1364 relocation = (h->root.u.def.value
1746 if (h->root.type == bfd_link_hash_defined
1747 || h->root.type == bfd_link_hash_defweak)
1748 addend = (h->root.u.def.value
1749 + h->root.u.def.section->output_section->vma
1750 + h->root.u.def.section->output_offset);
1758 (info, h->root
[all...]
H A Delf32-s390.c679 struct elf_obj_tdata root; member in struct:elf_s390_obj_tdata
804 return &ret->elf.root;
912 if (ind->root.type == bfd_link_hash_indirect
920 && ind->root.type != bfd_link_hash_indirect
1013 while (h->root.type == bfd_link_hash_indirect
1014 || h->root.type == bfd_link_hash_warning)
1015 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1186 abfd, h->root.root.string);
1262 || h->root
[all...]
H A Delf64-s390.c634 struct elf_obj_tdata root; member in struct:elf_s390_obj_tdata
759 return &ret->elf.root;
867 if (ind->root.type == bfd_link_hash_indirect
875 && ind->root.type != bfd_link_hash_indirect
969 while (h->root.type == bfd_link_hash_indirect
970 || h->root.type == bfd_link_hash_warning)
971 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1150 abfd, h->root.root.string);
1229 || h->root
[all...]
H A Dlibcoff.h249 struct bfd_link_hash_entry root; member in struct:coff_link_hash_entry
280 struct bfd_link_hash_table root; member in struct:coff_link_hash_table
289 bfd_link_hash_lookup (&(table)->root, (string), (create), \
296 (&(table)->root, \
412 struct bfd_hash_entry root; member in struct:coff_debug_merge_hash_entry
422 struct bfd_hash_table root; member in struct:coff_debug_merge_hash_table
428 (bfd_hash_table_init (&(table)->root, _bfd_coff_debug_merge_hash_newfunc, \
434 (bfd_hash_table_free (&(table)->root))
440 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
H A Dlinker.c714 if (! _bfd_link_hash_table_init (&ret->root, abfd,
721 return &ret->root;
730 bfd_hash_table_free (&ret->root.table);
862 struct bfd_hash_entry root;
900 return &ret->root;
1049 arh = archive_hash_lookup (&arsym_hash, h->root.string, FALSE, FALSE);
1056 bfd_size_type amt = strlen (h->root.string) + 10;
1061 sprintf (buf, "__imp_%s", h->root.string);
1354 && (h == NULL || h->root.type == bfd_link_hash_new))
1585 if (! (*info->callbacks->notice) (info, h->root
859 struct bfd_hash_entry root; member in struct:archive_hash_entry
[all...]
H A Dmerge.c37 struct bfd_hash_entry root; member in struct:sec_merge_hash_entry
195 hashp = (struct sec_merge_hash_entry *) hashp->root.next)
197 if (hashp->root.hash == hash
199 && memcmp (hashp->root.string, string, len) == 0)
224 hashp->root.string = string;
225 hashp->root.hash = hash;
228 hashp->root.next = table->table.table[index];
317 str = entry->root.string;
531 const unsigned char *s = (const unsigned char *) A->root.string + lenA - 1;
532 const unsigned char *t = (const unsigned char *) B->root
[all...]
H A Delf32-i386.c620 struct elf_obj_tdata root;
765 return &ret->elf.root;
873 if (ind->root.type == bfd_link_hash_indirect
881 && ind->root.type != bfd_link_hash_indirect
973 while (h->root.type == bfd_link_hash_indirect
974 || h->root.type == bfd_link_hash_warning)
975 h = (struct elf_link_hash_entry *) h->root.u.i.link;
1089 h ? h->root.root.string : "<local>");
1170 || h->root
618 struct elf_obj_tdata root; member in struct:elf_i386_obj_tdata
[all...]
H A Dlibecoff.h201 struct bfd_link_hash_entry root; member in struct:ecoff_link_hash_entry
218 struct bfd_link_hash_table root; member in struct:ecoff_link_hash_table
H A Dpe-mips.c428 if (h != NULL && h->root.type == bfd_link_hash_common)
429 *addendp += h->root.u.c.size;
693 if (h->root.type == bfd_link_hash_defined
694 || h->root.type == bfd_link_hash_defweak)
698 sec = h->root.u.def.section;
699 val = (h->root.u.def.value
707 (info, h->root.root.string, input_bfd, input_section,
/freebsd-11-stable/usr.bin/mklocale/
H A Dyacc.y357 if (!(r = map->root) || (list->max < r->min - 1)
364 list->next = map->root;
365 map->root = list;
369 for (r = map->root; r && r->max + 1 < list->min; r = r->next)
389 * We are not before the root node, it was checked before the loop
549 for(list = types.root; list; list = list->next) {
597 list = types.root;
606 list = maplower.root;
615 list = mapupper.root;
640 list = types.root;
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_map.c693 return (msleep(&map->root, &map_sleep_mtx, PDROP | PVM, "vmmaps",
714 wakeup(&map->root);
791 map->root = NULL;
875 * The new root is the vm_map_entry containing "addr", or else an
880 * Returns: the new root.
883 vm_map_entry_splay(vm_offset_t addr, vm_map_entry_t root) argument
890 if (root == NULL)
891 return (root);
904 /* root is never NULL in here. */
905 if (addr < root
1026 vm_map_entry_t next, prev, root; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dradix.c138 tree->root = NULL;
153 if (tree->root) {
154 ldns_radix_traverse_postorder(tree->root,
185 assert(tree->root == NULL);
188 * Example 1: The root:
191 tree->root = add;
224 tree->root = prefix;
343 node = tree->root;
388 if (!tree || !tree->root || !key) {
393 node = tree->root;
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
92 %defattr(-,root,root)
103 %defattr(-,root,root,-)
112 %defattr(-,root,root)
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk19 # BINOWN Binary owner. [root]
64 # SHAREOWN ASCII text file owner. [root]
73 # CONFOWN Configuration file owner. [root]
141 BINOWN?= root
151 DTBOWN?= root
177 SHAREOWN?= root
182 CONFOWN?= root
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c48 index_tree_node *root; member in struct:__anon27
184 tree->root = NULL;
220 if (tree->root != NULL)
221 index_tree_node_end(tree->root, allocator, free_func);
239 if (tree->root == NULL) {
240 tree->root = node;
259 // up in the tree to find the rotation root.
262 // Locate the root node for the rotation.
268 // Rotate left using node as the rotation root.
272 tree->root
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h915 device_t root; local
919 root = device_get_parent(dev->dev.bsddev);
920 if (root == NULL)
922 root = device_get_parent(root);
923 if (root == NULL)
925 root = device_get_parent(root);
926 if (root == NULL)
929 if (pci_get_vendor(root)
[all...]
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c72 static void parse_master_yyin(struct node *root, const char *master);
291 node_expand_includes(struct node *root, bool is_master) argument
296 TAILQ_FOREACH_SAFE(n, &root->n_children, n_next, tmp) {
573 * paths of node itself and all its parents, up to the root.
610 * up to the root.
717 node_find(struct node *root, const char *path) argument
721 assert(root->n_parent == NULL);
723 node = node_find_x(root, path);
725 assert(node != root);
1114 parse_master_yyin(struct node *root, cons argument
1156 parse_master(struct node *root, const char *master) argument
[all...]
/freebsd-11-stable/usr.sbin/makefs/
H A Dcd9660.c473 * @param struct fsnode *root The root node of the filesystem tree
477 cd9660_makefs(const char *image, const char *dir, fsnode *root, argument
498 assert(root != NULL);
509 printf("cd9660_makefs: image %s directory %s root %p\n",
510 image, dir, root);
518 /* Actually, we now need to add the REAL root node, at level 0 */
522 /* Leave filename blank for root */
530 real_root->node = root;
531 cd9660_convert_structure(diskStructure, root, real_roo
1316 cd9660_add_dot_records(iso9660_disk *diskStructure, cd9660node *root) argument
1344 cd9660_convert_structure(iso9660_disk *diskStructure, fsnode *root, cd9660node *parent_node, int level, int *numDirectories, int *error) argument
1492 cd9660_free_structure(cd9660node *root) argument
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk16 TEST_METADATA.t_dtrace_contrib+= required_user="root"
/freebsd-11-stable/etc/
H A Dnewsyslog.conf34 /var/log/ppp.log root:network 640 3 100 * JC
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh28 atf_set "require.user" "root" ; \
49 atf_set "require.user" "root" ; \
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_fleximap.h221 cl_fmap_item_t root; member in struct:_cl_fmap
229 * root
230 * Map item that serves as root of the map. The root is set up to
232 * to the item at the root.
803 p_map->root.p_left = &p_map->nil;
H A Dcl_qmap.h247 cl_map_item_t root; member in struct:_cl_qmap
254 * root
255 * Map item that serves as root of the map. The root is set up to
257 * to the item at the root.
835 p_map->root.p_left = &p_map->nil;
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_groupmod_test.sh12 atf_check -s exit:0 ${PW} groupmod test -m root
13 atf_check -s exit:0 -o match:"^test:\*:1001:root$" \
14 grep "^test:\*:.*:root$" $HOME/group
15 atf_check -s exit:0 ${PW} groupmod test -d root

Completed in 422 milliseconds

<<11121314151617181920>>