Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c233 static void watch_cb(void *_str, const char *path, const char *token) in watch_cb() function
248 ret = xs_impl_deserialize(s2, bytes, DOMID_GUEST, watch_cb, NULL); in check_serdes()
328 watch_cb, guest_watches); in test_xs_node_simple()
335 watch_cb, qemu_watches); in test_xs_node_simple()
415 watch_cb, guest_watches); in test_xs_node_simple()
419 watch_cb, guest_watches); in test_xs_node_simple()
423 watch_cb, guest_watches); in test_xs_node_simple()
430 "watchrel", watch_cb, guest_watches); in test_xs_node_simple()
506 watch_cb, watches); in do_test_xs_node_tx()
583 watch_cb, watches); in do_test_xs_node_tx()
[all …]
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c389 watch_cb(int sock, void *ctx) in watch_cb() function
407 dispatcher_add(&vubr->dispatcher, fd, wd, watch_cb); in vubr_set_watch()