/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_route.c | 240 r = RB_MIN(sroutes, &sroutes); in mib_fetch_route() 267 r = RB_MIN(sroutes, &sroutes); in mib_fetch_route() 315 return (RB_MIN(sroutes, &sroutes)); in sroute_getnext() 326 return (RB_MIN(sroutes, &sroutes)); in sroute_getnext()
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 162 anp = RB_MIN(autofs_node_tree, &->am_root->an_children); in autofs_unmount() 164 anp = RB_MIN(autofs_node_tree, &anp->an_children); in autofs_unmount()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_extended.c | 42 if ((s = RB_MIN(scntree, &e->e_u.e_elf.e_scn)) != NULL) in _libelf_getscn0()
|
H A D | elf_scn.c | 113 assert(RB_MIN(scntree, &e->e_u.e_elf.e_scn) == in _libelf_load_section_headers()
|
/freebsd/tests/sys/sys/ |
H A D | rb_test.c | 91 ins = RB_MIN(tree, &root); in ATF_TC_BODY()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | rbtree.h | 84 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
|
/freebsd/contrib/pf/libevent/ |
H A D | event.c | 721 if ((ev = RB_MIN(event_tree, &base->timetree)) == NULL) { in timeout_next() 764 for (ev = RB_MIN(event_tree, &base->timetree); ev; ev = next) { in timeout_process()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 732 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 736 for ((x) = RB_MIN(name, head); \ 741 for ((x) = RB_MIN(name, head); \
|
/freebsd/sys/sys/ |
H A D | tree.h | 1028 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 1033 for ((x) = RB_MIN(name, head); \ 1043 for ((x) = RB_MIN(name, head); \
|
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | tree.h | 669 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 673 for ((x) = RB_MIN(name, head); \
|
/freebsd/contrib/libevent/WIN32-Code/ |
H A D | tree.h | 669 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro 673 for ((x) = RB_MIN(name, head); \
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_if.c | 193 while ((kif = RB_MIN(pfi_ifhead, &V_pfi_ifs))) { in pfi_cleanup_vnet() 941 for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) { in pfi_get_ifaces()
|
H A D | pf.c | 4635 if ((f->child = RB_MIN(pf_kanchor_node, parent)) == NULL) { in pf_step_into_anchor() 4727 if ((f->child = RB_MIN(pf_keth_anchor_node, parent)) == NULL) { in pf_step_into_keth_anchor()
|
/freebsd/crypto/openssh/ |
H A D | srclimit.c | 321 if ((p = RB_MIN(penalties_by_expiry, by_expiry)) == NULL) in srclimit_early_expire_penalties_from_tree()
|
H A D | krl.c | 598 for (rs = RB_MIN(revoked_serial_tree, &rc->revoked_serials); in revoked_certs_generate()
|
/freebsd/sys/kern/ |
H A D | kern_sysctl.c | 375 nodes[indx] = RB_MIN(sysctl_oid_list, &sysctl__children); in sysctl_search_oid() 393 nodes[indx] = RB_MIN(sysctl_oid_list, in sysctl_search_oid() 819 for(p = RB_MIN(sysctl_oid_list, &oidp->oid_children); in sysctl_remove_oid_locked() 1354 oidp = RB_MIN(sysctl_oid_list, lsp); in sysctl_sysctl_next_action()
|
H A D | subr_stats.c | 3388 rbctd64 = (i == 0 ? RB_MIN(rbctdth64, rbctdtree) : 3394 RB_MIN(rbctdth64, rbctdtree)
|
/freebsd/share/man/man3/ |
H A D | Makefile | 354 tree.3 RB_MIN.3 \
|
/freebsd/sys/dev/iommu/ |
H A D | iommu_gas.c | 283 entry = RB_MIN(iommu_gas_entries_tree, &domain->rb_root); in iommu_gas_fini_domain()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 1235 de = RB_MIN(tmpfs_dir, &dnode->tn_dir.tn_dirhead); in tmpfs_dir_first()
|
/freebsd/sys/netinet6/ |
H A D | mld6.c | 2783 nims = RB_MIN(ip6_msource_tree, in mld_v2_enqueue_filter_change()
|
/freebsd/sys/netinet/ |
H A D | igmp.c | 3173 nims = RB_MIN(ip_msource_tree, &inm->inm_srcs); in igmp_v3_enqueue_filter_change()
|