svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
dlpi_close(3dlpi)
Data Link Provider Interface Library Functions dlpi_close(3DLPI)
NAME
dlpi_close - close DLPI link
SYNOPSIS
cc [ flag ... ] file ... -ldlpi [ library ... ]
#include <libdlpi.h>
void dlpi_close(dlpi_handle_t dh);
DESCRIPTION
The dlpi_close() function closes the open DLPI link instance associated
with dh and destroys dh after closing the DLPI link instance.
ATTRIBUTES
See attributes(7) for description of the following attributes:
tab() box; lw(2.75i) |lw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelSafe
SEE ALSO
dlpi_open(3DLPI), libdlpi(3LIB), attributes(7)
Oracle Solaris 11.4 15 Jun 2007 dlpi_close(3DLPI)