Searched defs:msgctl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dmsgsys.c52 msgctl(int msqid, int cmd, struct msqid_ds *buf) function
96 return (msgctl(msqid, cmd, buf));
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dmsgsys.c32 #pragma weak _msgctl = msgctl
54 msgctl(int msqid, int cmd, struct msqid_ds *buf) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c195 struct strbuf msgctl, msgdata; local
224 copyin(ctl, &msgctl, sizeof (struct strbuf))) {
236 msgctl.maxlen = -1;
242 error = sock_getmsg(vp, &msgctl, &msgdata, prip,
245 error = strgetmsg(vp, &msgctl, &msgdata, prip,
256 copyout(&msgctl, ctl, sizeof (struct strbuf))) ||
270 msgctl.len = -1;
275 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp,
278 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag);
425 struct strbuf msgctl, msgdat local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c43 * and errno is set to ENOSPC. Upon successful msgctl(, IPC_RMID)
51 * and errno is set to ENOSPC. Upon successful msgctl(, IPC_RMID)
430 * msgctl system call.
436 msgctl(int msgid, int cmd, void *arg) function
1440 * msgsys - System entry point for msgctl, msgget, msgrcv, and msgsnd
1454 error = msgctl((int)a1, (int)a2, (void *)a3);
1546 * msgsys32 - System entry point for msgctl, msgget, msgrcv, and msgsnd
1560 error = msgctl((int)a1, (int)a2, (void *)(uintptr_t)a3);

Completed in 190 milliseconds