Home
last modified time | relevance | path

Searched refs:bsearch (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/libkern/
H A Dbsearch.c58 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() function
/f-stack/freebsd/contrib/ck/src/
H A Dck_hp.c241 match = bsearch(&hazard->pointer, cache, n_hazards, in ck_hp_reclaim()
/f-stack/freebsd/sys/
H A Dlibkern.h133 void *bsearch(const void *, const void *, size_t,
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsp4.c627 rule = bsearch(&tmpl, acr, num, sizeof(struct acl4_rules), sp_cmp); in sp4_spi_present()
H A Dsp6.c757 rule = bsearch(&tmpl, acr, num, sizeof(struct acl6_rules), sp_cmp); in sp6_spi_present()
H A Dsa.c1456 sa = bsearch(&tmpl, sar, num, sizeof(struct ipsec_sa), sa_cmp); in sa_spi_present()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.h577 page = bsearch(&key, dev->guest_pages, dev->nr_guest_pages, in gpa_to_first_hpa()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c2049 item = (caddr_t)bsearch(key, base, nmemb, size, compar); in bdel()
2067 ifi = bsearch(key, ti->state, ti->data, sizeof(struct ifidx), in ifidx_find()
2688 ri = bsearch(key, ti->state, ti->data, sizeof(struct numarray), in numarray_find()
H A Dip_fw_sockopt.c3172 rw = (struct opcode_obj_rewrite *)bsearch(&h, ctl3_rewriters, in find_op_rw_range()
3436 sh = (struct ipfw_sopt_handler *)bsearch(&h, ctl3_handlers, in find_sh()
/f-stack/tools/ipfw/
H A Dipfw2.c5275 ntlv = bsearch(&key, (ctlv + 1), ctlv->count, ctlv->objsize, in object_search_ctlv()
/f-stack/tools/libxo/libxo/
H A Dlibxo.c2665 xip = bsearch(cp, xop->xo_info, xop->xo_info_count, in xo_info_find()