Searched refs:VhostUserBackend (Results 1 – 6 of 6) sorted by relevance
25 OBJECT_DECLARE_SIMPLE_TYPE(VhostUserBackend,30 struct VhostUserBackend { struct43 int vhost_user_backend_dev_init(VhostUserBackend *b, VirtIODevice *vdev, argument45 void vhost_user_backend_start(VhostUserBackend *b);46 void vhost_user_backend_stop(VhostUserBackend *b);
24 vhost_user_backend_dev_init(VhostUserBackend *b, VirtIODevice *vdev, in vhost_user_backend_dev_init()49 vhost_user_backend_start(VhostUserBackend *b) in vhost_user_backend_start()101 vhost_user_backend_stop(VhostUserBackend *b) in vhost_user_backend_stop()128 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in set_chardev()156 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in get_chardev()173 VhostUserBackend *b = VHOST_USER_BACKEND(obj); in vhost_user_backend_finalize()185 .instance_size = sizeof(VhostUserBackend),
173 # @VhostUserBackend:177 # It is possible for multiple @VhostUserBackend elements to match the183 # containing a single @VhostUserBackend root element) with a260 'struct' : 'VhostUserBackend',
1905 criteria (see ``@VhostUserBackend`` documentation in the schema file).
239 VhostUserBackend *vhost;
209 Using it this way entails adding a ``struct VhostUserBackend`` to your