Home
last modified time | relevance | path

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

/NextBSD/sys/dev/filemon/
HDfilemon_wrapper.c45 #define sys_chdir chdir macro
143 if ((ret = sys_chdir(td, uap)) == 0) { in filemon_wrapper_chdir()
649 sv_table[SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
668 sv_table[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall()
/NextBSD/sys/compat/svr4/
HDsvr4_sysent.c34 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir …
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c62 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
/NextBSD/sys/kern/
HDinit_sysent.c61 …{ AS(chdir_args), (sy_call_t *)sys_chdir, AUE_CHDIR, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12 = chdir…
HDvfs_syscalls.c780 sys_chdir(td, uap) in sys_chdir() function
/NextBSD/sys/sys/
HDsysproto.h2077 int sys_chdir(struct thread *, struct chdir_args *);