| /src/sys/rump/librump/rumpvfs/ |
| rumpvfs_syscalls.c | 36 extern sy_call_t sys_rmdir; 141 { 137, sys_rmdir },
|
| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 670 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| sunos_sysent.c | 602 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 643 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| ultrix_sysent.c | 591 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 993 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| aoutm68k_sysent.c | 824 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 865 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| freebsd_sysent.c | 652 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 482 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1528 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 204 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1504 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 203 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1492 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 212 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1476 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 203 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1518 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 201 .sy_call = (sy_call_t *)sys_rmdir
|
| linux_syscallargs.h | 1407 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| /src/sys/kern/ |
| init_sysent.c | 755 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1642 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
| linux_sysent.c | 600 .sy_call = (sy_call_t *)sys_rmdir
|
| /src/sys/compat/netbsd32/ |
| netbsd32_netbsd.c | 1238 return sys_rmdir(l, &ua, retval);
|