Searched refs:MAP_FAILED (Results 51 - 75 of 178) sorted by relevance

12345678

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.c106 if (p == (unsigned char *)MAP_FAILED)
170 #ifndef MAP_FAILED
171 #define MAP_FAILED (-1) macro
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c140 if (a_out_mmap == MAP_FAILED)
270 if (base == MAP_FAILED)
303 if (base == MAP_FAILED)
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c131 if (hca_clock_page == MAP_FAILED) {
200 if (context->uar == MAP_FAILED)
207 if (context->bf_page == MAP_FAILED) {
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_speed.c87 if (map == MAP_FAILED) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c76 return (MAP_FAILED); /* we don't support this in the kernel */
/freebsd-11-stable/lib/libvgl/
H A Dmain.c56 static byte *VGLMem = MAP_FAILED;
77 if (VGLMem != MAP_FAILED) {
303 if (VGLMem == MAP_FAILED) {
503 VGLMem = MAP_FAILED;
/freebsd-11-stable/tools/regression/posixsem2/
H A Dsemtest.c30 if (s == MAP_FAILED)
/freebsd-11-stable/usr.bin/gprof/
H A Delf.c82 MAP_FAILED)
/freebsd-11-stable/contrib/mdocml/
H A Ddbm_map.c79 ifd, 0)) == MAP_FAILED)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c68 if (buf0 == MAP_FAILED) {
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c168 if (note_map == MAP_FAILED) {
331 if (note_map != NULL && note_map != MAP_FAILED)
354 if (hdr == (Elf_Ehdr *)MAP_FAILED) {
399 if (phdr == MAP_FAILED) {
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c309 map_addr = MAP_FAILED;
334 if (map_addr != MAP_FAILED)
/freebsd-11-stable/usr.bin/grep/
H A Dfile.c299 if (buffer == MAP_FAILED)
309 if ((buffer == NULL) || (buffer == MAP_FAILED))
/freebsd-11-stable/contrib/unbound/compat/
H A Darc4random.c150 MAP_ANON|MAP_PRIVATE, -1, 0)) == MAP_FAILED)
165 MAP_ANON|MAP_PRIVATE, -1, 0)) == MAP_FAILED)
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dbuf.c488 void *addr = MAP_FAILED;
510 if (addr != MAP_FAILED)
524 if (addr == MAP_FAILED)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp183 CHECK(res != MAP_FAILED);
187 CHECK(res != MAP_FAILED);
190 CHECK(res != MAP_FAILED);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_minherit.c53 ATF_REQUIRE(map != MAP_FAILED);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c196 if (m == MAP_FAILED)
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c230 if (res == MAP_FAILED)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dtest-mem.c136 if (p == (unsigned char *)MAP_FAILED)
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dtext_mmap.c64 #define MAP_FAILED_PTR (VOIDP(MAP_FAILED))
270 * problem, then it will return @code{MAP_FAILED} and set @code{errno}
300 * if (data == MAP_FAILED) return;
/freebsd-11-stable/tests/sys/file/
H A Dclosefrom_test.c212 if (info == MAP_FAILED)
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c160 if (mem == MAP_FAILED)
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_flash.c165 if (mem == MAP_FAILED) {
/freebsd-11-stable/sys/sys/
H A Dmman.h124 #define MAP_FAILED ((void *)-1) macro

Completed in 431 milliseconds

12345678