OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:st64
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_drm.c
334
struct drm_stats
st64
;
local in function:compat_drm_getstats
340
st64
.count = st32.count;
341
if (
st64
.count > __arraycount(
st64
.data))
344
error = drm_ioctl(file, DRM_IOCTL_GET_STATS, &
st64
);
348
for (size_t i = 0; i <
st64
.count; ++i) {
349
st32.data[i].value =
st64
.data[i].value;
350
st32.data[i].type =
st64
.data[i].type;
352
st32.count =
st64
.count;
netbsd32_drm.c
334
struct drm_stats
st64
;
local in function:compat_drm_getstats
340
st64
.count = st32.count;
341
if (
st64
.count > __arraycount(
st64
.data))
344
error = drm_ioctl(file, DRM_IOCTL_GET_STATS, &
st64
);
348
for (size_t i = 0; i <
st64
.count; ++i) {
349
st32.data[i].value =
st64
.data[i].value;
350
st32.data[i].type =
st64
.data[i].type;
352
st32.count =
st64
.count;
netbsd32_drm.c
334
struct drm_stats
st64
;
local in function:compat_drm_getstats
340
st64
.count = st32.count;
341
if (
st64
.count > __arraycount(
st64
.data))
344
error = drm_ioctl(file, DRM_IOCTL_GET_STATS, &
st64
);
348
for (size_t i = 0; i <
st64
.count; ++i) {
349
st32.data[i].value =
st64
.data[i].value;
350
st32.data[i].type =
st64
.data[i].type;
352
st32.count =
st64
.count;
Completed in 32 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025