diff options
Diffstat (limited to 'usr/src/man/man9e/devmap_contextmgt.9e')
-rw-r--r-- | usr/src/man/man9e/devmap_contextmgt.9e | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/usr/src/man/man9e/devmap_contextmgt.9e b/usr/src/man/man9e/devmap_contextmgt.9e index c8be6828b4..2eda12f9a2 100644 --- a/usr/src/man/man9e/devmap_contextmgt.9e +++ b/usr/src/man/man9e/devmap_contextmgt.9e @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH devmap_contextmgt 9E "16 Jan 1997" "SunOS 5.11" "Driver Entry Points" +.TH DEVMAP_CONTEXTMGT 9E "Jan 16, 1997" .SH NAME devmap_contextmgt \- driver callback function for context management .SH SYNOPSIS @@ -14,7 +14,7 @@ devmap_contextmgt \- driver callback function for context management -\fBint\fR \fBdevmap_contextmgt\fR(\fBdevmap_cookie_t\fR \fIdhp\fR, \fBvoid *\fR\fIpvtp\fR, +\fBint\fR \fBdevmap_contextmgt\fR(\fBdevmap_cookie_t\fR \fIdhp\fR, \fBvoid *\fR\fIpvtp\fR, \fBoffset_t\fR \fIoff\fR, \fBsize_t\fR \fIlen\fR, \fBuint_t\fR \fItype\fR, \fBuint_t\fR \fIrw\fR); .fi @@ -25,87 +25,71 @@ Solaris DDI specific (Solaris DDI). .SH ARGUMENTS .sp .ne 2 -.mk .na \fB\fIdhp\fR \fR .ad .RS 9n -.rt An opaque mapping handle that the system uses to describe the mapping. .RE .sp .ne 2 -.mk .na \fB\fIpvtp\fR \fR .ad .RS 9n -.rt Driver private mapping data. .RE .sp .ne 2 -.mk .na \fB\fIoff\fR \fR .ad .RS 9n -.rt User offset within the logical device memory at which the access begins. .RE .sp .ne 2 -.mk .na \fB\fIlen\fR \fR .ad .RS 9n -.rt Length (in bytes) of the memory being accessed. .RE .sp .ne 2 -.mk .na \fB\fItype\fR \fR .ad .RS 9n -.rt Type of access operation. Possible values are: .sp .ne 2 -.mk .na \fB\fBDEVMAP_ACCESS\fR \fR .ad .RS 18n -.rt Memory access. .RE .sp .ne 2 -.mk .na \fB\fBDEVMAP_LOCK\fR \fR .ad .RS 18n -.rt Lock the memory being accessed. .RE .sp .ne 2 -.mk .na \fB\fBDEVMAP_UNLOCK\fR \fR .ad .RS 18n -.rt Unlock the memory being accessed. .RE @@ -113,32 +97,26 @@ Unlock the memory being accessed. .sp .ne 2 -.mk .na \fB\fIrw\fR \fR .ad .RS 9n -.rt Direction of access. Possible values are: .sp .ne 2 -.mk .na \fB\fBDEVMAP_READ\fR \fR .ad .RS 17n -.rt Read access attempted. .RE .sp .ne 2 -.mk .na \fB\fBDEVMAP_WRITE\fR \fR .ad .RS 17n -.rt Write access attempted. .RE @@ -187,23 +165,19 @@ the process. .SH RETURN VALUES .sp .ne 2 -.mk .na \fB\fB0\fR \fR .ad .RS 12n -.rt Successful completion. .RE .sp .ne 2 -.mk .na \fBNon-zero\fR .ad .RS 12n -.rt An error occurred. .RE |