Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dterminal3270.c24 #define INPUT_BUFFER_SIZE 1000 macro
34 uint8_t inv[INPUT_BUFFER_SIZE];
50 return INPUT_BUFFER_SIZE - t->in_len; in DECLARE_INSTANCE_CHECKER()
104 assert(size <= (INPUT_BUFFER_SIZE - t->in_len)); in terminal_read()