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

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_ioctl.c293 drm_stats_32_t stats32; local
294 stats32.count = (uint32_t)stats.count;
296 stats32.data[i].value = stats.data[i].value;
297 stats32.data[i].type = stats.data[i].type;
299 DRM_COPYTO_WITH_RETURN((void *)data, &stats32,
300 sizeof (stats32));

Completed in 54 milliseconds