Home
last modified time | relevance | path

Searched refs:msgsnd1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dmsg.h215 int msgsnd1(struct lwp *, int, const char *, size_t, int, size_t,
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ipc.c300 return msgsnd1(l, SCARG(uap, msqid), in netbsd32_msgsnd()
/netbsd-src/sys/kern/
H A Dsysv_msg.c700 return msgsnd1(l, SCARG(uap, msqid), SCARG(uap, msgp), in sys_msgsnd()
705 msgsnd1(struct lwp *l, int msqidr, const char *user_msgp, size_t msgsz, in msgsnd1() function