Searched refs:linux_lstat (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_stats.c | 303 linux_lstat(struct thread *td, struct linux_lstat_args *args) in bsd_to_linux_ftype() 257 linux_lstat(struct thread *td, struct linux_lstat_args *args) linux_lstat() function
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysent.c | 101 …{ .sy_narg = AS(linux_lstat_args), .sy_call = (sy_call_t *)linux_lstat, .sy_auevent = AUE_LSTAT, .…
|
| H A D | linux_proto.h | 1796 int linux_lstat(struct thread *, struct linux_lstat_args *);
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 102 …{ .sy_narg = AS(linux_lstat_args), .sy_call = (sy_call_t *)linux_lstat, .sy_auevent = AUE_LSTAT, .…
|
| H A D | linux32_proto.h | 1805 int linux_lstat(struct thread *, struct linux_lstat_args *);
|