/illumos-gate/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 192 struct strbuf msgctl, msgdata; in msgio() local 221 copyin(ctl, &msgctl, sizeof (struct strbuf))) { in msgio() 233 msgctl.maxlen = -1; in msgio() 239 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio() 242 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio() 253 copyout(&msgctl, ctl, sizeof (struct strbuf))) || in msgio() 267 msgctl.len = -1; in msgio() 272 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio() 275 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio() 422 struct strbuf msgctl, msgdata; in msgio32() local [all …]
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | msgsys.c | 30 #pragma weak _msgctl = msgctl 52 msgctl(int msqid, int cmd, struct msqid_ds *buf) in msgctl() function
|
/illumos-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()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | msg.h | 129 int msgctl(int, int, struct msqid_ds *);
|
/illumos-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()
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 88 msgctl.2 \
|
/illumos-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() 1559 error = msgctl((int)a1, (int)a2, (void *)(uintptr_t)a3); in msgsys32()
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 154 84:AUE_MSGCTL:msgctl(2) - illegal command:ip 155 85:AUE_MSGCTL_RMID:msgctl(2) - IPC_RMID command:ip 156 86:AUE_MSGCTL_SET:msgctl(2) - IPC_SET command:ip 157 87:AUE_MSGCTL_STAT:msgctl(2) - IPC_STAT command:ip
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1157 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc 1163 syscall=msgctl: IPC_RMID 1164 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc 1170 syscall=msgctl: IPC_SET 1171 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc 1177 syscall=msgctl: IPC_STAT 1178 # ipc, ipc_perm: msgctl -> ipc_lookup -> audit_ipc
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 487 msgctl
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.pretty | 474 'msgctl', 4719 'msgctl': set(['capget', 4778 'msgctl', 5246 'msgctl', 7180 'msgctl', 8244 'msgctl',
|
H A D | implicit_dependencies | 758 'msgctl', 5980 'msgctl': set(['capget', 6001 'msgctl', 6040 'msgctl', 6502 'msgctl', 9129 'msgctl', 10477 'msgctl',
|
H A D | implicit_dependencies_verbose.pretty | 854 {'call': 'msgctl', 'reason': set([('list_head', 'next')])}, 8179 'msgctl': [{'call': 'keyctl', 'reason': set([('mm_segment_t', 'seg')])}, 8282 {'call': 'msgctl', 9328 {'call': 'msgctl', 13776 {'call': 'msgctl', 16002 {'call': 'msgctl',
|
H A D | implicit_dependencies_verbose | 1284 {'call': 'msgctl', 'reason': set([('list_head', 'next')])}, 11135 'msgctl': [{'call': 'keyctl', 'reason': set([('mm_segment_t', 'seg')])}, 11171 {'call': 'msgctl', 11242 {'call': 'msgctl', 12388 {'call': 'msgctl', 18049 {'call': 'msgctl', 20633 {'call': 'msgctl',
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 2820 'msgctl': set(['capget', 2880 'msgctl', 4778 'msgctl', 5038 'msgctl',
|
H A D | implicit_dependencies_verbose.pretty | 4303 'msgctl': [{'call': 'keyctl', 'reason': set([('mm_segment_t', 'seg')])}, 4407 {'call': 'msgctl', 8416 {'call': 'msgctl', 9015 {'call': 'msgctl',
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 142 file path=usr/share/man/man2/msgctl.2
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2897 msgctl;
|