Man Page: dlpi_disabnotify
Operating Environment: opensolaris
Section: 3dlpi
dlpi_disabnotify(3DLPI) Data Link Provider Interface Library Functions dlpi_disabnotify(3DLPI)NAMEdlpi_disabnotify - disable DLPI notificationSYNOPSIScc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> int dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id, void **argp);DESCRIPTIONThe 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 han- dle. Closing the DLPI handle dh will also remove all associated callback functions.RETURN VALUESUpon 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.ERRORSDLPI_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.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOdlpi_enabnotify(3DLPI), libdlpi(3LIB), attributes(5) SunOS 5.11 21 Sep 2007 dlpi_disabnotify(3DLPI)
| Related Man Pages |
|---|
| dlpi_disabmulti(3dlpi) - opensolaris |
| dlpi_enabnotify(3dlpi) - opensolaris |
| dlpi_open(3dlpi) - opensolaris |
| dlpi_send(3dlpi) - opensolaris |
| dlpi_set_timeout(3dlpi) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| What does this mean? |
| PHP Man Pages Now Available (Over 10,000) |
| Study UNIX Kernel |
| Change directory for core file |
| Shopt -s histappend |