Searched defs:msqid64_ds (Results 1 – 2 of 2) sorted by relevance
23 struct msqid64_ds { struct24 struct ipc64_perm msg_perm;26 long msg_stime;27 long msg_rtime;28 long msg_ctime;30 unsigned long msg_stime;31 unsigned long msg_stime_high;32 unsigned long msg_rtime;33 unsigned long msg_rtime_high;34 unsigned long msg_ctime;[all …]
25 struct msqid64_ds { struct26 struct ipc64_perm msg_perm;27 __kernel_long_t msg_stime;28 __kernel_long_t msg_rtime;29 __kernel_long_t msg_ctime;30 __kernel_ulong_t msg_cbytes;31 __kernel_ulong_t msg_qnum;32 __kernel_ulong_t msg_qbytes;33 __kernel_pid_t msg_lspid;34 __kernel_pid_t msg_lrpid;[all …]