Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/localedef/
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);
Dcharmap.c63 RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
64 RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
Dctype.c88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
/freebsd-12-stable/sys/dev/drm/
Ddrm_drawable.c58 RB_GENERATE_STATIC(drawable_tree, bsd_drm_drawable_info, tree,
/freebsd-12-stable/crypto/openssh/
Dsftp-usergroup.c50 RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
Dkrl.c64 RB_GENERATE_STATIC(revoked_serial_tree, revoked_serial, tree_entry, serial_cmp)
73 RB_GENERATE_STATIC(revoked_key_id_tree, revoked_key_id, tree_entry, key_id_cmp)
83 RB_GENERATE_STATIC(revoked_blob_tree, revoked_blob, tree_entry, blob_cmp)
DChangeLog7528 upstream: The RB_GENERATE_STATIC(3) macro expands to a series of
/freebsd-12-stable/sys/dev/xen/gntdev/
Dgntdev.c115 RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
249 RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
499 RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
/freebsd-12-stable/share/man/man3/
DMakefile197 tree.3 RB_GENERATE_STATIC.3 \
/freebsd-12-stable/sys/dev/xen/evtchn/
Devtchn_dev.c100 RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
/freebsd-12-stable/contrib/ipfilter/sys/
Dtree.h407 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsys-tree.h404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-12-stable/sys/sys/
Dtree.h421 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-12-stable/sys/vm/
Dvm_phys.c108 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
/freebsd-12-stable/sys/netinet/
Dtcp_log_buf.c299 RB_GENERATE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp) in RB_GENERATE_STATIC() function
/freebsd-12-stable/sys/fs/tmpfs/
Dtmpfs_subr.c1962 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);