diff options
Diffstat (limited to 'usr/src/man/man9f/csx_ParseTuple.9f')
-rw-r--r-- | usr/src/man/man9f/csx_ParseTuple.9f | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/usr/src/man/man9f/csx_ParseTuple.9f b/usr/src/man/man9f/csx_ParseTuple.9f index ccab40cce1..4d5416a5ca 100644 --- a/usr/src/man/man9f/csx_ParseTuple.9f +++ b/usr/src/man/man9f/csx_ParseTuple.9f @@ -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 csx_ParseTuple 9F "20 Dec 1996" "SunOS 5.11" "Kernel Functions for Drivers" +.TH CSX_PARSETUPLE 9F "Dec 20, 1996" .SH NAME csx_ParseTuple \- generic tuple parser .SH SYNOPSIS @@ -24,47 +24,39 @@ Solaris \fBDDI\fR Specific (Solaris \fBDDI\fR) .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIch\fR \fR .ad .RS 7n -.rt Client handle returned from \fBcsx_RegisterClient\fR(9F). .RE .sp .ne 2 -.mk .na \fB\fItu\fR \fR .ad .RS 7n -.rt Pointer to a \fBtuple_t\fR structure (see \fBtuple\fR(9S)) returned by a call to \fBcsx_GetFirstTuple\fR(9F) or \fBcsx_GetNextTuple\fR(9F). .RE .sp .ne 2 -.mk .na \fB\fIcp\fR \fR .ad .RS 7n -.rt Pointer to a \fBcisparse_t\fR structure that unifies all tuple parsing structures. .RE .sp .ne 2 -.mk .na \fB\fIcd\fR \fR .ad .RS 7n -.rt Extended tuple data for some tuples. .RE @@ -111,78 +103,64 @@ The structure members of \fBcisparse_t\fR are: .SH RETURN VALUES .sp .ne 2 -.mk .na \fB\fBCS_SUCCESS\fR \fR .ad .RS 28n -.rt Successful operation. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_HANDLE\fR \fR .ad .RS 28n -.rt Client handle is invalid. .RE .sp .ne 2 -.mk .na \fB\fBCS_UNKNOWN_TUPLE\fR \fR .ad .RS 28n -.rt Parser does not know how to parse tuple. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CARD\fR \fR .ad .RS 28n -.rt No \fBPC\fR Card in socket. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_CIS\fR \fR .ad .RS 28n -.rt Generic parser error. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CIS\fR \fR .ad .RS 28n -.rt No Card Information Structure (\fBCIS\fR) on \fBPC\fR Card. .RE .sp .ne 2 -.mk .na \fB\fBCS_UNSUPPORTED_FUNCTION\fR \fR .ad .RS 28n -.rt No \fBPCMCIA\fR hardware installed. .RE |