Searched refs:ucs2_as_utf8 (Results 1 – 6 of 6) sorted by relevance
/linux/lib/ |
H A D | ucs2_string.c | 135 ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength) in ucs2_as_utf8() function 166 EXPORT_SYMBOL(ucs2_as_utf8);
|
/linux/include/linux/ |
H A D | ucs2_string.h | 17 unsigned long ucs2_as_utf8(u8 *dest, const ucs2_char_t *src,
|
/linux/fs/efivarfs/ |
H A D | vars.c | 239 ucs2_as_utf8(name, name16, len); in efivar_get_utf8name() 266 ucs2_as_utf8(utf8_name, var_name, utf8_size); in efivar_validate()
|
/linux/drivers/firmware/efi/ |
H A D | apple-properties.c | 87 ucs2_as_utf8(key, ptr + sizeof(key_len), in unmarshal_key_value_pairs()
|
H A D | efi-pstore.c | 91 ucs2_as_utf8(name, varname, DUMP_NAME_LEN); in efi_pstore_read_func()
|
H A D | efi.c | 303 ucs2_as_utf8(utf8_name, name, limit - 1); in efivar_ssdt_load()
|