Home
last modified time | relevance | path

Searched defs:behav (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/sys/
H A Dposix_madvise.c9 posix_madvise(void *addr, size_t len, int behav) in posix_madvise()
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c479 int behav = (int)va_arg(args, long); in syscall_emulator() local
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h403 #define __sanitizer_syscall_pre_madvise(addr, len, behav) \ argument
406 #define __sanitizer_syscall_post_madvise(res, addr, len, behav) \ argument