Lines Matching refs:vmci_err
436 int vmci_err; in vmci_guest_probe_device() local
555 vmci_err = vmci_event_subscribe(VMCI_EVENT_CTX_ID_UPDATE, in vmci_guest_probe_device()
558 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
561 VMCI_EVENT_CTX_ID_UPDATE, vmci_err); in vmci_guest_probe_device()
633 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
634 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
637 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
664 int vmci_err; in vmci_guest_remove_device() local
672 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
673 if (vmci_err < VMCI_SUCCESS) in vmci_guest_remove_device()
676 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()