Home
last modified time | relevance | path

Searched refs:ascii2unicode (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c382 ascii2unicode(info->file_name, dent->name); in dir_read()
570 ascii2unicode(info->file_name, filename); in efi_file_getinfo()
604 ascii2unicode((u16 *)info->volume_label, in efi_file_getinfo()
H A Defi_device_path_to_text.c40 ascii2unicode(out, str); in efi_str_to_u16()
/openbmc/u-boot/include/
H A Defi_loader.h476 static inline void ascii2unicode(u16 *unicode, const char *ascii) in ascii2unicode() function