Searched refs:chdir_args (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/filemon/ |
| HD | filemon_wrapper.c | 96 filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap) in filemon_wrapper_chdir()
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | svr4_sysent.c | 33 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir …
|
| /freebsd-11-stable/sys/kern/ |
| HD | vfs_syscalls.c | 737 struct chdir_args { struct 742 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() argument
|
| HD | init_sysent.c | 60 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
|
| HD | systrace_args.c | 92 struct chdir_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 67 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
|
| HD | freebsd32_systrace_args.c | 95 struct chdir_args *p = params; in systrace_args()
|
| /freebsd-11-stable/sys/sys/ |
| HD | sysproto.h | 76 struct chdir_args { struct 1809 int sys_chdir(struct thread *, struct chdir_args *);
|