Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c192 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 Dmsgsys.c30 #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 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg.h129 int msgctl(int, int, struct msqid_ds *);
/illumos-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()
/illumos-gate/usr/src/man/man2/
H A DMakefile88 msgctl.2 \
/illumos-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()
1559 error = msgctl((int)a1, (int)a2, (void *)(uintptr_t)a3); in msgsys32()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt154 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 Daudit_record_attr.txt1157 # 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 Dsyn_common487 msgctl
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty474 'msgctl',
4719 'msgctl': set(['capget',
4778 'msgctl',
5246 'msgctl',
7180 'msgctl',
8244 'msgctl',
H A Dimplicit_dependencies758 'msgctl',
5980 'msgctl': set(['capget',
6001 'msgctl',
6040 'msgctl',
6502 'msgctl',
9129 'msgctl',
10477 'msgctl',
H A Dimplicit_dependencies_verbose.pretty854 {'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 Dimplicit_dependencies_verbose1284 {'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 Dimplicit_dependencies.pretty2820 'msgctl': set(['capget',
2880 'msgctl',
4778 'msgctl',
5038 'msgctl',
H A Dimplicit_dependencies_verbose.pretty4303 '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 Dsystem-kernel.man2.inc142 file path=usr/share/man/man2/msgctl.2
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2897 msgctl;