Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance
100 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()
70 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
932 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
77 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
1867 int sys_chdir(struct thread *, struct chdir_args *);