Home
last modified time | relevance | path

Searched full:mman (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-mman-macros.h1 //===-- Macros defined in sys/mman.h header file --------------------------===//
12 // Use definitions from <linux/mman.h> to dispatch arch-specific flag values.
15 #if __has_include(<linux/mman.h>)
16 #include <linux/mman.h>
18 #error "cannot use <sys/mman.h> without proper system headers."
/freebsd/lib/libsysdecode/
H A Dmktables124 gen_table "madvisebehav" "_?MADV_[A-Z]+[[:space:]]+[0-9]+" "sys/mman.h"
125 gen_table "minheritflags" "INHERIT_[A-Z]+[[:space:]]+[0-9]+" "sys/mman.h"
126 gen_table "mlockallflags" "MCL_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
127 gen_table "mmapprot" "PROT_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/mman.h"
134 gen_table "msyncflags" "MS_[A-Z]+[[:space:]]+0x[0-9]+" "sys/mman.h"
176 gen_table "mmapflags" "MAP_[2-3A-Z_]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/mman.h"
190 gen_table "shmflags" "SHM_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/mman.h" "SH…
/freebsd/tools/test/stress2/misc/
H A Dmmap30.sh34 grep -q MAP_GUARD /usr/include/sys/mman.h 2>/dev/null || exit 0
48 #include <sys/mman.h>
H A Dmmap24.sh70 #include <sys/mman.h>
81 #include <sys/mman.h>
H A Dpkru2.sh11 #include <sys/mman.h>
61 #include <sys/mman.h>
H A Dmmap16.sh35 grep -q MAP_GUARD /usr/include/sys/mman.h 2>/dev/null || exit 0
53 #include <sys/mman.h>
H A Dpkru.sh41 #include <sys/mman.h>
99 #include <sys/mman.h>
164 #include <sys/mman.h>
251 #include <sys/mman.h>
H A Dmmap43.sh16 #include <sys/mman.h>
79 #include <sys/mman.h>
H A Dswapoff5.sh46 #include <sys/mman.h>
105 #include <sys/mman.h>
H A Dmmap.sh23 #include <sys/mman.h>
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp29 // Use defined constants from AIX mman.h for use when targeting remote aix
37 #include <sys/mman.h>
/freebsd/share/doc/papers/newvm/
H A Dspell.ok39 mman.h
H A Da.t39 Protection and sharing options are defined in \fI<sys/mman.h>\fP as:
165 in \fI<sys/mman.h>\fP:
/freebsd/stand/kboot/include/
H A Dhost_syscall.h93 * Must match Linux's values see linux/tools/include/uapi/asm-generic/mman-common.h
94 * and linux/tools/include/linux/mman.h
/freebsd/lib/libc/gen/
H A Dpmadvise.c7 #include <sys/mman.h>
/freebsd/share/doc/psd/05.sysman/
H A D1.2.t63 Protection and sharing options are defined in \fI<sys/mman.h>\fP as:
198 in \fI<sys/mman.h>\fP:
/freebsd/tests/sys/vm/stack/
H A Dstack_mprotect_exec_test.c11 #include <sys/mman.h>
/freebsd/tools/test/auxinfo/
H A Dauxinfo.c6 #include <sys/mman.h>
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmman.h33 * In Linux, <linux/mman.h> includes <linux/percpu_counter.h>, which includes
/freebsd/tools/regression/nfsmmap/test1/
H A Dtest1.c3 #include <sys/mman.h>
/freebsd/tools/regression/nfsmmap/test2/
H A Dtest2.c3 #include <sys/mman.h>
/freebsd/tests/sys/vm/
H A Dmmap_map_32bit_helper.c7 #include <sys/mman.h>
/freebsd/tools/test/stress2/tools/
H A Dserial.c4 #include <sys/mman.h>
/freebsd/lib/libc/sys/
H A Dmsync.c34 #include <sys/mman.h>
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp17 #include <sys/mman.h>

12345678910>>...30