/src/sys/compat/common/ |
sysv_msg_14.c | 75 error = msgctl1(l, SCARG(uap, msqid), cmd,
|
sysv_msg_50.c | 75 error = msgctl1(l, SCARG(uap, msqid), cmd,
|
/src/sys/sys/ |
msg.h | 214 int msgctl1(struct lwp *, int, int, struct msqid_ds *);
|
/src/sys/compat/netbsd32/ |
netbsd32_compat_50_sysv.c | 161 error = msgctl1(l, SCARG(uap, msqid), cmd,
|
netbsd32_compat_14_sysv.c | 224 error = msgctl1(l, SCARG(uap, msqid), cmd,
|
netbsd32_ipc.c | 331 error = msgctl1(l, SCARG(uap, msqid), cmd,
|
/src/sys/kern/ |
kern_stub.c | 95 __strong_alias(msgctl1,enosys);
|
sysv_msg.c | 464 error = msgctl1(l, SCARG(uap, msqid), cmd, 474 msgctl1(struct lwp *l, int msqid, int cmd, struct msqid_ds *msqbuf) function in typeref:typename:int 481 MSG_PRINTF(("call to msgctl1(%d, %d)\n", msqid, cmd));
|
/src/sys/compat/linux/common/ |
linux_ipc.c | 420 if ((error = msgctl1(l, SCARG(uap, msqid), cmd, bmp)))
|
/src/sys/compat/linux32/common/ |
linux32_ipccall.c | 531 if ((error = msgctl1(l, SCARG(uap, a1), cmd, bmp)))
|