Symbol: hv_kvp_msg
sys/dev/hyperv/utilities/hv_kvp.c
154
struct hv_kvp_msg *host_kvp_msg;
sys/dev/hyperv/utilities/hv_kvp.c
157
struct hv_kvp_msg daemon_kvp_msg;
sys/dev/hyperv/utilities/hv_kvp.c
213
sc->host_kvp_msg = (struct hv_kvp_msg *)&rcv_buf[
sys/dev/hyperv/utilities/hv_kvp.c
222
hv_kvp_convert_utf8_ipinfo_to_utf16(struct hv_kvp_msg *umsg,
sys/dev/hyperv/utilities/hv_kvp.c
271
struct hv_kvp_msg *umsg)
sys/dev/hyperv/utilities/hv_kvp.c
352
hv_kvp_convert_hostmsg_to_usermsg(struct hv_kvp_msg *hmsg, struct hv_kvp_msg *umsg)
sys/dev/hyperv/utilities/hv_kvp.c
359
memset(umsg, 0, sizeof(struct hv_kvp_msg));
sys/dev/hyperv/utilities/hv_kvp.c
463
hv_kvp_convert_usermsg_to_hostmsg(struct hv_kvp_msg *umsg, struct hv_kvp_msg *hmsg)
sys/dev/hyperv/utilities/hv_kvp.c
558
struct hv_kvp_msg *hmsg = sc->host_kvp_msg;
sys/dev/hyperv/utilities/hv_kvp.c
559
struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg;
sys/dev/hyperv/utilities/hv_kvp.c
71
#define BUFFERSIZE sizeof(struct hv_kvp_msg)
sys/dev/hyperv/utilities/hv_kvp.c
731
struct hv_kvp_msg *hv_kvp_dev_buf;
sys/dev/hyperv/utilities/hv_kvp.c
741
memcpy(hv_kvp_dev_buf, &sc->daemon_kvp_msg, sizeof(struct hv_kvp_msg));
sys/dev/hyperv/utilities/hv_kvp.c
763
struct hv_kvp_msg *hv_kvp_dev_buf;
sys/dev/hyperv/utilities/hv_kvp.c
776
memcpy(&sc->daemon_kvp_msg, hv_kvp_dev_buf, sizeof(struct hv_kvp_msg));
sys/dev/hyperv/utilities/hv_kvp.c
793
struct hv_kvp_msg *hmsg = sc->host_kvp_msg;
sys/dev/hyperv/utilities/hv_kvp.c
794
struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg;