Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man9f/ddi_get_cred.9f
Real path: /usr/share/man/man9f/ddi_get_cred.9f
Zurück
'\" te .\" Copyright (c) 1995, Oracle and/or its affiliates. All rights reserved. .TH ddi_get_cred 9F "11 Apr 1991" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME ddi_get_cred \- returns a pointer to the credential structure of the caller .SH SYNOPSIS .LP .nf #include <sys/types.h> #include <sys/ddi.h> #include <sys/sunddi.h> \fBcred_t *\fR\fBddi_get_cred\fR(void) .fi .SH INTERFACE LEVEL .sp .LP Solaris DDI specific (Solaris DDI). .SH DESCRIPTION .sp .LP \fBddi_get_cred()\fR returns a pointer to the user credential structure of the caller. .SH RETURN VALUES .sp .LP \fBddi_get_cred()\fR returns a pointer to the caller's credential structure. .SH CONTEXT .sp .LP \fBddi_get_cred()\fR can be called from user context only. .SH SEE ALSO .sp .LP \fIWriting Device Drivers in Oracle Solaris 11.4\fR