Searched refs:l_dirent (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c291 struct l_dirent { struct
308 * at least glibc-2.7 requires it. That is why l_dirent is padded with 2 bytes.
311 roundup(offsetof(struct l_dirent, d_name) + (namlen) + 2, sizeof(l_ulong))
318 * Linux l_dirent is bigger than FreeBSD dirent, thus the buffer size
323 offsetof(struct l_dirent, d_name);
338 struct l_dirent *linux_dirent;
378 linux_dirent = (struct l_dirent*)lbuf;
383 * Copy d_type to last byte of l_dirent buffer
387 linuxreclen - offsetof(struct l_dirent, d_name)-1);
497 struct l_dirent *linux_diren
[all...]
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_proto.h290 char dent_l_[PADL_(struct l_dirent *)]; struct l_dirent * dent; char dent_r_[PADR_(struct l_dirent *)];
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_proto.h285 char dent_l_[PADL_(struct l_dirent *)]; struct l_dirent * dent; char dent_r_[PADR_(struct l_dirent *)];

Completed in 214 milliseconds