Lines Matching full:mapping
28 An opaque mapping handle that the system uses to describe the mapping.
37 Driver private mapping data.
123 context switching on a mapping. Device drivers pass \fBdevmap_contextmgt()\fR
127 address translations of the mapping by calling \fBdevmap_load\fR(9F) before
131 \fIdhp\fR uniquely identifies the mapping and is used as an argument to
132 \fBdevmap_load\fR(9F) to validate the mapping. \fIoff\fR and \fIlen\fR define
136 The driver must check if there is already a mapping established at \fIoff\fR
137 that needs to be unloaded. If a mapping exists at \fIoff\fR,
139 mapping. \fBdevmap_unload\fR(9F) must be followed by \fBdevmap_load()\fR on the
140 mapping that generated this call to \fBdevmap_contextmgt()\fR.
141 \fBdevmap_unload\fR(9F) unloads the current mapping so that a call to
143 \fBdevmap_contextmgt()\fR, will be generated the next time the mapping is
147 \fIpvtp\fR is a pointer to the driver's private mapping data that was allocated
211 /* Make handle the new current mapping */