Searched refs:chdir_args (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/filemon/ |
| D | filemon_wrapper.c | 95 filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap) in filemon_wrapper_chdir()
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_syscalls.c | 897 struct chdir_args { struct 902 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() argument
|
| D | init_sysent.c | 64 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
|
| D | systrace_args.c | 92 struct chdir_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 71 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
|
| D | freebsd32_systrace_args.c | 95 struct chdir_args *p = params; in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 77 struct chdir_args { struct 1816 int sys_chdir(struct thread *, struct chdir_args *);
|