Searched defs:vhost_vring_file (Results 1 – 3 of 3) sorted by relevance
24 struct vhost_vring_file { struct25 unsigned int index;26 int fd; /* Pass -1 to unbind from file. */
120 pub struct vhost_vring_file { struct121 pub index: raw::c_uint,122 pub fd: raw::c_int,
575 pub struct vhost_vring_file { struct582 ::std::mem::size_of::<vhost_vring_file>(), in bindgen_test_layout_vhost_vring_file() argument612 impl Clone for vhost_vring_file { implementation