Lines Matching full:off
17 \fBoffset_t\fR \fIoff\fR, \fBsize_t\fR\fIlen\fR, \fBdevmap_cookie_t\fR \fInew_dhp1\fR,
44 \fB\fIoff\fR \fR
66 ends at (\fIoff\fR - 1) . \fInew_dhp1\fR may be \fINULL\fR.
76 for the new region that ends at (\fIoff\fR - 1); ignored if \fInew_dhp1\fR is
87 begins at (\fIoff \fR + \fIlen\fR); \fInew_dhp2\fR may be \fINULL\fR.
97 for the new region that begins at (\fIoff\fR + \fIlen\fR); ignored if
103 [ \fIoff\fR, \fIoff\fR + \fIlen\fR ], such as in the \fBmunmap\fR(2) or
113 \fIoff\fR and \fIlen\fR define the range to be affected by
118 If the range [ \fIoff\fR, \fIoff\fR + \fIlen\fR ] covers the entire mapping,
124 If \fIoff\fR is at the beginning of the mapping and \fIlen\fR does not cover
127 data for the region that starts at \fIoff\fR + \fIlen\fR and to set
132 If \fIoff\fR is not at the beginning of the mapping, but \fIoff\fR + \fIlen\fR
148 xxdevmap_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off,
158 * for the region from the beginning of old mapping to off.
163 ptmp->off = pvtp->off;
164 ptmp->len = off - pvtp->off;
170 * for the region from off+len to the end of the old mapping.
174 ptmp->off = off + len;
175 ptmp->len = pvpt->len - (off + len - pvtp->off);