Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dserial_protos.h81 #define SERIAL_CONS_BUF_SIZE 256 macro
88 char str[SERIAL_CONS_BUF_SIZE];
H A Dserial_general.c163 if (info->pos < (SERIAL_CONS_BUF_SIZE - 1)) { in console_printbuf_putc()