Searched refs:RB_HEAD (Results 1 – 25 of 46) sorted by relevance
12
| /freebsd-13-stable/usr.sbin/ypldap/ |
| HD | ypldap.h | 167 RB_HEAD(user_name_tree,userent) *sc_user_names; 168 RB_HEAD(user_uid_tree,userent) sc_user_uids; 169 RB_HEAD(group_name_tree,groupent)*sc_group_names; 170 RB_HEAD(group_gid_tree,groupent) sc_group_gids;
|
| /freebsd-13-stable/usr.bin/localedef/ |
| HD | collate.c | 210 static RB_HEAD(collsyms, collsym) collsyms; 211 static RB_HEAD(collundefs, collundef) collundefs; 212 static RB_HEAD(elem_by_symbol, collelem) elem_by_symbol; 213 static RB_HEAD(elem_by_expand, collelem) elem_by_expand; 214 static RB_HEAD(collchars, collchar) collchars; 215 static RB_HEAD(substs, subst) substs[COLL_WEIGHTS_MAX]; 216 static RB_HEAD(substs_ref, subst) substs_ref[COLL_WEIGHTS_MAX]; 217 static RB_HEAD(weights, weight) weights[COLL_WEIGHTS_MAX];
|
| HD | charmap.c | 58 static RB_HEAD(cmap_sym, charmap) cmap_sym; 59 static RB_HEAD(cmap_wc, charmap) cmap_wc;
|
| HD | ctype.c | 87 static RB_HEAD(ctypes, ctype_node) ctypes;
|
| /freebsd-13-stable/contrib/pf/libevent/ |
| HD | event-internal.h | 49 RB_HEAD(event_tree, event) timetree;
|
| /freebsd-13-stable/contrib/netbsd-tests/include/sys/ |
| HD | t_tree.c | 40 RB_HEAD(head, mist) tt;
|
| /freebsd-13-stable/lib/libpfctl/ |
| HD | libpfctl.h | 196 RB_HEAD(pfctl_anchor_global, pfctl_anchor); 197 RB_HEAD(pfctl_anchor_node, pfctl_anchor);
|
| /freebsd-13-stable/tests/sys/sys/ |
| HD | rb_test.c | 41 static RB_HEAD(tree, node) root;
|
| /freebsd-13-stable/sys/fs/autofs/ |
| HD | autofs.h | 71 RB_HEAD(autofs_node_tree,
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | srclimit.c | 64 RB_HEAD(penalties_by_addr, penalty) penalties_by_addr4, penalties_by_addr6; 65 RB_HEAD(penalties_by_expiry, penalty) penalties_by_expiry4, penalties_by_expiry6;
|
| HD | sftp-usergroup.c | 49 RB_HEAD(idname_tree, idname);
|
| HD | krl.c | 62 RB_HEAD(revoked_serial_tree, revoked_serial); 71 RB_HEAD(revoked_key_id_tree, revoked_key_id); 81 RB_HEAD(revoked_blob_tree, revoked_blob);
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | rbtree.h | 63 RB_HEAD(linux_root, rb_node);
|
| /freebsd-13-stable/sys/netpfil/pf/ |
| HD | pf.h | 682 RB_HEAD(pf_anchor_global, pf_anchor); 683 RB_HEAD(pf_anchor_node, pf_anchor);
|
| /freebsd-13-stable/sys/dev/iommu/ |
| HD | iommu.h | 40 RB_HEAD(iommu_gas_entries_tree, iommu_map_entry);
|
| /freebsd-13-stable/ |
| HD | .clang-format | 182 - RB_HEAD
|
| /freebsd-13-stable/contrib/elftoolchain/libelf/ |
| HD | _libelf.h | 84 RB_HEAD(scntree, _Elf_Scn);
|
| /freebsd-13-stable/sys/dev/drm2/ttm/ |
| HD | ttm_bo_driver.h | 544 RB_HEAD(ttm_bo_device_buffer_objects, ttm_buffer_object) addr_space_rb;
|
| /freebsd-13-stable/sys/powerpc/include/ |
| HD | pmap.h | 135 RB_HEAD(pvo_tree, pvo_entry);
|
| /freebsd-13-stable/sys/dev/xen/gntdev/ |
| HD | gntdev.c | 97 RB_HEAD(gref_tree_head, gntdev_gref); 98 RB_HEAD(gmap_tree_head, gntdev_gmap); 112 RB_HEAD(file_offset_head, file_offset_struct);
|
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | mem.c | 60 static RB_HEAD(mmio_rb_tree, mmio_rb_range) mmio_rb_root, mmio_rb_fallback;
|
| /freebsd-13-stable/sys/fs/tmpfs/ |
| HD | tmpfs.h | 107 RB_HEAD(tmpfs_dir, tmpfs_dirent);
|
| /freebsd-13-stable/sys/netinet/ |
| HD | in_var.h | 214 RB_HEAD(ip_msource_tree, ip_msource); /* define struct ip_msource_tree */
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | tcp_rack.h | 114 RB_HEAD(rack_rb_tree_head, rack_sendmap);
|
| /freebsd-13-stable/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_route.c | 50 static RB_HEAD(sroutes, sroute) sroutes = RB_INITIALIZER(&sroutes);
|
12