Data Link Provider Interface Library Functions
dlpi_disabnotify(3DLPI)
NAME
dlpi_disabnotify - disable DLPI notification
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ]
#include
int dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id,
void **argp);DESCRIPTION
The dlpi_disabnotify() function disables the notification
registration associated with identifier id. If argp is not NULL, the argument arg that was passed todlpi_enabnotify(3DLPI) during registration is also returned.
This operation can be performed in any DLPI state of a han-
dle. Closing the DLPI handle dh will also remove all associated callback functions.RETURN VALUES
Upon success, DLPI_SUCCESS is returned. If DL_SYSERR is
returned, errno contains the specific UNIX system error value. Otherwise, a DLPI error value defined inor an error value listed in the following section is returned. ERRORS
DLPI_EINHANDLE A DLPI handle is invalid.
DLPI_EINVAL An argument is invalid.
DLPI_ENOTEIDINVAL The DLPI notification ID is invalid.
DLPI_FAILURE The DLPI operation failed.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 21 Sep 2007 1
Data Link Provider Interface Library Functionsdlpi_disabnotify(3DLPI)
______________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
dlpi_enabnotify(3DLPI), libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 21 Sep 2007 2
Data Link Provider Interface Library Functionsdlpi_disabnotify(3DLPI)
SunOS 5.11 Last change: 21 Sep 2007 3