Searched refs:bsearch (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | bsearch.c | 58 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch() function
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hp.c | 241 match = bsearch(&hazard->pointer, cache, n_hazards, in ck_hp_reclaim()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 133 void *bsearch(const void *, const void *, size_t,
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | sp4.c | 627 rule = bsearch(&tmpl, acr, num, sizeof(struct acl4_rules), sp_cmp); in sp4_spi_present()
|
| H A D | sp6.c | 757 rule = bsearch(&tmpl, acr, num, sizeof(struct acl6_rules), sp_cmp); in sp6_spi_present()
|
| H A D | sa.c | 1456 sa = bsearch(&tmpl, sar, num, sizeof(struct ipsec_sa), sa_cmp); in sa_spi_present()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost.h | 577 page = bsearch(&key, dev->guest_pages, dev->nr_guest_pages, in gpa_to_first_hpa()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 2049 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 D | ip_fw_sockopt.c | 3172 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 D | ipfw2.c | 5275 ntlv = bsearch(&key, (ctlv + 1), ctlv->count, ctlv->objsize, in object_search_ctlv()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 2665 xip = bsearch(cp, xop->xo_info, xop->xo_info_count, in xo_info_find()
|