| /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
|
| 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 | 1203 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 | 1513 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 822 .sy_call = (sy_call_t *)sys___getcwd
|
| linux_syscallargs.h | 1722 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 829 .sy_call = (sy_call_t *)sys___getcwd
|
| linux_syscallargs.h | 1742 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 844 .sy_call = (sy_call_t *)sys___getcwd
|
| linux_syscallargs.h | 1715 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 905 .sy_call = (sy_call_t *)sys___getcwd
|
| linux_syscallargs.h | 1779 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 818 .sy_call = (sy_call_t *)sys___getcwd
|
| linux_syscallargs.h | 1639 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1815 int sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
|
| linux_sysent.c | 1482 .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 *);
|