Lines Matching refs:GoldfishHostPipe
72 typedef struct GoldfishHostPipe GoldfishHostPipe; typedef
82 GoldfishHostPipe* (*guest_open)(GoldfishHwPipe *hw_pipe);
83 GoldfishHostPipe* (*guest_open_with_flags)(GoldfishHwPipe *hw_pipe, uint32_t flags);
88 void (*guest_close)(GoldfishHostPipe *host_pipe,
105 GoldfishHostPipe* (*guest_load)(QEMUFile *file, GoldfishHwPipe *hw_pipe,
111 void (*guest_save)(GoldfishHostPipe *host_pipe, QEMUFile *file);
115 GoldfishPipePollFlags (*guest_poll)(GoldfishHostPipe *host_pipe);
122 int (*guest_recv)(GoldfishHostPipe *host_pipe,
127 void (*wait_guest_recv)(GoldfishHostPipe* host_pipe);
134 int (*guest_send)(GoldfishHostPipe **host_pipe,
139 void (*wait_guest_send)(GoldfishHostPipe* host_pipe);
145 void (*guest_wake_on)(GoldfishHostPipe *host_pipe,