/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 in typeref:typename:int
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1569 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
linux_sysent.c | 1109 .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 | 1386 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_sysent.c | 969 .sy_call = (sy_call_t *)sys_mincore
|
linux_syscallargs.h | 1752 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_sysent.c | 971 .sy_call = (sy_call_t *)sys_mincore
|
linux_syscallargs.h | 1778 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_sysent.c | 1072 .sy_call = (sy_call_t *)sys_mincore
|
linux_syscallargs.h | 1783 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_sysent.c | 960 .sy_call = (sy_call_t *)sys_mincore
|
linux_syscallargs.h | 1788 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_sysent.c | 909 .sy_call = (sy_call_t *)sys_mincore
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 750 return sys_mincore(l, &ua, retval);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1802 int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
|
linux_sysent.c | 1506 .sy_call = (sy_call_t *)sys_mincore
|