Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.c465 int hkey_len = 0, hvalue_len = 0, utf_err = 0; in hv_kvp_convert_usermsg_to_hostmsg() local
483 hkey_len = utf8_to_utf16((uint16_t *)host_exchg_data->key, in hv_kvp_convert_usermsg_to_hostmsg()
488 host_exchg_data->key_size = 2 * (hkey_len + 1); in hv_kvp_convert_usermsg_to_hostmsg()
498 if ((hkey_len < 0) || (hvalue_len < 0)) in hv_kvp_convert_usermsg_to_hostmsg()