Home
last modified time | relevance | path

Searched refs:CHAR16 (Results 1 – 12 of 12) sorted by relevance

/xen/xen/common/efi/
A Dboot.c98 CHAR16 *w;
111 static CHAR16 *FormatDec(UINT64 Val, CHAR16 *Buffer);
112 static CHAR16 *FormatHex(UINT64 Val, UINTN Width, CHAR16 *Buffer);
114 static CHAR16 *wstrcpy(CHAR16 *d, const CHAR16 *s);
214 static CHAR16 *__init FormatDec(UINT64 Val, CHAR16 *Buffer) in FormatDec()
254 static CHAR16 *__init wstrcpy(CHAR16 *d, const CHAR16 *s) in wstrcpy()
256 CHAR16 *r = d; in wstrcpy()
263 static int __init wstrcmp(const CHAR16 *s1, const CHAR16 *s2) in wstrcmp()
273 static int __init wstrncmp(const CHAR16 *s1, const CHAR16 *s2, UINTN n) in wstrncmp()
287 CHAR16 *w; in s2w()
[all …]
A Defi.h24 extern const CHAR16 *efi_fw_vendor;
43 const CHAR16 *wmemchr(const CHAR16 *s, CHAR16 c, UINTN n);
A Druntime.c9 DEFINE_XEN_GUEST_HANDLE(CHAR16);
43 const CHAR16 *__read_mostly efi_fw_vendor;
198 const CHAR16 *wmemchr(const CHAR16 *s, CHAR16 c, UINTN n) in wmemchr()
240 CHAR16), n) ) in efi_get_info()
302 static long gwstrlen(XEN_GUEST_HANDLE_PARAM(CHAR16) str) in gwstrlen()
308 CHAR16 c; in gwstrlen()
465 CHAR16 *name; in efi_runtime_call()
476 name = xmalloc_array(CHAR16, ++len); in efi_runtime_call()
522 CHAR16 *name; in efi_runtime_call()
529 name = xmalloc_array(CHAR16, ++len); in efi_runtime_call()
[all …]
/xen/xen/include/efi/
A Defiprot.h184 IN CHAR16 *FileName,
302 CHAR16 FileName[1];
324 CHAR16 VolumeLabel[1];
341 CHAR16 VolumeLabel[1];
497 IN CHAR16 *s1,
498 IN CHAR16 *s2
505 IN CHAR16 *String,
506 IN CHAR16 *Pattern
513 IN OUT CHAR16 *Str
520 IN OUT CHAR16 *Str
[all …]
A Defiapi.h227 IN CHAR16 *VariableName,
238 IN OUT CHAR16 *VariableName,
246 IN CHAR16 *VariableName,
351 OUT CHAR16 **ExitData OPTIONAL
360 IN CHAR16 *ExitData OPTIONAL
425 IN CHAR16 *WatchdogData OPTIONAL
582 IN CHAR16 *ResetData OPTIONAL
905 CHAR16 *FirmwareVendor;
A Deficon.h42 IN CHAR16 *String
49 IN CHAR16 *String
241 CHAR16 UnicodeChar;
A Defidef.h23 typedef UINT16 CHAR16; typedef
A Defidevp.h302 CHAR16 PathName[1];
/xen/xen/arch/arm/efi/
A Defi-dom0.c35 static const CHAR16 xen_efi_fw_vendor[] = {0x0058, 0x0065, 0x006E, 0x0000};
81 efi_sys_tbl->FirmwareVendor = (CHAR16 *)(table_addr + offset); in acpi_create_efi_system_table()
A Defi-boot.h421 static void __init efi_arch_handle_cmdline(CHAR16 *image_name, in efi_arch_handle_cmdline()
422 CHAR16 *cmdline_options, in efi_arch_handle_cmdline()
484 static void __init efi_arch_handle_module(struct file *file, const CHAR16 *name, in efi_arch_handle_module()
/xen/xen/arch/x86/efi/
A Dstub.c24 static const CHAR16 __initconst err[] = in efi_multiboot2()
A Defi-boot.h295 static void __init efi_arch_handle_cmdline(CHAR16 *image_name, in efi_arch_handle_cmdline()
296 CHAR16 *cmdline_options, in efi_arch_handle_cmdline()
638 static void __init efi_arch_handle_module(struct file *file, const CHAR16 *name, in efi_arch_handle_module()

Completed in 29 milliseconds