Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h105 #define _S_ICONSOLE 0x00030000 ///< UEFI Console Device macro
131 #define S_ICONSOLE _S_ICONSOLE
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c517 filp->f_iflags |= (_S_IFCHR | _S_ITTY | _S_IWTTY | _S_ICONSOLE); in da_ConOpen()