Home
last modified time | relevance | path

Searched refs:sys_chdir (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c97 if ((ret = sys_chdir(td, uap)) == 0) { in filemon_wrapper_chdir()
434 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
444 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
/freebsd/sys/kern/
H A Dinit_sysent.c81 { .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
H A Dvfs_syscalls.c943 sys_chdir(struct thread *td, struct chdir_args *uap) in sys_chdir() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c82 { .sy_narg = AS(chdir_args), .sy_call = (sy_call_t *)sys_chdir, .sy_auevent = AUE_CHDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 12 = chdir */
/freebsd/sys/sys/
H A Dsysproto.h1913 int sys_chdir(struct thread *, struct chdir_args *);