Home
last modified time | relevance | path

Searched refs:SIZE_BUFFER_VT220 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/char/
H A Dsclpconsole.c34 #define SIZE_BUFFER_VT220 4080 macro
39 uint8_t iov[SIZE_BUFFER_VT220];
58 int avail = SIZE_BUFFER_VT220 - scon->iov_data_len; in DECLARE_INSTANCE_CHECKER()
73 assert(size <= SIZE_BUFFER_VT220 - scon->iov_data_len); in chr_read()
211 VMSTATE_UINT8_ARRAY(iov, SCLPConsole, SIZE_BUFFER_VT220),