Home
last modified time | relevance | path

Searched refs:chdir_args (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c93 filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap) in filemon_wrapper_chdir()
/freebsd/sys/kern/
H A Dvfs_syscalls.c934 struct chdir_args { struct
939 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() argument
H A Dinit_sysent.c75 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
H A Dsystrace_args.c92 struct chdir_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h73 struct chdir_args { struct
1889 int sys_chdir(struct thread *, struct chdir_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c76 …{ .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags…
H A Dfreebsd32_systrace_args.c95 struct chdir_args *p = params; in systrace_args()