Home
last modified time | relevance | path

Searched refs:msqid (Results 1 – 5 of 5) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dmsgsnd.c22 __libc_msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg) in __libc_msgsnd() argument
25 return SYSCALL_CANCEL (msgsnd, msqid, msgp, msgsz, msgflg); in __libc_msgsnd()
27 return SYSCALL_CANCEL (ipc, IPCOP_msgsnd, msqid, msgsz, msgflg, in __libc_msgsnd()
A Dtst-sysvmsg-linux.c33 static int msqid; variable
40 msgctl (msqid, IPC_RMID, NULL); in remove_msq()
93 if ((mid == -1 && errno == EINVAL) || mid != msqid) in check_msginfo()
116 msqid = msgget (key, MSGQ_MODE | IPC_CREAT); in do_test()
117 if (msqid == -1) in do_test()
129 msqidx = msgctl (msqid, IPC_INFO, (struct msqid_ds *) &ipcinfo); in do_test()
141 msqidx = msgctl (msqid, MSG_INFO, (struct msqid_ds *) &ipcinfo); in do_test()
171 if (msgctl (msqid, IPC_RMID, NULL) == -1) in do_test()
A Dmsgrcv.c22 __libc_msgrcv (int msqid, void *msgp, size_t msgsz, long int msgtyp, in __libc_msgrcv() argument
26 return SYSCALL_CANCEL (msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); in __libc_msgrcv()
28 return SYSCALL_CANCEL (ipc, IPCOP_msgrcv, msqid, msgsz, msgflg, in __libc_msgrcv()
A Dmsgctl.c75 msgctl_syscall (int msqid, int cmd, msgctl_arg_t *buf) in msgctl_syscall() argument
78 return INLINE_SYSCALL_CALL (msgctl, msqid, cmd | __IPC_64, buf); in msgctl_syscall()
86 __msgctl64 (int msqid, int cmd, struct __msqid64_ds *buf) in __msgctl64() argument
131 int ret = msgctl_syscall (msqid, cmd, arg); in __msgctl64()
194 __msgctl (int msqid, int cmd, struct msqid_ds *buf) in __msgctl() argument
210 int ret = __msgctl64 (msqid, cmd, buf64); in __msgctl()
239 __msgctl_mode16 (int msqid, int cmd, struct msqid_ds *buf) in __msgctl_mode16() argument
241 return msgctl_syscall (msqid, cmd, (msgctl_arg_t *) buf); in __msgctl_mode16()
266 __old_msgctl (int msqid, int cmd, struct __old_msqid_ds *buf) in __old_msgctl() argument
273 return INLINE_SYSCALL_CALL (msgctl, msqid, cmd, buf); in __old_msgctl()
[all …]
/sysdeps/unix/sysv/linux/include/sys/
A Dmsg.h5 extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz,
7 extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz,
13 extern int __msgctl64 (int msqid, int cmd, struct __msqid64_ds *buf);

Completed in 6 milliseconds