Home
last modified time | relevance | path

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

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