Home
last modified time | relevance | path

Searched refs:qht_iter_func_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqht.h46 typedef void (*qht_iter_func_t)(void *p, uint32_t h, void *up); typedef
187 void qht_iter(struct qht *ht, qht_iter_func_t func, void *userp);
/openbmc/qemu/util/
H A Dqht.c100 qht_iter_func_t retvoid;
881 void qht_iter(struct qht *ht, qht_iter_func_t func, void *userp) in qht_iter()