Symbol: sys_mincore
sys/compat/aoutm68k/aoutm68k_syscallargs.h
849
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
465
.sy_call = (sy_call_t *)sys_mincore
sys/compat/freebsd/freebsd_syscallargs.h
752
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
382
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1586
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
1113
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/alpha/linux_syscallargs.h
1817
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
1508
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/amd64/linux_syscallargs.h
1399
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
177
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/arm/linux_syscallargs.h
1767
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
971
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/i386/linux_syscallargs.h
1785
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
973
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/m68k/linux_syscallargs.h
1790
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
1074
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/mips/linux_syscallargs.h
1795
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
962
.sy_call = (sy_call_t *)sys_mincore
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1666
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
911
.sy_call = (sy_call_t *)sys_mincore
sys/compat/netbsd32/netbsd32_netbsd.c
750
return sys_mincore(l, &ua, retval);
sys/compat/sunos/sunos_syscallargs.h
568
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/sunos/sunos_sysent.c
343
.sy_call = (sy_call_t *)sys_mincore
sys/compat/ultrix/ultrix_syscallargs.h
537
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/compat/ultrix/ultrix_sysent.c
328
.sy_call = (sy_call_t *)sys_mincore
sys/kern/init_sysent.c
491
.sy_call = (sy_call_t *)sys_mincore
sys/sys/syscallargs.h
3569
int sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
sys/sys/syscallargs.h
482
check_syscall_args(sys_mincore)