Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1376 struct hv_kvp_msg *hv_msg; in main() local
1410 hv_msg = malloc(sizeof(*hv_msg)); in main()
1413 if (hv_kvp_dev_buf == NULL || hv_msg == NULL) { in main()
1486 memcpy(hv_msg, hv_kvp_dev_buf, sizeof(*hv_msg)); in main()
1494 op = hv_msg->hdr.kvp_hdr.operation; in main()
1495 pool = hv_msg->hdr.kvp_hdr.pool; in main()
1501 hv_msg->hdr.error = HV_ERROR_NOT_SUPPORTED; in main()
1506 error = kvp_op_hdlrs[op].kvp_op_exec(hv_msg, in main()
1509 assert(hv_msg->hdr.error != HV_S_OK); in main()
1510 if (hv_msg->hdr.error != HV_S_CONT) in main()
[all …]