Searched refs:MAP_FAILED (Results 76 - 100 of 178) sorted by relevance

12345678

/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c109 if ((e = v) == MAP_FAILED)
/freebsd-11-stable/usr.sbin/uathload/
H A Duathload.c155 if (txdata == MAP_FAILED)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp60 if (P == MAP_FAILED) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mlock.c290 ATF_REQUIRE(buf != MAP_FAILED);
308 ATF_REQUIRE(buf != MAP_FAILED);
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c185 if (p1 == (u_char *)MAP_FAILED) { err(3, "%s", buf1); }
189 if (p2 == (u_char *)MAP_FAILED) { err(3, "%s", buf2); }
329 if (p1 == (u_char *)MAP_FAILED) { err(3, "%s", buf2); }
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h191 #ifndef MAP_FAILED
192 # define MAP_FAILED ((void *)-1) macro
/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c557 if (addr == MAP_FAILED) {
579 if (addr == MAP_FAILED) {
H A Delfhints.c214 if (mapbase == MAP_FAILED)
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c216 fd, 0)) == MAP_FAILED)
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h49 #define MAP_FAILED ((void *)-1) macro
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c299 if (MAP_FAILED == linux_mem32_base_ptr)
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_open.c170 (off_t)0)) == MAP_FAILED)
/freebsd-11-stable/lib/libc/gmon/
H A Dgmon.c92 if (cp == MAP_FAILED) {
/freebsd-11-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c912 if (addr == MAP_FAILED) {
960 if (addr == MAP_FAILED) {
1000 if (addr == MAP_FAILED) {
1042 if (addr == MAP_FAILED) {
/freebsd-11-stable/tools/tools/netrate/http/
H A Dhttp.c282 if (pagebuffer == MAP_FAILED)
/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c226 if (pagebuffer == MAP_FAILED)
/freebsd-11-stable/usr.bin/look/
H A Dlook.c156 if ((front = mmap(NULL, (size_t)sb.st_size, PROT_READ, MAP_SHARED, fd, (off_t)0)) == MAP_FAILED)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmem1.c183 if (mb->blk == (void *)MAP_FAILED)
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dfile.c193 if (status_info == (FileLayout *) MAP_FAILED)
/freebsd-11-stable/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c133 ATF_REQUIRE(iov[0].iov_base != MAP_FAILED);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spec.c182 if (tmp == MAP_FAILED)
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c187 if (buf == MAP_FAILED)
/freebsd-11-stable/usr.bin/locate/locate/
H A Dlocate.c306 fd, (off_t)0)) == MAP_FAILED)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp95 SFS_CHECK(MAP_FAILED != addr);
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c91 if (p == MAP_FAILED) \
99 if (p != MAP_FAILED) { \

Completed in 391 milliseconds

12345678