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

dlpi_close - close DLPI link

cc [ flag ... ] file ... -ldlpi [ library ... ]
#include <libdlpi.h>
void dlpi_close(dlpi_handle_t dh);

The dlpi_close() function closes the open DLPI link instance associated with dh and destroys dh after closing the DLPI link instance.

See attributes(7) for description of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability Committed
MT-Level Safe

dlpi_open(3DLPI), libdlpi(3LIB), attributes(7)

June 15, 2007 OmniOS