/src/sys/compat/sunos/ |
sunos_syscallargs.h | 321 struct sys_rmdir_args; 670 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
sunos_sysent.c | 599 ns(struct sys_rmdir_args),
|
/src/sys/compat/ultrix/ |
ultrix_syscallargs.h | 307 struct sys_rmdir_args; 643 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
ultrix_sysent.c | 588 ns(struct sys_rmdir_args),
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 344 struct sys_rmdir_args; 993 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
aoutm68k_sysent.c | 821 ns(struct sys_rmdir_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 288 struct sys_rmdir_args; 865 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
freebsd_sysent.c | 649 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 402 struct sys_rmdir_args; 1624 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 597 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 406 struct sys_rmdir_args; 1510 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 479 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 145 struct sys_rmdir_args; 1474 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 200 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 150 struct sys_rmdir_args; 1494 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 201 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 148 struct sys_rmdir_args; 1466 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 209 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 140 struct sys_rmdir_args; 1508 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 200 ns(struct sys_rmdir_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 140 struct sys_rmdir_args; 1397 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|
linux_sysent.c | 198 ns(struct sys_rmdir_args),
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1170 struct sys_rmdir_args ua;
|
/src/sys/kern/ |
init_sysent.c | 752 ns(struct sys_rmdir_args),
|
/src/sys/sys/ |
syscallargs.h | 872 struct sys_rmdir_args { struct 3679 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
|