Searched refs:mmap (Results 251 - 275 of 281) sorted by relevance

<<1112

/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure1028 --with-mmap try using mmap for BFD input files if available
10474 # Check whether --with-mmap or --without-mmap was given.
10480 *) { { echo "$as_me:$LINENO: error: bad value ${withval} for BFD with-mmap option" >&5
10481 echo "$as_me: error: bad value ${withval} for BFD with-mmap option" >&2;}
19795 echo "$as_me:$LINENO: checking for working mmap" >&5
19796 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
19814 Here is a matrix of mmap possibilities:
19815 mmap privat
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1382 * mmap zero bytes has potential of loosing, don't do it.
1384 chunk = mmap(0, st.st_size, PROT_READ,
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c324 .mmap = machfb_mmap,
864 /* 'regular' framebuffer mmap()ing */
H A Dvesa.c1643 return ((*prevvidsw->mmap)(adp, offset, paddr, prot, memattr));
/freebsd-11-stable/contrib/bmake/
H A Dparse.c392 size_t maplen; /* length of mmap area, or 0 */
516 /* found a size, try mmap */
540 lf->buf = mmap(NULL, lf->maplen, PROT_READ|PROT_WRITE,
556 /* cannot mmap; load the traditional way */
590 /* as for mmap case, ensure trailing \n */
H A Dconfigure5546 mmap \
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1233 dev->ib_dev.mmap = mthca_mmap_uar;
/freebsd-11-stable/tests/sys/netmap/
H A Dctrl-api-test.c999 addr = mmap(NULL, pi->nr_memsize, PROT_READ | PROT_WRITE,
1002 perror("mmap");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp171 return internal_syscall(SYSCALL(mmap), (uptr)addr, length, prot, flags, fd,
H A Dsanitizer_common_interceptors.inc287 #define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, sz, prot, flags, fd, \
289 { return REAL(mmap)(addr, sz, prot, flags, fd, off); }
7133 INTERCEPTOR(void *, mmap, void *addr, SIZE_T sz, int prot, int flags, int fd,
7140 COMMON_INTERCEPTOR_ENTER(ctx, mmap, addr, sz, prot, flags, fd, off);
7141 COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, sz, prot, flags, fd, off);
7155 COMMON_INTERCEPT_FUNCTION(mmap); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2310 #define COMMON_INTERCEPTOR_MMAP_IMPL(ctx, mmap, addr, sz, prot, flags, fd, \
2313 return mmap_interceptor(thr, pc, REAL(mmap), addr, sz, prot, flags, fd, \
/freebsd-11-stable/contrib/gcc/
H A Dconfigure9292 gettimeofday mbstowcs wcswidth mmap mincore setlocale \
9711 echo "$as_me:$LINENO: checking for mmap" >&5
9712 echo $ECHO_N "checking for mmap... $ECHO_C" >&6
9722 /* Define mmap to an innocuous variant, in case <limits.h> declares mmap.
9724 #define mmap innocuous_mmap
9727 which can conflict with char mmap (); below.
9737 #undef mmap
9746 char mmap ();
9753 char (*f) () = mmap;
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c81 * temporary file which is mmap-ed in the child process. This allows shared
6376 hdr = (void *)mmap(0, P2ROUNDUP(sizeof (*hdr), getpagesize()),
6403 hdr = (void *)mmap(0, P2ROUNDUP(sizeof (*hdr), getpagesize()),
6410 hdr = ztest_shared_hdr = (void *)mmap(0, P2ROUNDUP(size, getpagesize()),
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c975 map = mmap (NULL, msize, PROT_READ, MAP_SHARED, fd, 0);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c148 #define ucl_mmap mmap
775 ucl_create_err (err, "cannot mmap file %s: %s",
1878 ucl_create_err (&parser->err, "cannot mmap fd %d: %s",
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c126 { compat(AS(ommap_args),mmap), AUE_MMAP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 71 = old mmap */
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1943 int (*mmap)(struct ib_ucontext *context, member in struct:ib_device
/freebsd-11-stable/contrib/file/
H A Dconfigure14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14246 $as_echo_n "checking for working mmap... " >&6; }
14260 Here is a matrix of mmap possibilities:
14261 mmap private not fixed
14262 mmap private fixed at somewhere currently unmapped
14263 mmap private fixed at somewhere already mapped
14264 mmap shared not fixed
14265 mmap shared fixed at somewhere currently unmapped
14266 mmap shared fixed at somewhere already mapped
14268 back from the file, nor mmap'
[all...]
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c502 bitmap = mmap(NULL, map_size, PROT_READ, MAP_SHARED, fd, addr);
504 perror("mmap failed");
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c185 * which is required for mmap for example.
2417 /* XXXcould be problematic when windows supports mmap*/
2421 /* XXXcould be problematic when windows supports mmap*/
2939 /* TODO(niels): we may want to add to automagically convert to mmap, in
3034 /* mmap implementations don't generally like us
3042 mapped = mmap(NULL, length + offset_leftover,
3053 event_warn("%s: mmap(%d, %d, %zu) failed",
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c4813 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
4817 errno, "can't mmap rx ring");
4867 /* do not test for mmap failure, as we can't recover from any error */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c146 * ONCORE_SHMEM_STATUS will create a mmap(2)'ed file named according to a
148 * copy of all types of messages we recognize. This file can be mmap(2)'ed
1059 instance->shmem = (u_char *) mmap(0, shmem_length,
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1254 * forced by mmap function.
3177 dev->ib_dev.mmap = mlx5_ib_mmap;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2608 ibdev->ib_dev.mmap = mlx4_ib_mmap;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure4841 for ac_func in inet_ntoa mmap munmap

Completed in 805 milliseconds

<<1112