ddi_get_cred(9f) sunos man page | unix.com

Man Page: ddi_get_cred

Operating Environment: sunos

Section: 9f

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) - sunos
ddi_dev_is_sid(9f) - centos
ddi_dev_is_sid(9f) - php
ddi_dev_is_sid(9f) - minix
ddi_dev_is_sid(9f) - mojave
Similar Topics in the Unix Linux Community
Delete lines with a word and their above lines
Merge and Sort tabular data from different text files
How do I remove or hide SunOS version/release from remote login prompt?
Using awk to remove lines from file that match text
Outputting sequences based on length with sed