Searched refs:hmsg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c222 * Convert ip related info in umsg from utf8 to utf16 and store in hmsg
270 * Convert ip related info in hmsg from utf16 to utf8 and store in umsg
355 hv_kvp_convert_hostmsg_to_usermsg(struct hv_kvp_msg *hmsg, struct hv_kvp_msg *umsg) argument
361 host_ip_msg = (struct hv_kvp_ip_msg*)hmsg;
364 umsg->kvp_hdr.operation = hmsg->kvp_hdr.operation;
365 umsg->kvp_hdr.pool = hmsg->kvp_hdr.pool;
383 value_type = hmsg->body.kvp_set.data.value_type;
391 (uint16_t *)hmsg->body.kvp_set.data.msg_value.value,
392 hmsg->body.kvp_set.data.value_size,
402 hmsg
466 hv_kvp_convert_usermsg_to_hostmsg(struct hv_kvp_msg *umsg, struct hv_kvp_msg *hmsg) argument
561 struct hv_kvp_msg *hmsg = sc->host_kvp_msg; local
796 struct hv_kvp_msg *hmsg = sc->host_kvp_msg; local
[all...]

Completed in 106 milliseconds