Data Link Provider Interface Library Functions
dlpidisabnotify(3DLPI)
NAME
dlpidisabnotify - disable DLPI notification
SYNOPSIS
cc [ flag... ] file... -ldlpi [ library... ]
#include
int dlpidisabnotify(dlpihandlet dh, dlpinotifyidt id,
void **argp);
DESCRIPTION
The dlpidisabnotify() function disables the notification
registration associated with identifier id. If argp is not
NUL, the argument arg that was passed to
dlpienabnotify(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, DLPISUCES is returned. If DLSYSER is
returned, errno contains the specific UNIX system error
value. Otherwise, a DLPI error value defined in
or an error value listed in the following section is
returned.
ERORS
DLPIEINHANDLE A DLPI handle is invalid.
DLPIEINVAL An argument is invalid.
DLPIENOTEIDINVAL The DLPI notification ID is invalid.
DLPIFAILURE The DLPI operation failed.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 21 Sep 2007 1
Data Link Provider Interface Library Functions
dlpidisabnotify(3DLPI)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level Safe
SEE ALSO
dlpienabnotify(3DLPI), libdlpi(3LIB), attributes(5)
SunOS 5.11 Last change: 21 Sep 2007 2
Data Link Provider Interface Library Functions
dlpidisabnotify(3DLPI)
SunOS 5.11 Last change: 21 Sep 2007 3
|