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

1 2

  /src/sys/compat/sunos/
sunos_syscallargs.h 568 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sunos_sysent.c 343 .sy_call = (sy_call_t *)sys_mincore
  /src/sys/compat/ultrix/
ultrix_syscallargs.h 537 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
ultrix_sysent.c 328 .sy_call = (sy_call_t *)sys_mincore
  /src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h 849 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
aoutm68k_sysent.c 465 .sy_call = (sy_call_t *)sys_mincore
  /src/sys/compat/freebsd/
freebsd_syscallargs.h 752 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
freebsd_sysent.c 382 .sy_call = (sy_call_t *)sys_mincore
  /src/sys/uvm/
uvm_mmap.c 113 * sys_mincore: determine if pages are in core or not.
118 sys_mincore(struct lwp *l, const struct sys_mincore_args *uap, function
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1586 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
linux_sysent.c 1113 .sy_call = (sy_call_t *)sys_mincore
  /src/sys/compat/linux/arch/amd64/
linux_sysent.c 177 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1399 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/arm/
linux_sysent.c 971 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1767 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/i386/
linux_sysent.c 973 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1785 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/m68k/
linux_sysent.c 1074 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1790 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/mips/
linux_sysent.c 962 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1795 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/powerpc/
linux_sysent.c 911 .sy_call = (sy_call_t *)sys_mincore
linux_syscallargs.h 1666 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1817 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
linux_sysent.c 1508 .sy_call = (sy_call_t *)sys_mincore

Completed in 41 milliseconds

1 2