Searched refs:file (Results 1 – 4 of 4) sorted by relevance
108 struct vhost_vring_file *file) in vhost_kernel_set_vring_kick() argument285 struct vhost_vring_file file; in vhost_vq_start() local356 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() local408 file.index = idx; in vhost_vq_stop()[all …]
206 struct vhost_vring_file *file) in vhost_kernel_net_set_backend() argument208 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() local217 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()
29 static int check_dir(const char *file) in check_dir() argument33 tmp = strdup(file); in check_dir()
64 - b49a6c8f80 - CryptoPkg/OpensslLib: improve INF file consistency70 - 8906f076de - CryptoPkg/OpensslLib: Add missing header files in INF file
Completed in 9 milliseconds