Lines Matching full:mapping
42 Interpret the contents of the file descriptor instead of just mapping it as a
53 When mapping in the file descriptor, add an additional mapping before the
54 lowest mapping and after the highest mapping. The size of this padding is at
69 A pointer to the \fBmmapobj_result_t\fR array where the mapping data will be
70 copied out after a successful mapping of \fIfd\fR.
100 single, private, read-only mapping. The \fBMMOBJ_INTERPRET\fR flag instructs
113 address of each mapping is explicitly defined by the file's program headers.
125 address of the initial mapping is chosen by \fBmmapobj()\fR. The addresses of
137 This format results in a single, read-only mapping that covers the whole file.
138 The base address of this mapping is chosen by \fBmmapobj()\fR.
158 caddr_t mr_addr; /* mapping address */
159 size_t mr_msize; /* mapping size */
163 uint_t mr_flags; /* info on the mapping */
178 MR_PADDING 0x1 /* this mapping represents requested padding */
191 memory with this mapping.
194 The \fImr_offset\fR member is the offset into the mapping where valid data
198 The \fImr_msize\fR member represents the size of the memory mapping starting at
209 of the storage array contain valid mapping data.
243 The mapping requirements overlap an object that is already used by the process.
252 There is insufficient room to reserve swap space for the mapping.
306 Insufficient memory is available in the address space to create the mapping.