Lines Matching refs:vmci_err
589 int vmci_err; in vmci_guest_probe_device() local
780 vmci_err = vmci_event_subscribe(VMCI_EVENT_CTX_ID_UPDATE, in vmci_guest_probe_device()
783 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
786 VMCI_EVENT_CTX_ID_UPDATE, vmci_err); in vmci_guest_probe_device()
881 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
882 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
885 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
911 int vmci_err; in vmci_guest_remove_device() local
919 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
920 if (vmci_err < VMCI_SUCCESS) in vmci_guest_remove_device()
923 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()