Searched refs:vnc_client_io_error (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.c | 89 return vnc_client_io_error(vs, -1, NULL); in vnc_client_write_sasl() 159 return vnc_client_io_error(vs, -1, NULL); in vnc_client_read_sasl()
|
H A D | vnc.h | 573 size_t vnc_client_io_error(VncState *vs, ssize_t ret, Error *err);
|
H A D | trace-events | 53 vnc_client_io_error(void *state, void *ioc, const char *msg) "VNC client I/O error state=%p ioc=%p …
|
H A D | vnc.c | 1370 size_t vnc_client_io_error(VncState *vs, ssize_t ret, Error *err) in vnc_client_io_error() function 1417 return vnc_client_io_error(vs, ret, err); in vnc_client_write_buf() 1545 return vnc_client_io_error(vs, ret, err); in vnc_client_read_buf()
|