Man Page: ddi_get_cred
Operating Environment: opensolaris
Section: 9f
ddi_get_cred(9F) Kernel Functions for Drivers ddi_get_cred(9F)NAMEddi_get_cred - returns a pointer to the credential structure of the callerSYNOPSIS#include <sys/types.h> #include <sys/ddi.h> #include <sys/sunddi.h> cred_t *ddi_get_cred(void)INTERFACE LEVELSolaris DDI specific (Solaris DDI).DESCRIPTIONddi_get_cred() returns a pointer to the user credential structure of the caller.RETURN VALUESddi_get_cred() returns a pointer to the caller's credential structure.CONTEXTddi_get_cred() can be called from user context only.SEE ALSOWriting Device Drivers SunOS 5.11 11 Apr 1991 ddi_get_cred(9F)
| Related Man Pages |
|---|
| ddi_dev_is_sid(9f) - minix |
| ddi_dev_is_sid(9f) - v7 |
| ddi_dev_is_sid(9f) - suse |
| ddi_dev_is_sid(9f) - bsd |
| ddi_dev_is_sid(9f) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| How to learn UNIX |
| solaris zones vs container.. |
| Study UNIX Kernel |
| What is good? |