Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_host.c665 struct vmci_ctx_info ar_info; in vmci_host_do_ctx_add_notify() local
675 if (copy_from_user(&ar_info, uptr, sizeof(ar_info))) in vmci_host_do_ctx_add_notify()
679 result = vmci_ctx_add_notification(cid, ar_info.remote_cid); in vmci_host_do_ctx_add_notify()
688 struct vmci_ctx_info ar_info; in vmci_host_do_ctx_remove_notify() local
698 if (copy_from_user(&ar_info, uptr, sizeof(ar_info))) in vmci_host_do_ctx_remove_notify()
703 ar_info.remote_cid); in vmci_host_do_ctx_remove_notify()