Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 97 if ((ret = sys_chdir(td, uap)) == 0) { in filemon_wrapper_chdir() 434 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall() 444 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
|
/freebsd/sys/kern/ |
H A D | init_sysent.c | 81 { .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
|
H A D | vfs_syscalls.c | 943 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 82 { .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1913 int sys_chdir(struct thread *, struct chdir_args *);
|