Home
last modified time | relevance | path

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

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