OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_mqueue.c
60
struct netbsd32_mq_attr
attr32
;
local
65
error = copyin(SCARG_P32(uap, attr), &
attr32
, sizeof(
attr32
));
68
netbsd32_to_mq_attr(&
attr32
, &a);
134
struct netbsd32_mq_attr
attr32
;
local
138
error = copyin(SCARG_P32(uap, mqstat), &
attr32
, sizeof(
attr32
));
141
netbsd32_to_mq_attr(&
attr32
, &attr);
167
netbsd32_from_mq_attr(&attr, &
attr32
);
168
error = copyout(&
attr32
, SCARG_P32(uap, omqstat)
[
all
...]
netbsd32_mqueue.c
60
struct netbsd32_mq_attr
attr32
;
local
65
error = copyin(SCARG_P32(uap, attr), &
attr32
, sizeof(
attr32
));
68
netbsd32_to_mq_attr(&
attr32
, &a);
134
struct netbsd32_mq_attr
attr32
;
local
138
error = copyin(SCARG_P32(uap, mqstat), &
attr32
, sizeof(
attr32
));
141
netbsd32_to_mq_attr(&
attr32
, &attr);
167
netbsd32_from_mq_attr(&attr, &
attr32
);
168
error = copyout(&
attr32
, SCARG_P32(uap, omqstat)
[
all
...]
Completed in 33 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026