OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uq32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_drm.c
132
drm_unique32_t
uq32
;
local
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
162
if ((error = copyin(&
uq32
, arg, sizeof(uq32))) != 0
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c
139
drm_unique32_t
uq32
;
local
143
if (copy_from_user(&
uq32
, (void __user *)arg, sizeof(
uq32
)))
146
.unique_len =
uq32
.unique_len,
147
.unique = compat_ptr(
uq32
.unique),
154
uq32
.unique_len = uq.unique_len;
155
if (copy_to_user((void __user *)arg, &
uq32
, sizeof(
uq32
)))
Completed in 15 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026