Home
last modified time | relevance | path

Searched refs:RB_GENERATE_STATIC (Results 1 – 17 of 17) sorted by relevance

/freebsd/usr.bin/localedef/
H A Dcollate.c365 RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
378 RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
391 RB_GENERATE_STATIC(collundefs, collundef, entry, collundef_compare);
404 RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
417 RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
428 RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare);
439 RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
452 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
H A Dcharmap.c61 RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
62 RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
H A Dctype.c88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
/freebsd/crypto/openssh/
H A Dsftp-usergroup.c50 RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
H A Dkrl.c63 RB_GENERATE_STATIC(revoked_serial_tree, revoked_serial, tree_entry, serial_cmp)
72 RB_GENERATE_STATIC(revoked_key_id_tree, revoked_key_id, tree_entry, key_id_cmp)
82 RB_GENERATE_STATIC(revoked_blob_tree, revoked_blob, tree_entry, blob_cmp)
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c112 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
246 RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
491 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
/freebsd/usr.bin/sockstat/
H A Dsockstat.c158 RB_GENERATE_STATIC(socks_t, sock, socket_tree, socket_compare);
166 RB_GENERATE_STATIC(pcbs_t, sock, pcb_tree, pcb_compare);
184 RB_GENERATE_STATIC(files_t, file, file_tree, file_compare);
/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c94 RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
/freebsd/share/man/man3/
H A DMakefile347 tree.3 RB_GENERATE_STATIC.3 \
/freebsd/sys/kern/
H A Dsubr_epoch.c181 RB_GENERATE_STATIC(stacktree, stackentry, se_node, stackentry_compare);
H A Dsubr_stats.c366 RB_GENERATE_STATIC(rbctdth32, voistatdata_tdgstctd32, rblnk, ctd32cmp);
367 RB_GENERATE_STATIC(rbctdth64, voistatdata_tdgstctd64, rblnk, ctd64cmp);
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd/sys/sys/
H A Dtree.h470 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd/contrib/unifdef/
H A Dunifdef.c166 RB_GENERATE_STATIC(MACROMAP, macro, entry, macro_cmp);
/freebsd/sys/vm/
H A Dvm_phys.c114 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c2449 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
/freebsd/sys/netinet/
H A Dtcp_log_buf.c346 RB_GENERATE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) in RB_GENERATE_STATIC() function