Searched refs:host_exchg_data (Results 1 – 1 of 1) sorted by relevance
466 struct hv_kvp_exchg_msg_value *host_exchg_data; in hv_kvp_convert_usermsg_to_hostmsg() local481 host_exchg_data = &hmsg->body.kvp_enum_data.data; in hv_kvp_convert_usermsg_to_hostmsg()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()491 (uint16_t *)host_exchg_data->msg_value.value, in hv_kvp_convert_usermsg_to_hostmsg()495 host_exchg_data->value_size = 2 * (hvalue_len + 1); in hv_kvp_convert_usermsg_to_hostmsg()496 host_exchg_data->value_type = HV_REG_SZ; in hv_kvp_convert_usermsg_to_hostmsg()504 host_exchg_data = &hmsg->body.kvp_get.data; in hv_kvp_convert_usermsg_to_hostmsg()507 (uint16_t *)host_exchg_data->msg_value.value, in hv_kvp_convert_usermsg_to_hostmsg()512 host_exchg_data->value_size = 2 * (hvalue_len + 1); in hv_kvp_convert_usermsg_to_hostmsg()[all …]