Lines Matching refs:vmci_err
436 int vmci_err; in vmci_guest_probe_device() local
572 vmci_err = vmci_event_subscribe(VMCI_EVENT_CTX_ID_UPDATE, in vmci_guest_probe_device()
575 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
578 VMCI_EVENT_CTX_ID_UPDATE, vmci_err); in vmci_guest_probe_device()
650 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
651 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
654 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
681 int vmci_err; in vmci_guest_remove_device() local
689 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
690 if (vmci_err < VMCI_SUCCESS) in vmci_guest_remove_device()
693 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()