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_UNBIND 3DLPI "Aug 22, 2007"
8 dlpi_unbind \- unbind DLPI handle
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldlpi\fR [ \fIlibrary\fR ... ]
15 \fBint\fR \fBdlpi_unbind\fR(\fBdlpi_handle_t\fR \fIdh\fR);
21 The \fBdlpi_unbind()\fR function unbinds to bind the \fBDLPI\fR handle \fIdh\fR
22 from the bound \fBSAP\fR. The handle must be in the \fBDL_IDLE\fR \fBDLPI\fR
23 state and upon success, the handle transitions to the \fBDL_UNBOUND\fR state.
26 Upon success, the caller will no longer be able to send or receive data using
27 the \fBDLPI\fR link associated with \fIdh\fR.
31 Upon success, \fBDLPI_SUCCESS\fR is returned. If \fBDL_SYSERR\fR is returned,
32 \fBerrno\fR contains the specific UNIX system error value. Otherwise, a
33 \fBDLPI\fR error value defined in \fB<sys/dlpi.h>\fR or an error value
34 \fBDLPI_ETIMEDOUT\fR will be returned.
39 \fB\fBDLPI_EBADMSG\fR\fR
48 \fB\fBDLPI_EINHANDLE\fR\fR
57 \fB\fBDLPI_ETIMEDOUT\fR\fR
60 \fBDLPI\fR operation timed out
66 See \fBattributes\fR(5) for description of the following attributes:
74 ATTRIBUTE TYPE ATTRIBUTE VALUE
76 Interface Stability Committed
84 \fBdlpi_bind\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5)