/src/sys/rump/librump/rumpvfs/ |
rumpvfs_syscalls.c | 52 extern sy_call_t sys___getcwd; 157 { 296, sys___getcwd },
|
/src/sys/kern/ |
vfs_getcwd.c | 271 * common routine shared by sys___getcwd() and vn_isunder() 475 sys___getcwd(struct lwp *l, const struct sys___getcwd_args *uap, function in typeref:typename:int
|
init_sysent.c | 1493 .sy_call = (sy_call_t *)sys___getcwd
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 1258 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
aoutm68k_sysent.c | 1665 .sy_call = (sy_call_t *)sys___getcwd
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 1063 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
freebsd_sysent.c | 1451 .sy_call = (sy_call_t *)sys___getcwd
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1190 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
linux_sysent.c | 123 .sy_call = (sy_call_t *)sys___getcwd
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 457 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1500 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 820 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1707 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 827 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1735 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 842 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1708 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 903 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1772 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 816 .sy_call = (sy_call_t *)sys___getcwd
|
linux_syscallargs.h | 1632 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1800 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
linux_sysent.c | 1480 .sy_call = (sy_call_t *)sys___getcwd
|
/src/sys/sys/ |
syscallargs.h | 1943 check_syscall_args(sys___getcwd) 3969 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|