Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c70 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 50 = fc…
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c101 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 81 = fc…
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c153 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 133 = f…
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c153 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 133 = f…
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c65 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = fc…
H A Dvfs_syscalls.c834 sys_fchdir(struct thread *td, struct fchdir_args *uap) in sys_fchdir() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c72 …{ AS(fchdir_args), (sy_call_t *)sys_fchdir, AUE_FCHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = fc…
/freebsd-12.1/sys/sys/
H A Dsysproto.h1804 int sys_fchdir(struct thread *, struct fchdir_args *);