/freebsd/sys/compat/linux/ |
H A D | linux_mmap.c | 341 linux_madvise_common(struct thread *td, uintptr_t addr, size_t len, int behav) in linux_madvise_common() 344 switch (behav) { in linux_madvise_common() 407 linux_msg(curthread, "unsupported madvise behav %d", behav); in linux_madvise_common() 340 linux_madvise_common(struct thread * td,uintptr_t addr,size_t len,int behav) linux_madvise_common() argument
|
H A D | linux_misc.c | 365 uap->behav)); in linux_madvise()
|
/freebsd/share/doc/papers/newvm/ |
H A D | spell.ok | 26 behav
|
/freebsd/sys/vm/ |
H A D | vm_mmap.c | 714 int behav; member 722 return (kern_madvise(td, (uintptr_t)uap->addr, uap->len, uap->behav)); in sys_madvise() 726 kern_madvise(struct thread *td, uintptr_t addr0, size_t len, int behav) in kern_madvise() argument 736 if (behav == MADV_PROTECT) { in kern_madvise() 761 return (vm_map_madvise(map, start, end, behav)); in kern_madvise()
|
H A D | vm_map.c | 3025 int behav) in vm_map_madvise() 3037 switch(behav) { in vm_map_madvise() 3091 switch (behav) { in vm_map_madvise() 3150 if (behav == MADV_FREE && in vm_map_madvise() 3182 if (behav == MADV_DONTNEED || behav == MADV_FREE) in vm_map_madvise() 3184 behav); in vm_map_madvise() 3187 pend, behav); in vm_map_madvise() 3194 if (behav == MADV_WILLNEED && in vm_map_madvise() 3024 vm_map_madvise(vm_map_t map,vm_offset_t start,vm_offset_t end,int behav) vm_map_madvise() argument
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 106 behav
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 232 int kern_madvise(struct thread *td, uintptr_t addr, size_t len, int behav);
|
H A D | sysproto.h | 269 char behav_l_[PADL_(int)]; int behav; char behav_r_[PADR_(int)]; member
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 403 #define __sanitizer_syscall_pre_madvise(addr, len, behav) \ argument 405 (long long)(behav)) 406 #define __sanitizer_syscall_post_madvise(res, addr, len, behav) \ argument 408 (long long)(len), (long long)(behav)) 3139 long long behav); 3141 long long len, long long behav);
|
/freebsd/lib/libsys/ |
H A D | _libsys.h | 523 int __sys_madvise(void * addr, size_t len, int behav);
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 1871 iarg[a++] = p->behav; /* l_int */ in systrace_args()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 266 iarg[a++] = p->behav; /* l_int */ in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 1564 iarg[a++] = p->behav; /* int */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 1533 iarg[a++] = p->behav; /* int */ in systrace_args()
|
/freebsd/sys/kern/ |
H A D | systrace_args.c | 444 iarg[a++] = p->behav; /* int */ in systrace_args()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | 447 iarg[a++] = p->behav; /* int */ in systrace_args()
|