Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c61 int conv_dst_size; in hp_get_string_from_buffer() local
87 conv_dst_size = size; in hp_get_string_from_buffer()
89 conv_dst_size = dst_size - 1; in hp_get_string_from_buffer()
94 utf16s_to_utf8s(src, src_size, UTF16_HOST_ENDIAN, dst, conv_dst_size); in hp_get_string_from_buffer()
95 dst[conv_dst_size] = 0; in hp_get_string_from_buffer()
97 for (i = 0; i < conv_dst_size; i++) { in hp_get_string_from_buffer()
103 if (i == conv_dst_size) in hp_get_string_from_buffer()