Home
last modified time | relevance | path

Searched refs:GetMode (Results 1 – 6 of 6) sorted by relevance

/src/stand/efi/include/
H A Deficonsctl.h126 EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE GetMode; member
/src/sys/contrib/edk2/Include/Protocol/
H A DUgaDraw.h152 EFI_UGA_DRAW_PROTOCOL_GET_MODE GetMode; member
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h59 CompletionMode GetMode() const { return m_mode; } in GetMode() function
/src/stand/efi/loader/
H A Dframebuffer.c344 status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh); in efifb_from_uga()
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp934 C.completion.GetMode()); in GetCompletions()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1014 switch (completion.GetMode()) { in TabCommand()