Home
last modified time | relevance | path

Searched refs:SYS_chdir (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c403 sysent[SYS_chdir].sy_call = (sy_call_t *) filemon_wrapper_chdir; in filemon_wrapper_install()
435 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
/freebsd/sys/sys/
H A Dsyscall.h19 #define SYS_chdir 12 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller21.sh372 syscall(SYS_chdir, 0x20000140ul);
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c80 [SYS_chdir] = &filemon_sys_chdir,