Home
last modified time | relevance | path

Searched refs:sys_fchdir (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c67 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c98 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c150 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c151 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/freebsd/sys/kern/
H A Dinit_sysent.c76 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
H A Dvfs_syscalls.c893 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c77 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/freebsd/sys/sys/
H A Dsysproto.h1890 int sys_fchdir(struct thread *, struct fchdir_args *);