Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_kvp.c81 struct hv_kvp_msg *kvp_msg; /* current message */
94 static void kvp_respond_to_host(struct hv_kvp_msg *msg, int error);
134 struct hv_kvp_msg *kvp_msg; in kvp_register()
166 static int kvp_handle_handshake(struct hv_kvp_msg *msg) in kvp_handle_handshake()
200 struct hv_kvp_msg *message = (struct hv_kvp_msg *)msg; in kvp_on_msg()
262 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
323 struct hv_kvp_msg *out = out_msg; in process_ib_ipinfo()
375 struct hv_kvp_msg *message; in kvp_send_key()
376 struct hv_kvp_msg *in_ms in kvp_send_key()
[all...]
/linux/tools/hv/
H A Dhv_kvp_daemon.c1781 struct hv_kvp_msg hv_msg[1]; in main()
1855 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1856 if (len != sizeof(struct hv_kvp_msg)) { in main()
1879 len = read(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1881 if (len != sizeof(struct hv_kvp_msg)) { in main()
2049 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
2050 if (len != sizeof(struct hv_kvp_msg)) { in main()
/linux/include/uapi/linux/
H A Dhyperv.h390 struct hv_kvp_msg { struct