HomeSort by: relevance | last modified time | path
    Searched defs:depth32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_ioc32.c 116 drm_r128_depth32_t depth32; local in function:compat_r128_depth
119 if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32)))
122 depth.func = depth32.func;
123 depth.n = depth32.n;
124 depth.x = compat_ptr(depth32.x);
125 depth.y = compat_ptr(depth32.y);
126 depth.buffer = compat_ptr(depth32.buffer);
127 depth.mask = compat_ptr(depth32.mask);
r128_ioc32.c 116 drm_r128_depth32_t depth32; local in function:compat_r128_depth
119 if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32)))
122 depth.func = depth32.func;
123 depth.n = depth32.n;
124 depth.x = compat_ptr(depth32.x);
125 depth.y = compat_ptr(depth32.y);
126 depth.buffer = compat_ptr(depth32.buffer);
127 depth.mask = compat_ptr(depth32.mask);

Completed in 21 milliseconds