Home
last modified time | relevance | path

Searched refs:str16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/efivarfs/
H A Dvars.c342 static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid, in dup_variable_bug() argument
353 str8[i] = str16[i]; in dup_variable_bug()
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c1554 static char *utf16_to_str(uint8_t len, uint8_t *str16) in utf16_to_str() argument
1562 wstr[count] = lduw_le_p(str16 + (count * 2)); in utf16_to_str()