Symbol: sys_rmdir
sys/compat/aoutm68k/aoutm68k_syscallargs.h
993
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
823
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/freebsd/freebsd_syscallargs.h
865
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
651
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/alpha/linux_syscallargs.h
1637
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
599
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/amd64/linux_syscallargs.h
1523
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
481
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/arm/linux_syscallargs.h
1487
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
202
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/i386/linux_syscallargs.h
1499
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
203
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/m68k/linux_syscallargs.h
1471
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
211
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/mips/linux_syscallargs.h
1513
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
202
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1402
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
200
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/netbsd32/netbsd32_netbsd.c
1174
return sys_rmdir(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
670
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
601
.sy_call = (sy_call_t *)sys_rmdir
sys/compat/ultrix/ultrix_syscallargs.h
643
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
590
.sy_call = (sy_call_t *)sys_rmdir
sys/kern/init_sysent.c
755
.sy_call = (sy_call_t *)sys_rmdir
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
141
{ 137, sys_rmdir },
sys/rump/librump/rumpvfs/rumpvfs_syscalls.c
36
extern sy_call_t sys_rmdir;
sys/sys/syscallargs.h
3679
int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
sys/sys/syscallargs.h
875
check_syscall_args(sys_rmdir)