Home
last modified time | relevance | path

Searched refs:VERR_NOT_IMPLEMENTED (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dvbox_err.h19 #define VERR_NOT_IMPLEMENTED (-12) macro
/Linux-v5.4/drivers/gpu/drm/vboxvideo/
Dhgsmi_base.c49 p->rc = VERR_NOT_IMPLEMENTED; in hgsmi_send_caps_info()
/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c444 if (rc == VERR_NOT_IMPLEMENTED) { in hgcm_cancel_call()
762 [-VERR_NOT_IMPLEMENTED] = -ENOSYS,
Dvboxguest_core.c214 } else if (rc == VERR_NOT_SUPPORTED || rc == VERR_NOT_IMPLEMENTED) { in vbg_report_guest_info()
218 if (rc == VERR_NOT_IMPLEMENTED) in vbg_report_guest_info()
254 if (rc == VERR_NOT_IMPLEMENTED) /* Compatibility with older hosts. */ in vbg_report_driver_status()