Home
last modified time | relevance | path

Searched refs:VMCI_ERROR_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/
H A Dvmci_context.c607 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_add_notification()
674 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_remove_notification()
697 return found ? VMCI_SUCCESS : VMCI_ERROR_NOT_FOUND; in vmci_ctx_remove_notification()
777 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_get_chkpt_state()
869 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_rcv_notifications_get()
954 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_dbell_create()
983 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_dbell_destroy()
994 VMCI_ERROR_NOT_FOUND : VMCI_SUCCESS; in vmci_ctx_dbell_destroy()
1011 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_dbell_destroy_all()
1053 return VMCI_ERROR_NOT_FOUND; in vmci_ctx_notify_dbell()
[all …]
H A Dvmci_doorbell.c97 return VMCI_ERROR_NOT_FOUND; in vmci_dbell_get_priv_flags()
308 return VMCI_ERROR_NOT_FOUND; in vmci_dbell_host_context_notify()
526 return VMCI_ERROR_NOT_FOUND; in vmci_doorbell_destroy()
H A Dvmci_queue_pair.c1032 return VMCI_ERROR_NOT_FOUND; in qp_detatch_guest_work()
1208 result = VMCI_ERROR_NOT_FOUND; in qp_alloc_guest_work()
1300 return VMCI_ERROR_NOT_FOUND; in qp_broker_create()
1984 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_set_page_store()
1990 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_set_page_store()
2095 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_detach()
2103 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_detach()
2224 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_map()
2232 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_map()
2334 result = VMCI_ERROR_NOT_FOUND; in vmci_qp_broker_unmap()
[all …]
H A Dvmci_event.c210 return VMCI_ERROR_NOT_FOUND; in vmci_event_unsubscribe()
H A Dvmci_datagram.c468 return VMCI_ERROR_NOT_FOUND; in vmci_datagram_destroy_handle()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvmw_vmci_defs.h226 VMCI_ERROR_NOT_FOUND = (-21), enumerator
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvmci_transport.c720 err = VMCI_ERROR_NOT_FOUND; in vmci_transport_recv_stream_cb()