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

1 2

  /src/sys/rump/librump/rumpkern/
rumpkern_syscalls.c 14 extern sy_call_t sys_close;
84 { 6, sys_close },
  /src/sys/compat/sunos/
sunos_syscallargs.h 476 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
sunos_sysent.c 58 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 453 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
ultrix_sysent.c 53 .sy_call = (sy_call_t *)sys_close
  /src/sys/kern/
sys_descrip.c 520 sys_close(struct lwp *l, const struct sys_close_args *uap, register_t *retval) function in typeref:typename:int
sys_mqueue.c 623 return sys_close(l, (const void *)uap, retval);
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 680 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
aoutm68k_sysent.c 64 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 619 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
freebsd_sysent.c 62 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1256 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 298 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 63 .sy_call = (sy_call_t *)sys_close
linux_syscallargs.h 1338 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 62 .sy_call = (sy_call_t *)sys_close
linux_syscallargs.h 1422 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 61 .sy_call = (sy_call_t *)sys_close
linux_syscallargs.h 1440 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 65 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 62 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 60 .sy_call = (sy_call_t *)sys_close
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 221 return sys_close(l, &ua, retval);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1444 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
linux_sysent.c 66 .sy_call = (sy_call_t *)sys_close

Completed in 32 milliseconds

1 2