Home
last modified time | relevance | path

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

/freebsd/sys/i386/linux/
H A Dlinux.h192 struct l_stat64 { struct
193 l_ulonglong st_dev;
194 u_char __pad0[4];
195 l_ulong __st_ino;
196 l_uint st_mode;
197 l_uint st_nlink;
198 l_ulong st_uid;
199 l_ulong st_gid;
200 l_ulonglong st_rdev;
201 u_char __pad3[4];
[all …]
/freebsd/sys/amd64/linux32/
H A Dlinux.h220 struct l_stat64 { struct
221 l_ulonglong st_dev;
222 u_char __pad0[4];
223 l_ulong __st_ino;
224 l_uint st_mode;
225 l_uint st_nlink;
226 l_ulong st_uid;
227 l_ulong st_gid;
228 l_ulonglong st_rdev;
229 u_char __pad3[4];
[all …]