Home
last modified time | relevance | path

Searched refs:RB_MIN (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c240 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 Dautofs_vfsops.c162 anp = RB_MIN(autofs_node_tree, &amp->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 Dlibelf_extended.c42 if ((s = RB_MIN(scntree, &e->e_u.e_elf.e_scn)) != NULL) in _libelf_getscn0()
H A Delf_scn.c113 assert(RB_MIN(scntree, &e->e_u.e_elf.e_scn) == in _libelf_load_section_headers()
/freebsd/tests/sys/sys/
H A Drb_test.c91 ins = RB_MIN(tree, &root); in ATF_TC_BODY()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h84 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root))
/freebsd/contrib/pf/libevent/
H A Devent.c721 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 Dsys-tree.h732 #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 Dtree.h1028 #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 Dtree.h669 #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 Dtree.h669 #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 Dpf_if.c193 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 Dpf.c4635 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 Dsrclimit.c321 if ((p = RB_MIN(penalties_by_expiry, by_expiry)) == NULL) in srclimit_early_expire_penalties_from_tree()
H A Dkrl.c598 for (rs = RB_MIN(revoked_serial_tree, &rc->revoked_serials); in revoked_certs_generate()
/freebsd/sys/kern/
H A Dkern_sysctl.c375 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 Dsubr_stats.c3388 rbctd64 = (i == 0 ? RB_MIN(rbctdth64, rbctdtree) :
3394 RB_MIN(rbctdth64, rbctdtree)
/freebsd/share/man/man3/
H A DMakefile354 tree.3 RB_MIN.3 \
/freebsd/sys/dev/iommu/
H A Diommu_gas.c283 entry = RB_MIN(iommu_gas_entries_tree, &domain->rb_root); in iommu_gas_fini_domain()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1235 de = RB_MIN(tmpfs_dir, &dnode->tn_dir.tn_dirhead); in tmpfs_dir_first()
/freebsd/sys/netinet6/
H A Dmld6.c2783 nims = RB_MIN(ip6_msource_tree, in mld_v2_enqueue_filter_change()
/freebsd/sys/netinet/
H A Digmp.c3173 nims = RB_MIN(ip_msource_tree, &inm->inm_srcs); in igmp_v3_enqueue_filter_change()