Lines Matching refs:vmci_err
463 int vmci_err; in vmci_guest_probe_device() local
583 vmci_err = vmci_event_subscribe(VMCI_EVENT_CTX_ID_UPDATE, in vmci_guest_probe_device()
586 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
589 VMCI_EVENT_CTX_ID_UPDATE, vmci_err); in vmci_guest_probe_device()
664 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_probe_device()
665 if (vmci_err < VMCI_SUCCESS) in vmci_guest_probe_device()
668 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_probe_device()
695 int vmci_err; in vmci_guest_remove_device() local
703 vmci_err = vmci_event_unsubscribe(ctx_update_sub_id); in vmci_guest_remove_device()
704 if (vmci_err < VMCI_SUCCESS) in vmci_guest_remove_device()
707 VMCI_EVENT_CTX_ID_UPDATE, ctx_update_sub_id, vmci_err); in vmci_guest_remove_device()