HomeSort by relevance Sort by last modified time
    Searched refs:IGNSPEC (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 88 #define IGNSPEC 0x0008 /* Ignore function, control, and other non-printing special keys. */
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 273 else if((Self->Termio.c_iflag & IGNSPEC) != 0) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 712 Termio->c_iflag = ICRNL | IGNSPEC;
    [all...]

Completed in 75 milliseconds