OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omsqbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/compat/sys/
msg.h
91
__msqid_ds13_to_native(const struct msqid_ds13 *
omsqbuf
, struct msqid_ds *msqbuf)
95
msqbuf->msg_perm =
omsqbuf
->msg_perm;
97
#define CVT(x) msqbuf->x =
omsqbuf
->x
109
__native_to_msqid_ds13(const struct msqid_ds *msqbuf, struct msqid_ds13 *
omsqbuf
)
112
memset(
omsqbuf
, 0, sizeof(*
omsqbuf
));
113
omsqbuf
->msg_perm = msqbuf->msg_perm;
115
#define CVT(x)
omsqbuf
->x = msqbuf->x
116
#define CVTI(x)
omsqbuf
->x = (int)msqbuf->x
130
omsqbuf
->_msg_cbytes = msqbuf->_msg_cbytes
[
all
...]
/src/sys/compat/common/
sysv_msg_14.c
63
struct msqid_ds14
omsqbuf
;
local
69
error = copyin(SCARG(uap, buf), &
omsqbuf
, sizeof(
omsqbuf
));
72
__msqid_ds14_to_native(&
omsqbuf
, &msqbuf);
79
__native_to_msqid_ds14(&msqbuf, &
omsqbuf
);
80
error = copyout(&
omsqbuf
, SCARG(uap, buf), sizeof(
omsqbuf
));
sysv_msg_50.c
63
struct msqid_ds13
omsqbuf
;
local
69
error = copyin(SCARG(uap, buf), &
omsqbuf
, sizeof(
omsqbuf
));
72
__msqid_ds13_to_native(&
omsqbuf
, &msqbuf);
79
__native_to_msqid_ds13(&msqbuf, &
omsqbuf
);
80
error = copyout(&
omsqbuf
, SCARG(uap, buf), sizeof(
omsqbuf
));
/src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c
96
netbsd32_msqid_ds14_to_native(struct netbsd32_msqid_ds14 *
omsqbuf
, struct msqid_ds *msqbuf)
99
netbsd32_ipc_perm14_to_native(&
omsqbuf
->msg_perm, &msqbuf->msg_perm);
101
#define CVT(x) msqbuf->x =
omsqbuf
->x
113
native_to_netbsd32_msqid_ds14(struct msqid_ds *msqbuf, struct netbsd32_msqid_ds14 *
omsqbuf
)
116
memset(
omsqbuf
, 0, sizeof *
omsqbuf
);
117
native_to_netbsd32_ipc_perm14(&msqbuf->msg_perm, &
omsqbuf
->msg_perm);
119
#define CVT(x)
omsqbuf
->x = msqbuf->x
132
omsqbuf
->msg_cbytes = msqbuf->_msg_cbytes;
211
struct netbsd32_msqid_ds14
omsqbuf
;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026