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_LINKNAME 3DLPI "Jun 15, 2007"
8 dlpi_linkname \- get DLPI link name
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-ldlpi\fR [ \fIlibrary\fR ... ]
15 \fBconst char *\fR\fIdlpi_linkname\fR(\fBdlpi_handle_t\fR \fIdh\fR);
21 The \fBdlpi_linkname()\fR function returns a pointer to the link name of the
22 \fBDLPI\fR link instance associated with the \fBDLPI\fR handle \fIdh\fR.
25 The returned string is managed by \fBlibdlpi\fR and must not be modified or
30 Upon success, the function returns a pointer to the link name associated with
31 the \fBDLPI\fR handle.
35 See \fBattributes\fR(5) for description of the following attributes:
43 ATTRIBUTE TYPE ATTRIBUTE VALUE
45 Interface Stability Committed
53 \fBlibdlpi\fR(3LIB), \fBattributes\fR(5)