Home
last modified time | relevance | path

Searched defs:msqbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dmsg.h91 __msqid_ds13_to_native(const struct msqid_ds13 *omsqbuf, struct msqid_ds *msqbuf) in __msqid_ds13_to_native()
109 __native_to_msqid_ds13(const struct msqid_ds *msqbuf, struct msqid_ds13 *omsqbuf) in __native_to_msqid_ds13()
134 __msqid_ds14_to_native(const struct msqid_ds14 *omsqbuf, struct msqid_ds *msqbuf) in __msqid_ds14_to_native()
152 __native_to_msqid_ds14(const struct msqid_ds *msqbuf, struct msqid_ds14 *omsqbuf) in __native_to_msqid_ds14()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_14_sysv.c96 netbsd32_msqid_ds14_to_native(struct netbsd32_msqid_ds14 *omsqbuf, struct msqid_ds *msqbuf) in netbsd32_msqid_ds14_to_native()
113 native_to_netbsd32_msqid_ds14(struct msqid_ds *msqbuf, struct netbsd32_msqid_ds14 *omsqbuf) in native_to_netbsd32_msqid_ds14()
210 struct msqid_ds msqbuf; in compat_14_netbsd32_msgctl() local
/netbsd-src/sys/compat/common/
H A Dsysv_msg_14.c62 struct msqid_ds msqbuf; in compat_14_sys_msgctl() local
H A Dsysv_msg_50.c62 struct msqid_ds msqbuf; in compat_50_sys___msgctl13() local
/netbsd-src/sys/kern/
H A Dsysv_msg.c453 struct msqid_ds msqbuf; in sys___msgctl50() local
474 msgctl1(struct lwp *l, int msqid, int cmd, struct msqid_ds *msqbuf) in msgctl1()