Home
last modified time | relevance | path

Searched defs:msqid_ds (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dmsq.h38 struct msqid_ds struct
40 struct ipc_perm msg_perm; /* structure describing operation permission */
42 unsigned long int __unused1;
44 __time_t msg_stime; /* time of last msgsnd command */
46 unsigned long int __unused1;
49 unsigned long int __unused2;
51 __time_t msg_rtime; /* time of last msgrcv command */
53 unsigned long int __unused2;
56 unsigned long int __unused3;
58 __time_t msg_ctime; /* time of last change */
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dmsg.h15 struct msqid_ds { struct
16 struct ipc_perm msg_perm;
17 struct msg *msg_first; /* first message on queue,unused */
18 struct msg *msg_last; /* last message in queue,unused */
19 __kernel_time_t msg_stime; /* last msgsnd time */
20 __kernel_time_t msg_rtime; /* last msgrcv time */
21 __kernel_time_t msg_ctime; /* last change time */
22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
23 unsigned long msg_lqbytes; /* ditto */
24 unsigned short msg_cbytes; /* current number of bytes on queue */
[all …]