Lines Matching refs:MAP_NONBLOCK
162 #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),
540 XLAT(MAP_NONBLOCK),
542 XLAT(MAP_NONBLOCK),