Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux_sysent.c70 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/f-stack/freebsd/arm/linux/
H A Dlinux_sysent.c153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysent.c101 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysent.c153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/f-stack/freebsd/i386/linux/
H A Dlinux_sysent.c153 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
/f-stack/freebsd/kern/
H A Dinit_sysent.c71 …{ .sy_narg = AS(fchdir_args), .sy_call = (sy_call_t *)sys_fchdir, .sy_auevent = AUE_FCHDIR, .sy_fl…
H A Dvfs_syscalls.c886 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() function
/f-stack/freebsd/sys/
H A Dsysproto.h1861 int sys_fchdir(struct thread *, struct fchdir_args *);