Home
last modified time | relevance | path

Searched refs:u16_strlen (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_bootmgr.c41 data += (u16_strlen(lo->label) + 1) * sizeof(u16); in efi_deserialize_load_option()
60 label_len = (u16_strlen(lo->label) + 1) * sizeof(u16); in efi_serialize_load_option()
H A Defi_file.c161 flen = u16_strlen(file_name); in file_open()
H A Defi_hii.c924 len = (u16_strlen(str) + 1) * sizeof(u16); in get_string()
/openbmc/u-boot/lib/
H A Dcharset.c338 size_t u16_strlen(const u16 *in) in u16_strlen() function
372 new = malloc((u16_strlen(src) + 1) * sizeof(u16)); in u16_strdup()
/openbmc/u-boot/include/
H A Dcharset.h179 size_t u16_strlen(const u16 *in);
H A Defi_api.h802 (u16_strlen(blk->string_text) + 1) * 2; in efi_hii_sibt_string_ucs2_block_next()
/openbmc/u-boot/cmd/
H A Defidebug.c612 label_len16 = u16_strlen(lo.label); in show_efi_boot_opt_data()
797 label_len16 = u16_strlen(lo.label); in show_efi_boot_order()