Searched defs:vhost_vring_file (Results 1 – 2 of 2) sorted by relevance
24 struct vhost_vring_file { struct25 unsigned int index;26 int fd; /* Pass -1 to unbind from file. */
72 pub struct vhost_vring_file { struct73 pub index: ::std::os::raw::c_uint,74 pub fd: ::std::os::raw::c_int,