Home
last modified time | relevance | path

Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/filemon/
H A Dfilemon_wrapper.c100 if ((ret = sys_chdir(td, uap)) == 0) { in filemon_wrapper_chdir()
437 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
447 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c64 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
H A Dvfs_syscalls.c880 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c71 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
/freebsd-12.1/sys/sys/
H A Dsysproto.h1803 int sys_chdir(struct thread *, struct chdir_args *);