HomeSort by: relevance | last modified time | path
    Searched refs:sys_rmdir (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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 601 .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 590 .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 823 .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 651 .sy_call = (sy_call_t *)sys_rmdir
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 481 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1510 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 202 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1474 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 203 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1494 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 211 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1466 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 202 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1508 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 200 .sy_call = (sy_call_t *)sys_rmdir
linux_syscallargs.h 1397 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1174 return sys_rmdir(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1624 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
linux_sysent.c 599 .sy_call = (sy_call_t *)sys_rmdir
  /src/sys/kern/
init_sysent.c 754 .sy_call = (sy_call_t *)sys_rmdir

Completed in 43 milliseconds

1 2