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