Kernel Functions for Drivers ddigetcred(9F)
NAME
ddigetcred - returns a pointer to the credential structure
of the caller
SYNOPSIS
#include
#include
#include
credt *ddigetcred(void)
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
DESCRIPTION
ddigetcred() returns a pointer to the user credential
structure of the caller.
RETURN VALUES
ddigetcred() returns a pointer to the caller's credential
structure.
CONTEXT
ddigetcred() can be called from user context only.
SEE ALSO
Writing Device Drivers
SunOS 5.11 Last change: 11 Apr 1991 1
|