Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/filemon/
Dfilemon_wrapper.c95 filemon_wrapper_chdir(struct thread *td, struct chdir_args *uap) in filemon_wrapper_chdir()
/freebsd-12-stable/sys/kern/
Dvfs_syscalls.c897 struct chdir_args { struct
902 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() argument
Dinit_sysent.c64 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
Dsystrace_args.c92 struct chdir_args *p = params; in systrace_args()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c71 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
Dfreebsd32_systrace_args.c95 struct chdir_args *p = params; in systrace_args()
/freebsd-12-stable/sys/sys/
Dsysproto.h77 struct chdir_args { struct
1816 int sys_chdir(struct thread *, struct chdir_args *);