Searched refs:efi_char16_t (Results 1 – 7 of 7) sorted by relevance
/DragonStub/apps/ |
H A D | secureboot.c | 5 static const efi_char16_t shim_MokSBState_name[] = L"MokSBStateRT"; 7 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var()
|
H A D | helper.c | 135 const efi_char16_t *options = efi_table_attr(image, LoadOptions); in efi_convert_cmdline() 139 const efi_char16_t *s2; in efi_convert_cmdline() 149 options_chars = options_size / sizeof(efi_char16_t); in efi_convert_cmdline() 154 efi_char16_t c = *s2++; in efi_convert_cmdline()
|
/DragonStub/inc/dragonstub/ |
H A D | linux-efi.h | 349 efi_char16_t filename[]; 400 typedef efi_status_t efi_get_variable_t(efi_char16_t *name, efi_guid_t *vendor, 404 efi_char16_t *name, 406 typedef efi_status_t efi_set_variable_t(efi_char16_t *name, efi_guid_t *vendor, 411 unsigned long data_size, efi_char16_t *data);
|
H A D | dragonstub.h | 115 const efi_char16_t *description; 137 efi_rt_call(GetVariable, (efi_char16_t *)(name), \ 141 efi_rt_call(SetVariable, (efi_char16_t *)(name), \
|
H A D | types.h | 52 typedef u16 efi_char16_t; /* UNICODE character */ typedef
|
H A D | linux-efi.h | 349 efi_char16_t filename[]; 400 typedef efi_status_t efi_get_variable_t(efi_char16_t *name, efi_guid_t *vendor, 404 efi_char16_t *name, 406 typedef efi_status_t efi_set_variable_t(efi_char16_t *name, efi_guid_t *vendor, 411 unsigned long data_size, efi_char16_t *data);
|
H A D | linux-efi.h | 349 efi_char16_t filename[]; 400 typedef efi_status_t efi_get_variable_t(efi_char16_t *name, efi_guid_t *vendor, 404 efi_char16_t *name, 406 typedef efi_status_t efi_set_variable_t(efi_char16_t *name, efi_guid_t *vendor, 411 unsigned long data_size, efi_char16_t *data);
|