/src/sys/compat/netbsd32/ |
netbsd32_drm.c | 789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32) 791 req64->handle = update32->handle; 792 req64->type = update32->type; 793 req64->num = update32->num; 794 req64->data = update32->data; 799 drm_update_draw32_t update32; local in function:compat_drm_update_draw 803 if ((error = copyin(&update32, arg, sizeof(update32))) !=0) 806 update32to64(&req64, &update32);
|
netbsd32_drm.c | 789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32) 791 req64->handle = update32->handle; 792 req64->type = update32->type; 793 req64->num = update32->num; 794 req64->data = update32->data; 799 drm_update_draw32_t update32; local in function:compat_drm_update_draw 803 if ((error = copyin(&update32, arg, sizeof(update32))) !=0) 806 update32to64(&req64, &update32);
|
netbsd32_drm.c | 789 update32to64(struct drm_update_draw *req64, const drm_update_draw32_t *update32) 791 req64->handle = update32->handle; 792 req64->type = update32->type; 793 req64->num = update32->num; 794 req64->data = update32->data; 799 drm_update_draw32_t update32; local in function:compat_drm_update_draw 803 if ((error = copyin(&update32, arg, sizeof(update32))) !=0) 806 update32to64(&req64, &update32);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_ioc32.c | 820 drm_update_draw32_t update32; local in function:compat_drm_update_draw 821 if (copy_from_user(&update32, (void __user *)arg, sizeof(update32)))
|
drm_ioc32.c | 820 drm_update_draw32_t update32; local in function:compat_drm_update_draw 821 if (copy_from_user(&update32, (void __user *)arg, sizeof(update32)))
|
drm_ioc32.c | 820 drm_update_draw32_t update32; local in function:compat_drm_update_draw 821 if (copy_from_user(&update32, (void __user *)arg, sizeof(update32)))
|