Searched refs:RB_PROTOTYPE_STATIC (Results 1 – 5 of 5) sorted by relevance
/freebsd/share/man/man3/ |
H A D | Makefile | 369 tree.3 RB_PROTOTYPE_STATIC.3 \
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 385 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ macro
|
/freebsd/sys/sys/ |
H A D | tree.h | 410 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ macro
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 452 RB_PROTOTYPE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 85 RB_PROTOTYPE_STATIC(tcp_log_id_tree, tcp_log_id_bucket, tlb_rb, tcp_log_id_cmp)
|