sunos man page for ddi_get_cred

Query: ddi_get_cred

OS: sunos

Section: 9f

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ddi_get_cred(9F)					   Kernel Functions for Drivers 					  ddi_get_cred(9F)

NAME
ddi_get_cred - returns a pointer to the credential structure of the caller
SYNOPSIS
#include <sys/types.h> #include <sys/ddi.h> #include <sys/sunddi.h> cred_t *ddi_get_cred(void);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
DESCRIPTION
ddi_get_cred() returns a pointer to the user credential structure of the caller.
RETURN VALUES
ddi_get_cred() returns a pointer to the caller's credential structure.
CONTEXT
ddi_get_cred() can be called from user context only.
SEE ALSO
Writing Device Drivers SunOS 5.10 11 Apr 1991 ddi_get_cred(9F)
Related Man Pages
ddi_dev_is_sid(9f) - centos
ddi_dev_is_sid(9f) - redhat
ddi_dev_is_sid(9f) - osx
ddi_dev_is_sid(9f) - x11r4
ddi_dev_is_sid(9f) - plan9
Similar Topics in the Unix Linux Community
The 500 Mile Email
Is UNIX an open source OS ?
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
Once upon an uptime.
Outputting sequences based on length with sed