| /src/sys/compat/sunos/ |
| sunos_syscallargs.h | 564 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| sunos_sysent.c | 332 .sy_call = (sy_call_t *)sys_madvise
|
| /src/sys/compat/ultrix/ |
| ultrix_syscallargs.h | 533 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| ultrix_sysent.c | 317 .sy_call = (sy_call_t *)sys_madvise
|
| /src/sys/compat/aoutm68k/ |
| aoutm68k_syscallargs.h | 847 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| aoutm68k_sysent.c | 454 .sy_call = (sy_call_t *)sys_madvise
|
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 750 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| freebsd_sysent.c | 371 .sy_call = (sy_call_t *)sys_madvise
|
| /src/sys/uvm/ |
| uvm_mmap.c | 645 * sys_madvise: give advice about memory usage. 650 sys_madvise(struct lwp *l, const struct sys_madvise_args *uap, function
|
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1588 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| linux_sysent.c | 1118 .sy_call = (sy_call_t *)sys_madvise
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sysent.c | 182 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1401 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/arm/ |
| linux_sysent.c | 976 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1769 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sysent.c | 978 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1787 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sysent.c | 1079 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1792 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sysent.c | 967 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1797 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sysent.c | 916 .sy_call = (sy_call_t *)sys_madvise
|
| linux_syscallargs.h | 1668 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1543 int sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
|
| linux_sysent.c | 333 .sy_call = (sy_call_t *)sys_madvise
|