Home | History | Annotate | Download | only in qemu

Lines Matching refs:last_errno

924 int vnc_client_io_error(VncState *vs, int ret, int last_errno)
928 switch (last_errno) {
941 ret, ret < 0 ? last_errno : 0);