Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dcompat.h74 struct compat_msqid64_ds { struct
77 unsigned int msg_stime;
79 unsigned int msg_rtime;
81 unsigned int msg_ctime;
82 compat_ulong_t msg_cbytes;
83 compat_ulong_t msg_qnum;
84 compat_ulong_t msg_qbytes;
85 compat_pid_t msg_lspid;
86 compat_pid_t msg_lrpid;
87 compat_ulong_t __unused4;
[all …]
/linux-6.15/arch/mips/include/asm/
H A Dcompat.h98 struct compat_msqid64_ds { struct
103 compat_ulong_t msg_stime;
110 compat_ulong_t msg_rtime;
117 compat_ulong_t msg_ctime;
121 compat_ulong_t msg_cbytes;
122 compat_ulong_t msg_qnum;
123 compat_ulong_t msg_qbytes;
124 compat_pid_t msg_lspid;
125 compat_pid_t msg_lrpid;
126 compat_ulong_t __unused4;
[all …]
/linux-6.15/include/asm-generic/
H A Dcompat.h134 struct compat_msqid64_ds { struct
136 compat_ulong_t msg_stime;
138 compat_ulong_t msg_rtime;
140 compat_ulong_t msg_ctime;
142 compat_ulong_t msg_cbytes;
143 compat_ulong_t msg_qnum;
144 compat_ulong_t msg_qbytes;
145 compat_pid_t msg_lspid;
146 compat_pid_t msg_lrpid;
147 compat_ulong_t __unused4;
[all …]
/linux-6.15/arch/sparc/include/asm/
H A Dcompat.h113 struct compat_msqid64_ds { struct
116 unsigned int msg_stime;
118 unsigned int msg_rtime;
120 unsigned int msg_ctime;
121 unsigned int msg_cbytes;
122 unsigned int msg_qnum;
123 unsigned int msg_qbytes;
124 compat_pid_t msg_lspid;
125 compat_pid_t msg_lrpid;
126 unsigned int __unused1;
[all …]
/linux-6.15/arch/parisc/include/asm/
H A Dcompat.h91 struct compat_msqid64_ds { struct
94 unsigned int msg_stime;
96 unsigned int msg_rtime;
98 unsigned int msg_ctime;
99 compat_ulong_t msg_cbytes;
100 compat_ulong_t msg_qnum;
101 compat_ulong_t msg_qbytes;
102 compat_pid_t msg_lspid;
103 compat_pid_t msg_lrpid;
104 compat_ulong_t __unused4;
[all …]