Home
last modified time | relevance | path

Searched refs:MAP_NONBLOCK (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Dmmap_flags.h162 #if defined(MAP_NONBLOCK) || (defined(HAVE_DECL_MAP_NONBLOCK) && HAVE_DECL_MAP_NONBLOCK)
164 static_assert((MAP_NONBLOCK) == (0x20000), "MAP_NONBLOCK != 0x20000");
167 # define MAP_NONBLOCK 0x20000
170 #if defined(MAP_NONBLOCK) || (defined(HAVE_DECL_MAP_NONBLOCK) && HAVE_DECL_MAP_NONBLOCK)
172 static_assert((MAP_NONBLOCK) == (0x40000), "MAP_NONBLOCK != 0x40000");
175 # define MAP_NONBLOCK 0x40000
178 #if defined(MAP_NONBLOCK) || (defined(HAVE_DECL_MAP_NONBLOCK) && HAVE_DECL_MAP_NONBLOCK)
180 static_assert((MAP_NONBLOCK) == (0x10000), "MAP_NONBLOCK != 0x10000");
183 # define MAP_NONBLOCK 0x10000
538 XLAT(MAP_NONBLOCK),
[all …]
Dmmap_flags.in65 MAP_NONBLOCK 0x20000
67 MAP_NONBLOCK 0x40000
69 MAP_NONBLOCK 0x10000
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h13 #define MAP_NONBLOCK 0x10000 /* do not block on IO */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h50 #define MAP_NONBLOCK 0x20000 /* do not block on IO */ macro
/external/syzkaller/sys/akaros/
Dsys_amd64.const46 MAP_NONBLOCK = 65536
Dsys.txt57 … MAP_DENYWRITE, MAP_EXECUTABLE, MAP_FIXED, MAP_GROWSDOWN, MAP_LOCKED, MAP_NONBLOCK, MAP_NORESERVE,…
/external/syzkaller/sys/linux/
Dsys_386.const260 MAP_NONBLOCK = 65536
Dsys_amd64.const260 MAP_NONBLOCK = 65536
Dsys_arm.const260 MAP_NONBLOCK = 65536
Dsys_ppc64le.const260 MAP_NONBLOCK = 65536
Dsys_arm64.const260 MAP_NONBLOCK = 65536
Dsys.txt935 …CUTABLE, MAP_FILE, MAP_FIXED, MAP_GROWSDOWN, MAP_HUGETLB, MAP_LOCKED, MAP_NONBLOCK, MAP_NORESERVE,…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go775 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_mipsle.go962 MAP_NONBLOCK = 0x20000 const
Dzerrors_linux_s390x.go962 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_arm.go962 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_ppc64le.go962 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_mips64.go962 MAP_NONBLOCK = 0x20000 const
Dzerrors_linux_ppc64.go962 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_amd64.go964 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_mips64le.go962 MAP_NONBLOCK = 0x20000 const
Dzerrors_linux_386.go964 MAP_NONBLOCK = 0x10000 const
Dzerrors_linux_mips.go962 MAP_NONBLOCK = 0x20000 const
Dzerrors_linux_arm64.go965 MAP_NONBLOCK = 0x10000 const