Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/filemon/ |
| H A D | filemon_wrapper.c | 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()
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 64 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
|
| H A D | vfs_syscalls.c | 880 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 71 …{ 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 D | sysproto.h | 1803 int sys_chdir(struct thread *, struct chdir_args *);
|