Searched refs:char16_t (Results 1 – 7 of 7) sorted by relevance
/bootable/libbootloader/gbl/libefi/defs/ |
D | runtime_service.h | 17 EfiStatus (*get_variable)(const char16_t* variable_name, 21 char16_t* variable_name, 23 EfiStatus (*set_variable)(const char16_t* variable_name,
|
D | boot_service.h | 94 EfiStatus (*start_image)(EfiHandle image_handle, size_t* exit_data_size, char16_t** exit_data); 96 char16_t* exit_data); 102 char16_t* watchdog_data);
|
D | system_table.h | 34 char16_t* firmware_vendor;
|
D | types.h | 23 typedef uint16_t char16_t; typedef
|
/bootable/libbootloader/gbl/libefi/defs/protocols/ |
D | simple_text_output_protocol.h | 34 EfiStatus (*output_string)(struct EfiSimpleTextOutputProtocol* self, char16_t* string); 35 EfiStatus (*test_string)(struct EfiSimpleTextOutputProtocol* self, char16_t* string);
|
D | simple_text_input_protocol.h | 25 char16_t unicode_char;
|
/bootable/libbootloader/gbl/libefi/src/protocol/ |
D | simple_text_output.rs | 16 char16_t, EfiGuid, EfiSimpleTextOutputProtocol, EFI_STATUS_NOT_FOUND, EFI_STATUS_UNSUPPORTED, 34 pub fn output_string(&self, msg: *mut char16_t) -> EfiResult<()> { in output_string()
|