Home
last modified time | relevance | path

Searched refs:c_cc (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DCanonRead.c109 else if(CCEQ(Termio->c_cc[VINTR], InChar)) { in IIO_CanonRead()
121 else if(CCEQ(Termio->c_cc[VQUIT], InChar)) { in IIO_CanonRead()
133 else if(CCEQ(Termio->c_cc[VEOF], InChar)) { in IIO_CanonRead()
138 else if(CCEQ(Termio->c_cc[VEOL], InChar)) { in IIO_CanonRead()
141 else if(CCEQ(Termio->c_cc[VERASE], InChar)) { in IIO_CanonRead()
145 else if(CCEQ(Termio->c_cc[VKILL], InChar)) { in IIO_CanonRead()
DNonCanonRead.c51 tioMin = Termio->c_cc[VMIN]; in IIO_NonCanonRead()
52 tioTime = Termio->c_cc[VTIME]; in IIO_NonCanonRead()
DIIOwrite.c73 TabWidth = (INT32)This->Termio.c_cc[VTABLEN]; in IIO_WriteOne()
DIIO.c402 TempBuf = &IIO->Termio.c_cc[0]; in New_cIIO()
/device/google/contexthub/util/stm32_flash/
Duart.c115 tio.c_cc[VTIME] = 5; in uart_init()
116 tio.c_cc[VMIN] = 0; in uart_init()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h166 cc_t c_cc[NCCS]; /* control chars */ member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c715 Termio->c_cc[VERASE] = 0x08; // ^H Backspace in open()
716 Termio->c_cc[VKILL] = 0x15; // ^U in open()
717 Termio->c_cc[VINTR] = 0x03; // ^C Interrupt character in open()