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

/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1376 struct hv_kvp_msg *hv_msg; local
1410 hv_msg = malloc(sizeof(*hv_msg));
1413 if (hv_kvp_dev_buf == NULL || hv_msg == NULL) {
1485 /* Copy hv_kvp_dev_buf to hv_msg */
1486 memcpy(hv_msg, hv_kvp_dev_buf, sizeof(*hv_msg));
1494 op = hv_msg->hdr.kvp_hdr.operation;
1495 pool = hv_msg->hdr.kvp_hdr.pool;
1501 hv_msg
[all...]

Completed in 102 milliseconds