DLPI_DISABNOTIFY(3DLPI) | Data Link Provider Interface Library Functions | DLPI_DISABNOTIFY(3DLPI) |
dlpi_disabnotify - disable DLPI notification
cc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> int dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id,
void **argp);
The dlpi_disabnotify() function disables the notification registration associated with identifier id. If argp is not NULL, the argument arg that was passed to dlpi_enabnotify(3DLPI) during registration is also returned. This operation can be performed in any DLPI state of a handle.
Closing the DLPI handle dh will also remove all associated callback functions.
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 in <sys/dlpi.h> or an error value listed in the following section is returned.
DLPI_EINHANDLE
DLPI_EINVAL
DLPI_ENOTEIDINVAL
DLPI_FAILURE
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | Safe |
September 21, 2007 | OmniOS |