Searched refs:VNC_DEBUG (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/ui/ |
H A D | vnc-ws.c | 35 VNC_DEBUG("Handshake failed %s\n", error_get_pretty(err)); in vncws_tls_handshake_done() 39 VNC_DEBUG("TLS handshake complete, starting websocket handshake\n"); in vncws_tls_handshake_done() 74 VNC_DEBUG("Failed to setup TLS %s\n", error_get_pretty(err)); in vncws_tls_handshake_io() 104 VNC_DEBUG("Websock handshake failed %s\n", error_get_pretty(err)); in vncws_handshake_done() 108 VNC_DEBUG("Websock handshake complete, starting VNC protocol\n"); in vncws_handshake_done()
|
H A D | vnc-enc-zlib.c | 74 VNC_DEBUG("VNC: initializing zlib stream\n"); in vnc_zlib_stop() 75 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs); in vnc_zlib_stop()
|
H A D | vnc.c | 1391 VNC_DEBUG("Closing down client sock: protocol error\n"); in vnc_client_error() 1416 VNC_DEBUG("Wrote wire %p %zd -> %ld\n", data, datalen, ret); in vnc_client_write_buf() 1437 VNC_DEBUG("Write Plain: Pending output %p size %zd offset %zd. Wait SSF %d\n", in vnc_client_write_plain() 1544 VNC_DEBUG("Read wire %p %zd -> %ld\n", data, datalen, ret); in vnc_client_read_buf() 1561 VNC_DEBUG("Read plain %p size %zd offset %zd\n", in vnc_client_read_plain() 2233 VNC_DEBUG("Unknown encoding: %d (0x%.8x): %d\n", i, enc, enc); in set_encodings() 2547 VNC_DEBUG("Invalid audio format %d\n", read_u8(data, 4)); in protocol_client_msg() 2553 VNC_DEBUG("Invalid audio channel count %d\n", in protocol_client_msg() 2564 VNC_DEBUG("Invalid audio frequency %u > 48000", freq); in protocol_client_msg() 2573 VNC_DEBUG("Invalid audio message %d\n", read_u8(data, 2)); in protocol_client_msg() [all …]
|
H A D | vnc.h | 52 #define VNC_DEBUG(fmt, ...) do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0) macro 54 #define VNC_DEBUG(fmt, ...) do { } while (0) macro
|
H A D | vnc-auth-sasl.c | 76 VNC_DEBUG("Write SASL: Pending output %p size %zd offset %zd " in vnc_client_write_sasl() 160 VNC_DEBUG("Read SASL Encoded %p size %ld Decoded %p size %d\n", in vnc_client_read_sasl()
|
H A D | vnc-enc-tight.c | 793 VNC_DEBUG("VNC: TIGHT: initializing zlib stream %d\n", stream_id); in tight_init_stream() 794 VNC_DEBUG("VNC: TIGHT: opaque = %p | vs = %p\n", zstream->opaque, vs); in tight_init_stream()
|