Home
last modified time | relevance | path

Searched refs:VERR_NOT_SUPPORTED (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dvbox_err.h39 #define VERR_NOT_SUPPORTED (-37) macro
/linux/drivers/gpu/drm/vboxvideo/
H A Dmodesetting.c114 p->rc = VERR_NOT_SUPPORTED; in hgsmi_get_mode_hints()
H A Dvbva_base.c119 p->base.result = VERR_NOT_SUPPORTED; in vbva_inform_host()
/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c780 [-VERR_NOT_SUPPORTED] = -ENOSYS,
H A Dvboxguest_core.c215 } else if (rc == VERR_NOT_SUPPORTED || rc == VERR_NOT_IMPLEMENTED) { in vbg_report_guest_info()