opensolaris man page for dlpi_linkname

Query: dlpi_linkname

OS: opensolaris

Section: 3dlpi

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

dlpi_linkname(3DLPI)				  Data Link Provider Interface Library Functions			      dlpi_linkname(3DLPI)

NAME
dlpi_linkname - get DLPI link name
SYNOPSIS
cc [ flag ... ] file ... -ldlpi [ library ... ] #include <libdlpi.h> const char *dlpi_linkname(dlpi_handle_t dh);
DESCRIPTION
The dlpi_linkname() function returns a pointer to the link name of the DLPI link instance associated with the DLPI handle dh. The returned string is managed by libdlpi and must not be modified or freed by the caller.
RETURN VALUES
Upon success, the function returns a pointer to the link name associated with the DLPI handle.
ATTRIBUTES
See attributes(5) for description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+
SEE ALSO
libdlpi(3LIB), attributes(5) SunOS 5.11 15 Jun 2007 dlpi_linkname(3DLPI)
Related Man Pages
dlpi_disabnotify(3dlpi) - opensolaris
dlpi_fd(3dlpi) - opensolaris
dlpi_promiscoff(3dlpi) - opensolaris
dlpi_promiscon(3dlpi) - opensolaris
dlpi_unbind(3dlpi) - opensolaris