Searched refs:mmap (Results 1 - 25 of 1009) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dnetwork_write_mmap.c6 #include "sys-mmap.h"
45 /* read mmap()ed data into local buffer */
76 log_error_write(srv, __FILE__, __LINE__, "sbd", "SIGBUS in mmap:",
79 munmap(c->file.mmap.start, c->file.mmap.length);
80 c->file.mmap.start = MAP_FAILED;
90 /* mmap the buffer if offset is outside old mmap area or not mapped at all */
91 if (MAP_FAILED == c->file.mmap.start
92 || offset < c->file.mmap
[all...]
H A Dsys-mmap.h12 # define mmap(a, b, c, d, e, f) (-1) macro
17 /* NetBSD 1.3.x needs it; also make it available if mmap() is not present */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dnetwork_write_mmap.c6 #include "sys-mmap.h"
45 /* read mmap()ed data into local buffer */
76 log_error_write(srv, __FILE__, __LINE__, "sbd", "SIGBUS in mmap:",
79 munmap(c->file.mmap.start, c->file.mmap.length);
80 c->file.mmap.start = MAP_FAILED;
90 /* mmap the buffer if offset is outside old mmap area or not mapped at all */
91 if (MAP_FAILED == c->file.mmap.start
92 || offset < c->file.mmap
[all...]
H A Dsys-mmap.h12 # define mmap(a, b, c, d, e, f) (-1) macro
17 /* NetBSD 1.3.x needs it; also make it available if mmap() is not present */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dnetwork_write_mmap.c6 #include "sys-mmap.h"
45 /* read mmap()ed data into local buffer */
76 log_error_write(srv, __FILE__, __LINE__, "sbd", "SIGBUS in mmap:",
79 munmap(c->file.mmap.start, c->file.mmap.length);
80 c->file.mmap.start = MAP_FAILED;
90 /* mmap the buffer if offset is outside old mmap area or not mapped at all */
91 if (MAP_FAILED == c->file.mmap.start
92 || offset < c->file.mmap
[all...]
H A Dsys-mmap.h12 # define mmap(a, b, c, d, e, f) (-1) macro
17 /* NetBSD 1.3.x needs it; also make it available if mmap() is not present */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/romfs/
H A DMakefile10 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/romfs/
H A DMakefile10 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/vm/
H A DMakefile5 hostprogs-y := slabinfo page-types hugepage-mmap hugepage-shm map_hugetlb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/vm/
H A DMakefile5 hostprogs-y := slabinfo page-types hugepage-mmap hugepage-shm map_hugetlb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ufs/
H A Dfile.c42 .mmap = generic_file_mmap,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/adfs/
H A Dfile.c28 .mmap = generic_file_mmap,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ecryptfs/
H A DMakefile7 ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A DMakefile6 mmap.o homecache.o migrate_$(BITS).o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/skas/
H A Dproc_mm.h37 struct mm_mmap mmap; member in union:proc_mm_op::__anon14289
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A DMakefile6 mmap.o homecache.o migrate_$(BITS).o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/shared/skas/
H A Dproc_mm.h37 struct mm_mmap mmap; member in union:proc_mm_op::__anon25982
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/mm/
H A DMakefile5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ecryptfs/
H A DMakefile7 ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o read_write.o crypto.o keystore.o messaging.o miscdev.o kthread.o debug.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ufs/
H A Dfile.c42 .mmap = generic_file_mmap,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/mm/
H A DMakefile5 obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o maccess.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/adfs/
H A Dfile.c28 .mmap = generic_file_mmap,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Devent.c145 n = hex2u64(pbf, &ev.mmap.start);
149 n = hex2u64(pbf, &ev.mmap.len);
164 n = hex2u64(pbf, &ev.mmap.pgoff);
168 memcpy(ev.mmap.filename, execname, size);
170 ev.mmap.len -= ev.mmap.start;
171 ev.mmap.header.size = (sizeof(ev.mmap) -
172 (sizeof(ev.mmap.filename) - size));
173 ev.mmap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Devent.c145 n = hex2u64(pbf, &ev.mmap.start);
149 n = hex2u64(pbf, &ev.mmap.len);
164 n = hex2u64(pbf, &ev.mmap.pgoff);
168 memcpy(ev.mmap.filename, execname, size);
170 ev.mmap.len -= ev.mmap.start;
171 ev.mmap.header.size = (sizeof(ev.mmap) -
172 (sizeof(ev.mmap.filename) - size));
173 ev.mmap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ncpfs/
H A DMakefile7 ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \

Completed in 624 milliseconds

1234567891011>>