Content-type: text/html Man page of ddi_get_cred

ddi_get_cred

Section: Kernel Functions for Drivers (9F)
Updated: 11 Apr 1991
Index Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
INTERFACE LEVEL
DESCRIPTION
RETURN VALUES
CONTEXT
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:40 GMT, October 02, 2010