Home
last modified time | relevance | path

Searched refs:msqid_ds (Results 1 – 19 of 19) sorted by relevance

/external/strace/
Dipc_msgctl.c43 typedef struct msqid_ds msqid_ds_t;
60 msqid_ds_t msqid_ds; in print_msqid_ds() local
64 if (umove_or_printaddr(tcp, addr, &msqid_ds)) in print_msqid_ds()
68 printuid("uid=", msqid_ds.msg_perm.uid); in print_msqid_ds()
69 printuid(", gid=", msqid_ds.msg_perm.gid); in print_msqid_ds()
71 print_numeric_umode_t(msqid_ds.msg_perm.mode); in print_msqid_ds()
78 tprintf(", key=%u", (unsigned) msqid_ds.msg_perm.__key); in print_msqid_ds()
79 printuid(", cuid=", msqid_ds.msg_perm.cuid); in print_msqid_ds()
80 printuid(", cgid=", msqid_ds.msg_perm.cgid); in print_msqid_ds()
82 tprintf(", msg_stime=%u", (unsigned) msqid_ds.msg_stime); in print_msqid_ds()
[all …]
DChangeLog25350 (parameter format, decoding of struct msqid_ds in IPC_SET/IPC_STAT
36314 Make parser of msgctl syscall print struct msqid_ds.
36319 * tests/ipc_msg.c: Update for struct msqid_ds support.
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c37 struct msqid_ds q_buf;
42 struct msqid_ds *buf;
48 {&msg_id2, IPC_STAT, (struct msqid_ds *)-1, EFAULT},
50 {&msg_id2, IPC_SET, (struct msqid_ds *)-1, EFAULT},
Dmsgctl12.c31 static struct msqid_ds msgqid_buf;
60 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup()
Dmsgctl02.c32 struct msqid_ds orig_buf;
36 struct msqid_ds buf = orig_buf; in verify_msgctl()
Dmsgctl03.c29 struct msqid_ds buf; in verify_msgctl()
Dmsgctl01.c40 struct msqid_ds buf; in verify_msgctl()
/external/toybox/toys/pending/
Dipcs.c52 struct msqid_ds buf; in show_msg_id()
340 struct msqid_ds buf; in msg_array()
345 if ((max_nr = msgctl(0, MSG_INFO, (struct msqid_ds*)&info_buf)) < 0) { in msg_array()
359 if ((msgctl(0, 3, (struct msqid_ds*)&info_buf)) < 0) return; //IPC_INFO in msg_array()
/external/kernel-headers/original/uapi/linux/
Dmsg.h18 struct msqid_ds { struct
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c41 struct msqid_ds qs_buf; in verify_msgsnd()
/external/syzkaller/sys/netbsd/
Dipc.txt24 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds])
79 msqid_ds {
/external/ltp/include/
Dtst_safe_sysv_ipc.h41 struct msqid_ds *buf);
/external/syzkaller/sys/freebsd/
Dipc.txt24 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds])
86 msqid_ds {
/external/syzkaller/sys/linux/
Dipc.txt21 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds])
86 msqid_ds {
/external/ltp/lib/
Dtst_safe_sysv_ipc.c88 struct msqid_ds *buf) in safe_msgctl()
/external/strace/tests-mx32/
Dipc_msg.c121 struct msqid_ds ds; in main()
/external/strace/tests/
Dipc_msg.c121 struct msqid_ds ds; in main()
/external/strace/tests-m32/
Dipc_msg.c121 struct msqid_ds ds; in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc264 unsigned struct_msqid_ds_sz = sizeof(struct msqid_ds);