struct efi_simple_text_output_protocol

Defined at line 124 of file ../../zircon/kernel/lib/efi/include/efi/protocol/simple-text-output.h

Public Members

efi_status (*)(struct efi_simple_text_output_protocol *, bool) __attribute__((cfi_unchecked_callee)) Reset
efi_status (*)(struct efi_simple_text_output_protocol *, char16_t *) __attribute__((cfi_unchecked_callee)) OutputString
efi_status (*)(struct efi_simple_text_output_protocol *, char16_t *) __attribute__((cfi_unchecked_callee)) TestString
efi_status (*)(struct efi_simple_text_output_protocol *, size_t, size_t *, size_t *) __attribute__((cfi_unchecked_callee)) QueryMode
efi_status (*)(struct efi_simple_text_output_protocol *, size_t) __attribute__((cfi_unchecked_callee)) SetMode
efi_status (*)(struct efi_simple_text_output_protocol *, size_t) __attribute__((cfi_unchecked_callee)) SetAttribute
efi_status (*)(struct efi_simple_text_output_protocol *) __attribute__((cfi_unchecked_callee)) ClearScreen
efi_status (*)(struct efi_simple_text_output_protocol *, size_t, size_t) __attribute__((cfi_unchecked_callee)) SetCursorPosition
efi_status (*)(struct efi_simple_text_output_protocol *, bool) __attribute__((cfi_unchecked_callee)) EnableCursor
simple_text_output_mode * Mode