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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 104 #define _S_IWTTY 0x00020000 ///< TTY sends and receives Wide characters
130 #define S_IWTTY _S_IWTTY
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 46 NOTE: If _S_IWTTY is set, the internal buffer contains WIDE characters.
88 if(filp->f_iflags & _S_IWTTY) {
212 if(filp->f_iflags & _S_IWTTY) {
301 if(filp->f_iflags & _S_IWTTY) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 10 The devices status as a wide device is indicatd by _S_IWTTY being set in
162 NOTE: The UEFI Console is a wide device, _S_IWTTY, so characters received
296 NOTE: The UEFI Console is a wide device, _S_IWTTY, so characters returned
517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE);

Completed in 696 milliseconds