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

1 2

  /src/sys/compat/sunos/
sunos_syscallargs.h 50 struct sys_close_args;
476 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sunos_sysent.c 57 ns(struct sys_close_args),
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 50 struct sys_close_args;
453 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
ultrix_sysent.c 52 ns(struct sys_close_args),
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 47 struct sys_close_args;
680 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
aoutm68k_sysent.c 63 ns(struct sys_close_args),
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 45 struct sys_close_args;
619 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
freebsd_sysent.c 61 ns(struct sys_close_args),
  /src/sys/kern/
sys_descrip.c 520 sys_close(struct lwp *l, const struct sys_close_args *uap, register_t *retval)
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 303 struct sys_close_args;
1256 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 297 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 46 struct sys_close_args;
1444 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 48 struct sys_close_args;
1338 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 62 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 53 struct sys_close_args;
1422 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 61 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 53 struct sys_close_args;
1440 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 60 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 53 struct sys_close_args;
1411 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 64 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 53 struct sys_close_args;
1456 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 61 ns(struct sys_close_args),
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 53 struct sys_close_args;
1345 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 59 ns(struct sys_close_args),
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 218 struct sys_close_args ua;

Completed in 35 milliseconds

1 2