Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/pexpert/arm/ !
H A Dprotos.h26 void serial_putc_options(char, bool);
/xnu-8020.101.4/pexpert/pexpert/i386/ !
H A Dprotos.h86 void serial_putc_options(char, bool);
/xnu-8020.101.4/osfmk/console/ !
H A Dserial_console.c114 extern void serial_putc_options(char, bool);
124 .putc = serial_putc_options, .getc = _serial_getc,
/xnu-8020.101.4/pexpert/arm/ !
H A Dpe_kprintf.c165 serial_putc_options(char c, bool poll) in serial_putc_options() function
/xnu-8020.101.4/pexpert/i386/ !
H A Dpe_serial.c649 serial_putc_options( char c, __unused bool poll ) in serial_putc_options() function