Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost.c2269 int *reply_fd, in vhost_save_backend_state()
2274 fd, reply_fd, errp); in vhost_save_backend_state()
2300 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_save_backend_state()
2326 &reply_fd, in vhost_save_backend_state()
2334 if (reply_fd >= 0) { in vhost_save_backend_state()
2336 read_fd = reply_fd; in vhost_save_backend_state()
2392 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; in vhost_load_backend_state()
2418 &reply_fd, in vhost_load_backend_state()
2426 if (reply_fd >= 0) { in vhost_load_backend_state()
2428 write_fd = reply_fd; in vhost_load_backend_state()
2227 vhost_set_device_state_fd(struct vhost_dev * dev,VhostDeviceStateDirection direction,VhostDeviceStatePhase phase,int fd,int * reply_fd,Error ** errp) vhost_set_device_state_fd() argument
2258 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; vhost_save_backend_state() local
2350 int pipe_fds[2], read_fd = -1, write_fd = -1, reply_fd = -1; vhost_load_backend_state() local
[all...]
H A Dvhost-user.c2900 int *reply_fd, in vhost_user_set_device_state_fd()
2917 *reply_fd = -1; in vhost_user_set_device_state_fd()
2960 *reply_fd = qemu_chr_fe_get_msgfd(vu->user->chr); in vhost_user_check_device_state()
2961 if (*reply_fd < 0) { in vhost_user_check_device_state()
2964 *reply_fd = -1; in vhost_user_check_device_state()
2875 vhost_user_set_device_state_fd(struct vhost_dev * dev,VhostDeviceStateDirection direction,VhostDeviceStatePhase phase,int fd,int * reply_fd,Error ** errp) vhost_user_set_device_state_fd() argument
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h455 * stored in *reply_fd. The back-end will discard the FD sent to it,
456 * and the front-end must use *reply_fd for transferring state to/from
473 * @reply_fd: If the back-end wishes to use a different pipe for state
484 int *reply_fd, in vhost_save_backend_state()
H A Dvhost-backend.h163 int *reply_fd,