Symbol: RB_GENERATE_STATIC
bin/pwait/pwait.c
66
RB_GENERATE_STATIC(pidtree, pid, entry, pidcmp);
crypto/openssh/sftp-usergroup.c
50
RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
crypto/openssh/srclimit.c
66
RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp)
crypto/openssh/srclimit.c
67
RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
sys/dev/xen/evtchn/evtchn_dev.c
94
RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
sys/dev/xen/gntdev/gntdev.c
112
RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
sys/dev/xen/gntdev/gntdev.c
246
RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
sys/dev/xen/gntdev/gntdev.c
491
RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
sys/fs/tmpfs/tmpfs_subr.c
2410
RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
sys/kern/subr_epoch.c
181
RB_GENERATE_STATIC(stacktree, stackentry, se_node, stackentry_compare);
sys/kern/subr_stats.c
366
RB_GENERATE_STATIC(rbctdth32, voistatdata_tdgstctd32, rblnk, ctd32cmp);
sys/kern/subr_stats.c
367
RB_GENERATE_STATIC(rbctdth64, voistatdata_tdgstctd64, rblnk, ctd64cmp);
sys/kern/vfs_inotify.c
162
RB_GENERATE_STATIC(inotify_watch_tree, inotify_watch, ilink, inotify_watch_cmp);
sys/netpfil/ipfw/ip_fw_bpf.c
71
RB_GENERATE_STATIC(tap_tree, ipfw_tap, entry, tap_compare);
sys/rpc/clnt_nl.c
157
RB_GENERATE_STATIC(nl_data_t, nl_data, nl_tree, nl_data_compare);
sys/rpc/rpcsec_tls/rpctls_impl.c
100
RB_GENERATE_STATIC(upsock_t, upsock, tree, upsock_compare);
sys/vm/vm_phys.c
113
RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
usr.bin/diff/diffdir.c
60
RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
usr.bin/localedef/charmap.c
61
RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
usr.bin/localedef/charmap.c
62
RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
usr.bin/localedef/collate.c
365
RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
usr.bin/localedef/collate.c
378
RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
usr.bin/localedef/collate.c
391
RB_GENERATE_STATIC(collundefs, collundef, entry, collundef_compare);
usr.bin/localedef/collate.c
404
RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
usr.bin/localedef/collate.c
417
RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
usr.bin/localedef/collate.c
428
RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare);
usr.bin/localedef/collate.c
439
RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
usr.bin/localedef/collate.c
452
RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
usr.bin/localedef/ctype.c
88
RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
usr.bin/sockstat/main.c
169
RB_GENERATE_STATIC(socks_t, sock, socket_tree, socket_compare);
usr.bin/sockstat/main.c
177
RB_GENERATE_STATIC(pcbs_t, sock, pcb_tree, pcb_compare);
usr.bin/sockstat/main.c
195
RB_GENERATE_STATIC(files_t, file, file_tree, file_compare);
usr.sbin/bhyve/acpi.c
99
RB_GENERATE_STATIC(vcpu_affinities, acpi_vcpu_affinity_entry, entry,
usr.sbin/certctl/certctl.c
250
RB_GENERATE_STATIC(cert_tree, cert, entry, certcmp);
usr.sbin/certctl/certctl.c
294
RB_GENERATE_STATIC(file_tree, file, entry, filecmp);