diff options
Diffstat (limited to 'usr/src/man/man9f/csx_GetFirstTuple.9f')
-rw-r--r-- | usr/src/man/man9f/csx_GetFirstTuple.9f | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/usr/src/man/man9f/csx_GetFirstTuple.9f b/usr/src/man/man9f/csx_GetFirstTuple.9f index e09eb60cd5..6ab28891d3 100644 --- a/usr/src/man/man9f/csx_GetFirstTuple.9f +++ b/usr/src/man/man9f/csx_GetFirstTuple.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_GetFirstTuple 9F "20 Dec 1996" "SunOS 5.11" "Kernel Functions for Drivers" +.TH CSX_GETFIRSTTUPLE 9F "Dec 20, 1996" .SH NAME csx_GetFirstTuple, csx_GetNextTuple \- return Card Information Structure tuple .SH SYNOPSIS @@ -28,23 +28,19 @@ Solaris \fBDDI \fRSpecific (Solaris \fBDDI) \fR .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIch\fR\fR .ad .RS 6n -.rt Client handle returned from \fBcsx_RegisterClient\fR(9F). .RE .sp .ne 2 -.mk .na \fB\fItu\fR\fR .ad .RS 6n -.rt Pointer to a \fBtuple_t\fR structure. .RE @@ -74,28 +70,23 @@ cisdata_t TupleLink; /* tuple data body size */ The fields are defined as follows: .sp .ne 2 -.mk .na \fB\fBSocket\fR\fR .ad .RS 23n -.rt Not used in Solaris, but for portability with other Card Services implementations, it should be set to the logical socket number. .RE .sp .ne 2 -.mk .na \fB\fBAttributes\fR\fR .ad .RS 23n -.rt This field is bit-mapped. The following bits are defined: .sp .ne 2 -.mk .na \fBTUPLE_RETURN_LINK\fR .ad @@ -118,7 +109,6 @@ returned by this function if the \fBTUPLE_RETURN_LINK\fR bit in the .sp .ne 2 -.mk .na \fBTUPLE_RETURN_IGNORED_TUPLES\fR .ad @@ -135,12 +125,10 @@ location setup by the previous \fBcsx_GetFirstTuple()\fR or .sp .ne 2 -.mk .na \fB\fBDesiredTuple\fR\fR .ad .RS 23n -.rt This field is the tuple value desired. If it is \fBRETURN_FIRST_TUPLE,\fR the very first tuple of the \fBCIS \fRis returned (if it exists). If this field is set to \fBRETURN_NEXT_TUPLE,\fR the very next tuple of the \fBCIS \fRis @@ -150,12 +138,10 @@ entry, the \fBCIS \fRis searched in an attempt to locate a tuple which matches. .sp .ne 2 -.mk .na \fB\fBTupleCode,TupleLink\fR\fR .ad .RS 23n -.rt These fields are the values returned from the tuple found. If there are no tuples on the card, \fBCS_NO_MORE_ITEMS\fR is returned. .RE @@ -170,67 +156,55 @@ client. .SH RETURN VALUES .sp .ne 2 -.mk .na \fB\fBCS_SUCCESS\fR\fR .ad .RS 27n -.rt Successful operation. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_HANDLE\fR\fR .ad .RS 27n -.rt Client handle is invalid. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CARD\fR\fR .ad .RS 27n -.rt No \fBPC \fRCard in socket. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CIS\fR\fR .ad .RS 27n -.rt No Card Information Structure (CIS) on \fBPC \fRcard. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_MORE_ITEMS\fR\fR .ad .RS 27n -.rt Desired tuple not found. .RE .sp .ne 2 -.mk .na \fB\fBCS_UNSUPPORTED_FUNCTION\fR\fR .ad .RS 27n -.rt No \fBPCMCIA \fRhardware installed. .RE |