Lines Matching defs:msqid64_ds
17 struct msqid64_ds { struct
31 struct msqid64_ds { argument
48 struct msqid64_ds { argument
49 struct ipc64_perm msg_perm;
50 unsigned long msg_stime; /* last msgsnd time */
51 unsigned long msg_stime_high;
52 unsigned long msg_rtime; /* last msgrcv time */
53 unsigned long msg_rtime_high;
54 unsigned long msg_ctime; /* last change time */
55 unsigned long msg_ctime_high;
56 unsigned long msg_cbytes; /* current number of bytes on queue */
57 unsigned long msg_qnum; /* number of messages in queue */
58 unsigned long msg_qbytes; /* max number of bytes on queue */
59 __kernel_pid_t msg_lspid; /* pid of last msgsnd */
60 __kernel_pid_t msg_lrpid; /* last receive pid */
61 unsigned long __unused4;
62 unsigned long __unused5;