Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/filemon/
Dfilemon_wrapper.c405 sysent[SYS_chdir].sy_call = (sy_call_t *) filemon_wrapper_chdir; in filemon_wrapper_install()
437 sysent[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
/freebsd-10-stable/sys/sys/
Dsyscall.h20 #define SYS_chdir 12 macro
/freebsd-10-stable/contrib/gdb/gdb/
Dproc-events.c220 #if defined (SYS_chdir) in init_syscall_table()
221 syscall_table[SYS_chdir] = "chdir"; in init_syscall_table()