Home
last modified time | relevance | path

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

/linux/drivers/hv/
A Dhv_snapshot.c176 struct hv_vss_msg *vss_msg; in vss_send_op() local
184 vss_msg = kzalloc(sizeof(*vss_msg), GFP_KERNEL); in vss_send_op()
185 if (!vss_msg) in vss_send_op()
195 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in vss_send_op()
204 kfree(vss_msg); in vss_send_op()
293 struct hv_vss_msg *vss_msg; in hv_vss_onchannelcallback() local
407 struct hv_vss_msg *vss_msg; in hv_vss_pre_suspend() local
417 vss_msg = kzalloc(sizeof(*vss_msg), GFP_KERNEL); in hv_vss_pre_suspend()
418 if (!vss_msg) in hv_vss_pre_suspend()
429 hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in hv_vss_pre_suspend()
[all …]
/linux/tools/hv/
A Dhv_vss_daemon.c215 struct hv_vss_msg vss_msg[1]; in main() local
268 vss_msg->vss_hdr.operation = VSS_OP_REGISTER1; in main()
270 len = write(vss_fd, vss_msg, sizeof(struct hv_vss_msg)); in main()
294 len = read(vss_fd, vss_msg, sizeof(struct hv_vss_msg)); in main()
301 kernel_modver = *(__u32 *)vss_msg; in main()
314 op = vss_msg->vss_hdr.operation; in main()
344 vss_msg->error = error; in main()
345 len = write(vss_fd, vss_msg, sizeof(struct hv_vss_msg)); in main()

Completed in 7 milliseconds