Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/console/
H A Dserial_general.c102 return cons_ops_index == SERIAL_CONS_OPS; in console_is_serial()
120 cons_ops_index = SERIAL_CONS_OPS; in switch_to_serial_console()
H A Dserial_protos.h98 #define SERIAL_CONS_OPS 0 macro