Home
last modified time | relevance | path

Searched refs:file (Results 1 – 4 of 4) sorted by relevance

/devicemodel/hw/pci/virtio/
A Dvhost.c108 struct vhost_vring_file *file) in vhost_kernel_set_vring_kick() argument
285 struct vhost_vring_file file; in vhost_vq_start() local
356 file.index = idx; in vhost_vq_start()
357 file.fd = vq->call_fd; in vhost_vq_start()
365 file.index = idx; in vhost_vq_start()
366 file.fd = vq->kick_fd; in vhost_vq_start()
376 file.index = idx; in vhost_vq_start()
377 file.fd = -1; in vhost_vq_start()
389 struct vhost_vring_file file; in vhost_vq_stop() local
408 file.index = idx; in vhost_vq_stop()
[all …]
A Dvirtio_net.c206 struct vhost_vring_file *file) in vhost_kernel_net_set_backend() argument
208 return vhost_kernel_ioctl(vdev, VHOST_NET_SET_BACKEND, file); in vhost_kernel_net_set_backend()
214 struct vhost_vring_file file; in vhost_net_set_backend() local
217 file.fd = backend_fd; in vhost_net_set_backend()
219 file.index = i; in vhost_net_set_backend()
220 rc = vhost_kernel_net_set_backend(vdev, &file); in vhost_net_set_backend()
227 file.fd = -1; in vhost_net_set_backend()
229 file.index = i; in vhost_net_set_backend()
230 vhost_kernel_net_set_backend(vdev, &file); in vhost_net_set_backend()
/devicemodel/hw/platform/
A Dpty_vuart.c29 static int check_dir(const char *file) in check_dir() argument
33 tmp = strdup(file); in check_dir()
/devicemodel/bios/
A Dchangelog_ovmf.txt64 - b49a6c8f80 - CryptoPkg/OpensslLib: improve INF file consistency
70 - 8906f076de - CryptoPkg/OpensslLib: Add missing header files in INF file

Completed in 9 milliseconds