Searched refs:stats32 (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_ioctl.c290 drm_stats_32_t stats32; local
291 stats32.count = (uint32_t)stats.count;
293 stats32.data[i].value = stats.data[i].value;
294 stats32.data[i].type = stats.data[i].type;
296 DRM_COPYTO_WITH_RETURN((void *)data, &stats32,
297 sizeof (stats32));

Completed in 266 milliseconds