Home | History | Annotate | Download | only in qemu

Lines Matching refs:last_errno

930 int vnc_client_io_error(VncState *vs, int ret, int last_errno)
934 switch (last_errno) {
947 ret, ret < 0 ? last_errno : 0);