VERR_NOT_IMPLEMENTED
p->rc = VERR_NOT_IMPLEMENTED;
} else if (rc == VERR_NOT_SUPPORTED || rc == VERR_NOT_IMPLEMENTED) {
if (rc == VERR_NOT_IMPLEMENTED)
if (rc == VERR_NOT_IMPLEMENTED) /* Compatibility with older hosts. */
if (rc == VERR_NOT_IMPLEMENTED) {
[-VERR_NOT_IMPLEMENTED] = -ENOSYS,
if (err == -ENOSYS && status == VERR_NOT_IMPLEMENTED)