Searched refs:RB_GENERATE_STATIC (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/usr.bin/localedef/ |
| D | collate.c | 365 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);
|
| D | charmap.c | 63 RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym); 64 RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
|
| D | ctype.c | 88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
|
| /freebsd-12-stable/sys/dev/drm/ |
| D | drm_drawable.c | 58 RB_GENERATE_STATIC(drawable_tree, bsd_drm_drawable_info, tree,
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sftp-usergroup.c | 50 RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
|
| D | krl.c | 64 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)
|
| D | ChangeLog | 7528 upstream: The RB_GENERATE_STATIC(3) macro expands to a series of
|
| /freebsd-12-stable/sys/dev/xen/gntdev/ |
| D | gntdev.c | 115 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/ |
| D | Makefile | 197 tree.3 RB_GENERATE_STATIC.3 \
|
| /freebsd-12-stable/sys/dev/xen/evtchn/ |
| D | evtchn_dev.c | 100 RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
|
| /freebsd-12-stable/contrib/ipfilter/sys/ |
| D | tree.h | 407 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | sys-tree.h | 404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
|
| /freebsd-12-stable/sys/sys/ |
| D | tree.h | 421 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
|
| /freebsd-12-stable/sys/vm/ |
| D | vm_phys.c | 108 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
|
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_log_buf.c | 299 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/ |
| D | tmpfs_subr.c | 1962 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
|