Searched refs:VERR_NOT_IMPLEMENTED (Results 1 – 5 of 5) sorted by relevance
19 #define VERR_NOT_IMPLEMENTED (-12) macro
51 p->rc = VERR_NOT_IMPLEMENTED; in hgsmi_send_caps_info()
446 if (rc == VERR_NOT_IMPLEMENTED) { in hgcm_cancel_call()770 [-VERR_NOT_IMPLEMENTED] = -ENOSYS,
215 } else if (rc == VERR_NOT_SUPPORTED || rc == VERR_NOT_IMPLEMENTED) { in vbg_report_guest_info()219 if (rc == VERR_NOT_IMPLEMENTED) in vbg_report_guest_info()255 if (rc == VERR_NOT_IMPLEMENTED) /* Compatibility with older hosts. */ in vbg_report_driver_status()
95 if (err == -ENOSYS && status == VERR_NOT_IMPLEMENTED) in vboxsf_map_folder()
Completed in 9 milliseconds