netbsd32_drm.c | 132 drm_unique32_t uq32; local in function:compat_drm_getunique 136 if ((error = copyin(&uq32, arg, sizeof(uq32))) != 0) 139 uq64.unique_len = uq32.unique_len; 140 uq64.unique = NETBSD32PTR64(uq32.unique); 147 uq32.unique_len = uq64.unique_len; 149 if ((error = copyout(arg, &uq32, sizeof(uq32))) != 0) 158 drm_unique32_t uq32; local in function:compat_drm_setunique 162 if ((error = copyin(&uq32, arg, sizeof(uq32))) != 0 [all...] |