Lines Matching refs:vmci_err
584 int vmci_err; in vmci_guest_probe_device() local
773 vmci_err = vmci_event_subscribe(VMCI_EVENT_CTX_ID_UPDATE, in vmci_guest_probe_device()
776 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
779 VMCI_EVENT_CTX_ID_UPDATE, vmci_err); in vmci_guest_probe_device()
874 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
875 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
878 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
908 int vmci_err; in vmci_guest_remove_device() local
916 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
917 if (vmci_err < VMCI_SUCCESS) in vmci_guest_remove_device()
920 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()