Home
last modified time | relevance | path

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

/onnv-gate/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 …]
/onnv-gate/usr/src/uts/common/sys/
H A Dmsg.h130 int msgctl(int, int, struct msqid_ds *);
137 int msgctl();
/onnv-gate/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()
/onnv-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) in msgctl() function
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/t/
H A Dipcsysv.t106 msgctl($msg,IPC_STAT,$data) or print "not ";
214 msgctl($msg,IPC_RMID,0) if defined $msg;
/onnv-gate/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()
/onnv-gate/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()
/onnv-gate/usr/src/lib/libsys/i386/
H A Dlibsys.list71 f 1 msgctl
/onnv-gate/usr/src/lib/libsys/sparc/
H A Dlibsys.list71 f 1 msgctl
/onnv-gate/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()
/onnv-gate/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
/onnv-gate/usr/src/lib/libsys/common/
H A Dmapfile-vers215 msgctl;
/onnv-gate/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
/onnv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common487 msgctl
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t722 msgctl($id, IPC_RMID, 0) or warn "# msgctl failed: $!\n";
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2035 ret = msgctl(id, cmd, (struct msqid_ds *)a); in Perl_do_ipcctl()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlipc.pod1632 msgctl($id, IPC_RMID, 0) || die "# msgctl failed: $!\n";
H A Dperlfunc.pod179 C<msgctl>, C<msgget>, C<msgrcv>, C<msgsnd>, C<semctl>, C<semget>, C<semop>,
232 C<kill>, C<link>, C<lstat>, C<msgctl>, C<msgget>, C<msgrcv>,
2659 =item msgctl ID,CMD,ARG
2661 Calls the System V IPC function msgctl(2). You'll probably have to say
H A Dperlport.pod1823 =item msgctl ID,CMD,ARG
H A Dperltoc.pod1945 EXPR,LIST, mkdir FILENAME,MASK, mkdir FILENAME, msgctl ID,CMD,ARG, msgget
3171 FILEHANDLE, lstat EXPR, lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgsnd
H A Dperldiag.pod293 (F) You passed a buffer of the wrong size to one of msgctl(), semctl()
/onnv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2113 msgctl;
H A Dllib-lc1342 int msgctl(int msqid, int cmd, struct msqid_ds *buf);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary1311 indicates to the C program that the msgctl() routine is available.