Lines Matching +full:exact +full:- +full:len
39 The text area is read-only and shared, while the data and stack
66 /* protections are chosen from these bits, or-ed together */
93 The cpu-dependent size of a page is returned by the
102 maddr = mmap(addr, len, prot, flags, fd, pos);
103 result caddr_t maddr; caddr_t addr; int *len, prot, flags, fd; off_t pos;
106 for at most \fIlen\fP bytes to be mapped from the object represented by
112 in which case the exact address will be used or the call will fail.
113 The actual amount mapped is returned in \fIlen\fP.
114 The \fIaddr\fP, \fIlen\fP, and \fIpos\fP parameters
128 mapping a regular file or character-special device memory,
131 for naming, and may be given as \-1 if no name
155 msync(addr, len);
156 caddr_t addr; int len;
160 If \fIlen\fP is 0, all modified pages within the region containing \fIaddr\fP
162 if \fIlen\fP is non-zero, only the pages containing \fIaddr\fP and \fIlen\fP
171 munmap(addr, len);
172 caddr_t addr; int len;
182 mprotect(addr, len, prot);
183 caddr_t addr; int len, prot;
194 madvise(addr, len, behav);
195 caddr_t addr; int len, behav;
211 mincore(addr, len, vec)
212 caddr_t addr; int len; result char *vec;
216 that the page is in-core.
234 If \fIwait\fP is true and the previous value is non-zero,
245 If the ``WANT'' flag is non-zero in the previous value,