Searched refs:vu_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | link-test.c | 40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
|
H A D | libvhost-user-glib.c | 156 if (!vu_init(&dev->parent, max_queues, socket, panic, NULL, set_watch, in vug_init()
|
H A D | libvhost-user.h | 478 bool vu_init(VuDev *dev,
|
H A D | libvhost-user.c | 2253 vu_init(VuDev *dev, in vu_init() function
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 517 if (!vu_init(&dev->vudev, in vubr_accept_cb() 576 if (!vu_init(&dev->vudev, in vubr_new()
|
/openbmc/qemu/util/ |
H A D | vhost-user-server.c | 346 if (!vu_init(&server->vu_dev, server->max_queues, sioc->fd, panic_cb, in vu_accept()
|