Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dterminal3270.c29 #define OUTPUT_BUFFER_SIZE 2051 macro
35 uint8_t outv[OUTPUT_BUFFER_SIZE];
247 int bound = (OUTPUT_BUFFER_SIZE - 3) / 2; in write_payload_3270()