| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | strcalls.c | 195 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 D | msg.h | 130 int msgctl(int, int, struct msqid_ds *); 137 int msgctl();
|
| /onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| H A D | msgsys.c | 52 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 D | msgsys.c | 32 #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 D | ipcsysv.t | 106 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 D | libnwam_events.c | 266 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 D | ipcrm.c | 415 } 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 D | libsys.list | 71 f 1 msgctl
|
| /onnv-gate/usr/src/lib/libsys/sparc/ |
| H A D | libsys.list | 71 f 1 msgctl
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | msg.c | 436 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 D | audit_event.txt | 153 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 D | mapfile-vers | 215 msgctl;
|
| /onnv-gate/usr/src/cmd/auditrecord/ |
| H A D | audit_record_attr.txt | 1120 # 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 D | syn_common | 487 msgctl
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | taint.t | 722 msgctl($id, IPC_RMID, 0) or warn "# msgctl failed: $!\n";
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | doio.c | 2035 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 D | perlipc.pod | 1632 msgctl($id, IPC_RMID, 0) || die "# msgctl failed: $!\n";
|
| H A D | perlfunc.pod | 179 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 D | perlport.pod | 1823 =item msgctl ID,CMD,ARG
|
| H A D | perltoc.pod | 1945 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 D | perldiag.pod | 293 (F) You passed a buffer of the wrong size to one of msgctl(), semctl()
|
| /onnv-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 2113 msgctl;
|
| H A D | llib-lc | 1342 int msgctl(int msqid, int cmd, struct msqid_ds *buf);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/ |
| H A D | Glossary | 1311 indicates to the C program that the msgctl() routine is available.
|