Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.c72 #define kvp_hdr hdr.kvp_hdr macro
322 umsg->kvp_hdr.operation = host_ip_msg->operation; in hv_kvp_convert_utf16_ipinfo_to_utf8()
361 umsg->kvp_hdr.operation = hmsg->kvp_hdr.operation; in hv_kvp_convert_hostmsg_to_usermsg()
362 umsg->kvp_hdr.pool = hmsg->kvp_hdr.pool; in hv_kvp_convert_hostmsg_to_usermsg()
364 switch (umsg->kvp_hdr.operation) { in hv_kvp_convert_hostmsg_to_usermsg()
454 __func__, umsg->kvp_hdr.operation); in hv_kvp_convert_hostmsg_to_usermsg()
471 switch (hmsg->kvp_hdr.operation) { in hv_kvp_convert_usermsg_to_hostmsg()
780 if (sc->daemon_kvp_msg.kvp_hdr.operation == HV_KVP_OP_REGISTER) { in hv_kvp_dev_daemon_write()
H A Dhv_kvp.h208 struct hv_kvp_hdr kvp_hdr; member
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1163 op_pool = op_msg->hdr.kvp_hdr.pool; in kvp_op_setgetdel()
1222 op_pool = op_msg->hdr.kvp_hdr.pool; in kvp_op_enumerate()
1441 hv_kvp_dev_buf->hdr.kvp_hdr.operation = HV_KVP_OP_REGISTER; in main()
1491 op = hv_msg->hdr.kvp_hdr.operation; in main()