Searched defs:userp (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | qht.c | 556 const void *userp, uint32_t hash) in qht_do_lookup() 583 const void *userp, uint32_t hash) in qht_lookup__slowpath() 595 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash, in qht_lookup_custom() 618 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup() 823 const struct qht_iter *iter, void *userp) in qht_bucket_iter() 860 void *userp) in qht_map_iter__all_locked() 870 do_qht_iter(struct qht *ht, const struct qht_iter *iter, void *userp) in do_qht_iter() 880 void qht_iter(struct qht *ht, qht_iter_func_t func, void *userp) in qht_iter() 890 void qht_iter_remove(struct qht *ht, qht_iter_bool_func_t func, void *userp) in qht_iter_remove() 905 static void qht_map_copy(void *p, uint32_t hash, void *userp) in qht_map_copy()
|
| H A D | qsp.c | 520 static void qsp_sort(void *p, uint32_t h, void *userp) in qsp_sort()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qht.c | 101 static void count_func(void *p, uint32_t hash, void *userp) in count_func() 125 static void sum_func(void *p, uint32_t hash, void *userp) in sum_func() 141 static bool rm_mod_func(void *p, uint32_t hash, void *userp) in rm_mod_func()
|
| /openbmc/qemu/include/qemu/ |
| H A D | plugin.h | 80 void *userp; global() member 93 void *userp; global() member
|
| /openbmc/qemu/plugins/ |
| H A D | core.c | 578 free_dyn_cb_arr(void * p,uint32_t h,void * userp) free_dyn_cb_arr() argument
|
| /openbmc/qemu/block/ |
| H A D | curl.c | 163 void *userp, void *sp) in curl_sock_cb() argument
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 773 qpd_cmp_func(const void * obj,const void * userp) qpd_cmp_func() argument 779 qpp_cmp_func(const void * obj,const void * userp) qpp_cmp_func() argument 785 qpf_cmp_func(const void * obj,const void * userp) qpf_cmp_func() argument
|