Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/
H A Dstruct_msqid_ds.h25 struct msqid_ds struct
27 struct ipc_perm msg_perm; /* structure describing operation permission */
29 __time_t msg_stime; /* time of last msgsnd command */
30 unsigned long int __msg_stime_high;
31 __time_t msg_rtime; /* time of last msgsnd command */
32 unsigned long int __msg_rtime_high;
33 __time_t msg_ctime; /* time of last change */
34 unsigned long int __msg_ctime_high;
36 __time_t msg_stime; /* time of last msgsnd command */
37 __time_t msg_rtime; /* time of last msgsnd command */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/
H A Dstruct_msqid_ds.h25 struct msqid_ds struct
27 struct ipc_perm msg_perm; /* structure describing operation permission */
29 __time_t msg_stime; /* time of last msgsnd command */
30 unsigned long int __msg_stime_high;
31 __time_t msg_rtime; /* time of last msgsnd command */
32 unsigned long int __msg_rtime_high;
33 __time_t msg_ctime; /* time of last change */
34 unsigned long int __msg_ctime_high;
36 __time_t msg_stime; /* time of last msgsnd command */
37 __time_t msg_rtime; /* time of last msgsnd command */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmsg.h18 struct msqid_ds { struct
19 struct ipc_perm msg_perm;
20 struct msg *msg_first; /* first message on queue,unused */
21 struct msg *msg_last; /* last message in queue,unused */
22 __kernel_old_time_t msg_stime; /* last msgsnd time */
23 __kernel_old_time_t msg_rtime; /* last msgrcv time */
24 __kernel_old_time_t msg_ctime; /* last change time */
25 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
26 unsigned long msg_lqbytes; /* ditto */
27 unsigned short msg_cbytes; /* current number of bytes on queue */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmsg.h18 struct msqid_ds { struct
19 struct ipc_perm msg_perm;
20 struct msg *msg_first; /* first message on queue,unused */
21 struct msg *msg_last; /* last message in queue,unused */
22 __kernel_time_t msg_stime; /* last msgsnd time */
23 __kernel_time_t msg_rtime; /* last msgrcv time */
24 __kernel_time_t msg_ctime; /* last change time */
25 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
26 unsigned long msg_lqbytes; /* ditto */
27 unsigned short msg_cbytes; /* current number of bytes on queue */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmsg.h18 struct msqid_ds { struct
19 struct ipc_perm msg_perm;
20 struct msg *msg_first; /* first message on queue,unused */
21 struct msg *msg_last; /* last message in queue,unused */
22 __kernel_time_t msg_stime; /* last msgsnd time */
23 __kernel_time_t msg_rtime; /* last msgrcv time */
24 __kernel_time_t msg_ctime; /* last change time */
25 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
26 unsigned long msg_lqbytes; /* ditto */
27 unsigned short msg_cbytes; /* current number of bytes on queue */
[all …]