Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance
98 if ((ret = sys_chdir(td, uap)) == 0) { in filemon_wrapper_chdir()435 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()445 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
82 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
81 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
939 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
1898 int sys_chdir(struct thread *, struct chdir_args *);