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

/freebsd-10.2-release/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1367 struct hv_kvp_msg *hv_msg; local
1401 hv_msg = malloc(sizeof(*hv_msg));
1404 if (hv_kvp_dev_buf == NULL || hv_msg == NULL) {
1476 /* Copy hv_kvp_dev_buf to hv_msg */
1477 memcpy(hv_msg, hv_kvp_dev_buf, sizeof(*hv_msg));
1485 op = hv_msg->hdr.kvp_hdr.operation;
1486 pool = hv_msg->hdr.kvp_hdr.pool;
1492 hv_msg
[all...]

Completed in 206 milliseconds