2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH DLPI_CLOSE 3DLPI "Jun 15, 2007"
8 dlpi_close \- close DLPI link
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldlpi\fR [ \fIlibrary\fR ... ]
15 \fBvoid\fR \fIdlpi_close\fR(\fBdlpi_handle_t\fR \fIdh\fR);
21 The \fBdlpi_close()\fR function closes the open \fBDLPI\fR link instance
22 associated with \fIdh\fR and destroys \fIdh\fR after closing the \fBDLPI\fR
27 See \fBattributes\fR(5) for description of the following attributes:
35 ATTRIBUTE TYPE ATTRIBUTE VALUE
37 Interface Stability Committed
45 \fBdlpi_open\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5)