Symbol: sys___posix_rename
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1196
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
1518
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/alpha/linux_syscallargs.h
1619
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
558
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/amd64/linux_syscallargs.h
1519
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
471
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/arm/linux_syscallargs.h
1483
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
192
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/i386/linux_syscallargs.h
1495
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
193
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/m68k/linux_syscallargs.h
1467
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
201
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/mips/linux_syscallargs.h
1509
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
192
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1398
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
190
.sy_call = (sy_call_t *)sys___posix_rename
sys/compat/netbsd32/netbsd32_netbsd.c
1513
return sys___posix_rename(l, &ua, retval);
sys/kern/init_sysent.c
1370
.sy_call = (sy_call_t *)sys___posix_rename
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
149
{ 270, sys___posix_rename },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
44
extern sy_call_t sys___posix_rename;
sys/sys/syscallargs.h
1751
check_syscall_args(sys___posix_rename)
sys/sys/syscallargs.h
3917
int sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);