Searched defs:msqid64_ds (Results 1 – 2 of 2) sorted by relevance
11 struct msqid64_ds { struct12 struct ipc64_perm msg_perm;14 long msg_stime;15 long msg_rtime;16 long msg_ctime;18 unsigned long msg_stime;19 unsigned long msg_stime_high;20 unsigned long msg_rtime;21 unsigned long msg_rtime_high;22 unsigned long msg_ctime;[all …]
13 struct msqid64_ds { struct14 struct ipc64_perm msg_perm;15 __kernel_long_t msg_stime;16 __kernel_long_t msg_rtime;17 __kernel_long_t msg_ctime;18 __kernel_ulong_t msg_cbytes;19 __kernel_ulong_t msg_qnum;20 __kernel_ulong_t msg_qbytes;21 __kernel_pid_t msg_lspid;22 __kernel_pid_t msg_lrpid;[all …]