Home
last modified time | relevance | path

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

/external/syslinux/core/
Dconio.c42 __export uint8_t FlowInput = 0; /* Input bits for serial flow */ variable
94 ch &= FlowInput; in write_serial()
95 if (ch != FlowInput) in write_serial()
118 ah = FlowInput; in serialcfg()
Dbios.c165 *flowctl = FlowOutput | FlowInput | (FlowIgnore << 4); in bios_get_serial_console_info()
/external/syslinux/core/include/
Dcore.h54 extern uint8_t FlowInput;
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c754 extern uint8_t FlowInput;
1322 FlowInput = 0; in parse_config_file()
1346 FlowInput = ((flow & 0xff00) >> 8); in parse_config_file()