diff options
Diffstat (limited to 'usr/src/man/man9f/csx_GetFirstClient.9f')
-rw-r--r-- | usr/src/man/man9f/csx_GetFirstClient.9f | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/usr/src/man/man9f/csx_GetFirstClient.9f b/usr/src/man/man9f/csx_GetFirstClient.9f index 59c14623d8..c1e799eca1 100644 --- a/usr/src/man/man9f/csx_GetFirstClient.9f +++ b/usr/src/man/man9f/csx_GetFirstClient.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_GetFirstClient 9F "16 May 1997" "SunOS 5.11" "Kernel Functions for Drivers" +.TH CSX_GETFIRSTCLIENT 9F "May 16, 1997" .SH NAME csx_GetFirstClient, csx_GetNextClient \- return first or next client .SH SYNOPSIS @@ -28,12 +28,10 @@ Solaris \fBDDI \fRSpecific (Solaris \fBDDI) \fR .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIfnc\fR \fR .ad .RS 8n -.rt Pointer to a \fBget_firstnext_client_t\fR structure. .RE @@ -62,29 +60,24 @@ uint32_t num_clients; /* number of clients */ The fields are defined as follows: .sp .ne 2 -.mk .na \fB\fBSocket\fR \fR .ad .RS 18n -.rt If the \fBCS_GET_FIRSTNEXT_CLIENT_SOCKET_ONLY\fR attribute is set, return information only on the \fBPC \fRcard installed in this socket. .RE .sp .ne 2 -.mk .na \fB\fBAttributes\fR \fR .ad .RS 18n -.rt This field indicates the type of client. The field is bit-mapped; the following bits are defined: .sp .ne 2 -.mk .na \fBCS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS\fR .ad @@ -95,7 +88,6 @@ Return information on all clients. .sp .ne 2 -.mk .na \fBCS_GET_FIRSTNEXT_CLIENT_SOCKET_ONLY\fR .ad @@ -108,90 +100,74 @@ Return client information for the specified socket only. .sp .ne 2 -.mk .na \fB\fBclient_handle\fR \fR .ad .RS 18n -.rt The client handle of the \fBPC \fRcard driver is returned in this field. .RE .sp .ne 2 -.mk .na \fB\fBnum_clients\fR \fR .ad .RS 18n -.rt The number of clients is returned in this field. .RE .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_BAD_SOCKET\fR \fR .ad .RS 28n -.rt Socket number is invalid. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CARD\fR \fR .ad .RS 28n -.rt No \fBPC \fRCard in socket. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_MORE_ITEMS\fR \fR .ad .RS 28n -.rt \fBPC \fRCard driver does not handle the \fBCS_EVENT_CLIENT_INFO\fR event. .RE .sp .ne 2 -.mk .na \fB\fBCS_UNSUPPORTED_FUNCTION\fR \fR .ad .RS 28n -.rt No \fBPCMCIA \fRhardware installed. .RE |