Searched refs:fchdir_args (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_syscalls.c | 890 struct fchdir_args { struct 895 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() argument
|
| H A D | init_sysent.c | 76 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | systrace_args.c | 99 struct fchdir_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 67 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | linux_systrace_args.c | 388 struct fchdir_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 150 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | linux_systrace_args.c | 910 struct fchdir_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 98 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | linux_systrace_args.c | 715 struct fchdir_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 151 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | linux32_systrace_args.c | 880 struct fchdir_args *p = params; in systrace_args()
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 76 struct fchdir_args { struct 1901 int sys_fchdir(struct thread *, struct fchdir_args *);
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 77 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
|
| H A D | freebsd32_systrace_args.c | 102 struct fchdir_args *p = params; in systrace_args()
|