Home
last modified time | relevance | path

Searched refs:vu_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlink-test.c40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
H A Dlibvhost-user-glib.c156 if (!vu_init(&dev->parent, max_queues, socket, panic, NULL, set_watch, in vug_init()
H A Dlibvhost-user.h478 bool vu_init(VuDev *dev,
H A Dlibvhost-user.c2253 vu_init(VuDev *dev, in vu_init() function
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c517 if (!vu_init(&dev->vudev, in vubr_accept_cb()
576 if (!vu_init(&dev->vudev, in vubr_new()
/openbmc/qemu/util/
H A Dvhost-user-server.c346 if (!vu_init(&server->vu_dev, server->max_queues, sioc->fd, panic_cb, in vu_accept()