Home
last modified time | relevance | path

Searched refs:vu_deinit (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlink-test.c42 vu_deinit(&dev); in main()
H A Dlibvhost-user.h490 void vu_deinit(VuDev *dev);
H A Dlibvhost-user.c2192 vu_deinit(VuDev *dev) in vu_deinit() function
/openbmc/qemu/util/
H A Dvhost-user-server.c35 * After vu_dispatch() fails, vu_client_trip() calls vu_deinit() to stop
36 * libvhost-user before terminating the coroutine. vu_deinit() calls
241 vu_deinit(vu_dev); in vu_client_trip()
243 /* vu_deinit() should have called remove_watch() */ in vu_client_trip()
381 vu_deinit(&server->vu_dev); in vhost_user_server_stop()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c822 vu_deinit(&dev->vudev); in main()