/src/sys/rump/librump/rumpvfs/ |
rumpvfs_syscalls.c | 44 extern sy_call_t sys___posix_rename; 149 { 270, sys___posix_rename },
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 1196 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
aoutm68k_sysent.c | 1518 .sy_call = (sy_call_t *)sys___posix_rename
|
/src/sys/compat/linux/arch/amd64/ |
linux_sysent.c | 471 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1506 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 192 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1470 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 193 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1490 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 201 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1462 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 192 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1504 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 190 .sy_call = (sy_call_t *)sys___posix_rename
|
linux_syscallargs.h | 1393 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1513 return sys___posix_rename(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1606 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|
linux_sysent.c | 558 .sy_call = (sy_call_t *)sys___posix_rename
|
/src/sys/kern/ |
init_sysent.c | 1368 .sy_call = (sy_call_t *)sys___posix_rename
|
vfs_syscalls.c | 4399 sys___posix_rename(struct lwp *l, const struct sys___posix_rename_args *uap, function in typeref:typename:int
|
/src/sys/sys/ |
syscallargs.h | 1751 check_syscall_args(sys___posix_rename) 3917 int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
|