Home
last modified time | relevance | path

Searched refs:UTF16_HOST_ENDIAN (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dhv_kvp.c274 UTF16_HOST_ENDIAN, in process_ob_ipinfo()
282 UTF16_HOST_ENDIAN, in process_ob_ipinfo()
290 UTF16_HOST_ENDIAN, in process_ob_ipinfo()
298 UTF16_HOST_ENDIAN, in process_ob_ipinfo()
306 UTF16_HOST_ENDIAN, in process_ob_ipinfo()
597 keylen = utf8s_to_utf16s(key_name, strlen(key_name), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
604 valuelen = utf8s_to_utf16s(value, strlen(value), UTF16_HOST_ENDIAN, in kvp_respond_to_host()
/openbmc/linux/fs/ntfs3/
H A Dnamei.c80 UTF16_HOST_ENDIAN); in ntfs_lookup()
382 UTF16_HOST_ENDIAN); in ntfs_atomic_open()
511 UTF16_HOST_ENDIAN); in ntfs_d_hash()
570 UTF16_HOST_ENDIAN); in ntfs_d_compare()
/openbmc/linux/include/linux/
H A Dnls.h42 UTF16_HOST_ENDIAN, enumerator
/openbmc/linux/fs/exfat/
H A Dnls.c487 len = utf16s_to_utf8s(uniname, MAX_NAME_LENGTH, UTF16_HOST_ENDIAN, in exfat_utf16_to_utf8()
503 unilen = utf8s_to_utf16s(p_cstring, len, UTF16_HOST_ENDIAN, in exfat_utf8_to_utf16()
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c221 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, p, len); in hp_ascii_to_utf16_unicode()
H A Dbioscfg.c94 utf16s_to_utf8s(src, src_size, UTF16_HOST_ENDIAN, dst, conv_dst_size); in hp_get_string_from_buffer()
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c43 ret = utf8s_to_utf16s(str, strlen(str), UTF16_HOST_ENDIAN, in populate_string_buffer()
/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c839 ret = utf8s_to_utf16s(NWADR_STR, NWADR_STRLEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac()
844 ret = utf8s_to_utf16s(macstr, 2*ETH_ALEN, UTF16_HOST_ENDIAN, in rndis_filter_set_device_mac()
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c521 *outlen = utf8s_to_utf16s(name, len, UTF16_HOST_ENDIAN, in xlate_to_uni()
H A Ddir.c187 UTF16_HOST_ENDIAN, buf, size); in fat_uni_to_x8()