Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dserial_general.c151 data->flags |= CONS_PB_WRITE_NEWLINE; in console_printbuf_state_init()
183 if (ch == '\n' && info->flags & CONS_PB_WRITE_NEWLINE) { in console_printbuf_putc()
H A Dserial_protos.h86 #define CONS_PB_WRITE_NEWLINE 0x1 macro