Kernel Functions for Drivers ldievgettype(9F)
NAME
ldievgettype - get event name string from event cookie
SYNOPSIS
#include
int ldievgettype(ldievcookiet cookie);
INTERFACE LEVEL
Solaris DI specific (Solaris DI)
PARAMETERS
ldievcookiet cookie
An opaque event cookie for the event type returned by a
previous call to ldievgetcookie(9F).
DESCRIPTION
The ldievgettype() function returns the event string
represented by the LDI event cookie "cookie".
RETURN VALUES
On success, this function returns the event string
represented by "cookie". On failure, this function returns
NUL.
CONTEXT
This function can be called from user and kernel contexts
only.
SEE ALSO
ldievgetcookie(9F), ldievregistercallbacks(9F),
ldievremovecallbacks(9F)
SunOS 5.11 Last change: 21 Aug 2007 1
|