Home
last modified time | relevance | path

Searched refs:msgctl (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dstrcalls.c195 struct strbuf msgctl, msgdata; in msgio() local
224 copyin(ctl, &msgctl, sizeof (struct strbuf))) { in msgio()
236 msgctl.maxlen = -1; in msgio()
242 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio()
245 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio()
256 copyout(&msgctl, ctl, sizeof (struct strbuf))) || in msgio()
270 msgctl.len = -1; in msgio()
275 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio()
278 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio()
425 struct strbuf msgctl, msgdata; in msgio32() local
[all …]
/titanic_50/usr/src/lib/libc/port/sys/
H A Dmsgsys.c32 #pragma weak _msgctl = msgctl
54 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() function
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dmsgsys.c52 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() function
96 return (msgctl(msqid, cmd, buf)); in msgsys()
/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c266 if (msgctl(msqid, IPC_STAT, &buf) == -1) { in nwam_event_send()
319 msgctl(msqid, IPC_RMID, NULL) != -1) in nwam_event_queue_fini()
/titanic_50/usr/src/uts/common/sys/
H A Dmsg.h129 int msgctl(int, int, struct msqid_ds *);
/titanic_50/usr/src/cmd/ipcrm/
H A Dipcrm.c415 } else if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) { in main()
445 if (msgctl(ipc_id, IPC_RMID, NULL_MSG) == -1) { in main()
/titanic_50/usr/src/lib/libsys/i386/
H A Dlibsys.list71 f 1 msgctl
/titanic_50/usr/src/lib/libsys/sparc/
H A Dlibsys.list71 f 1 msgctl
/titanic_50/usr/src/man/man2/
H A DMakefile85 msgctl.2 \
/titanic_50/usr/src/uts/common/os/
H A Dmsg.c436 msgctl(int msgid, int cmd, void *arg) in msgctl() function
1454 error = msgctl((int)a1, (int)a2, (void *)a3); in msgsys()
1560 error = msgctl((int)a1, (int)a2, (void *)(uintptr_t)a3); in msgsys32()
/titanic_50/usr/src/lib/libbsm/
H A Daudit_event.txt153 84:AUE_MSGCTL:msgctl(2) - illegal command:ip
154 85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip
155 86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip
156 87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
/titanic_50/usr/src/lib/libsys/common/
H A Dmapfile-vers215 msgctl;
/titanic_50/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1120 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
1126 syscall=msgctl: IPC_RMID
1127 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
1133 syscall=msgctl: IPC_SET
1134 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
1140 syscall=msgctl: IPC_STAT
1141 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common487 msgctl
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc80 file path=usr/share/man/man2/msgctl.2
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2440 msgctl;
H A Dllib-lc1372 int msgctl(int msqid, int cmd, struct msqid_ds *buf);