Searched refs:credentials (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/sun4u/chicago/io/fpc/ |
H A D | fpc-impl-4u.c | 106 static cred_t *credentials = NULL; variable 121 credentials = crget(); in fpc_platform_module_init() 217 if (credentials) in fpc_platform_module_fini() 218 crfree(credentials); in fpc_platform_module_fini() 232 OPEN_FLAGS, credentials, &handle_impl->devhandle, in fpc_get_perfreg_handle() 249 (void) ldi_close(handle_impl->devhandle, OPEN_FLAGS, credentials); in fpc_free_counter_handle() 287 FKIOCTL, credentials, &ioctl_rval)) == SUCCESS) && (!is_write)) { in fpc_event_io() 328 FKIOCTL, credentials, &ioctl_rval)) == SUCCESS) && (!is_write)) { in fpc_counter_io()
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 2291 gnutls_certificate_client_credentials *credentials; in http_setup_ssl() 2342 credentials = (gnutls_certificate_client_credentials *) in http_setup_ssl() 2344 if (credentials == NULL) in http_setup_ssl() 2354 gnutls_certificate_allocate_credentials(credentials); in http_setup_ssl() 2358 gnutls_credentials_set(conn->session, GNUTLS_CRD_CERTIFICATE, *credentials); in http_setup_ssl() 2369 conn->credentials = credentials; in http_setup_ssl() 2428 gnutls_certificate_client_credentials *credentials; in http_shutdown_ssl() 2433 credentials = (gnutls_certificate_client_credentials *)(conn->credentials); in http_shutdown_ssl() 2437 gnutls_certificate_free_credentials(*credentials); in http_shutdown_ssl() 2438 free(credentials); in http_shutdown_ssl()
|
H A D | http-private.h | 78 void *credentials; /* GNU TLS credentials object */
|
/titanic_50/usr/src/cmd/truss/ |
H A D | ramdata.c | 53 prcred_t credentials; /* traced process credentials */ variable
|
H A D | ramdata.h | 137 extern prcred_t credentials; /* traced process credentials */
|
H A D | main.c | 2337 credentials = cred; in show_cred() 2339 cred.pr_ruid != credentials.pr_ruid || in show_cred() 2340 cred.pr_suid != credentials.pr_suid) in show_cred() 2348 cred.pr_rgid != credentials.pr_rgid || in show_cred() 2349 cred.pr_sgid != credentials.pr_sgid) in show_cred() 2377 credentials = cred; in show_cred()
|
/titanic_50/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 131 - Access to the host's GSS-API acceptor credentials. [SSHv2-only] 167 credentials for SSHv2 re-keying. 169 These credentials may require a large set of privileges. The 430 could either change the unprivileged process' credentials (as can be
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1876 struct credentials; 1879 struct credentials *v4creds);
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1934 cred_t *credentials; /* caller's credentials */ member
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 2524 objp->time, objp->credentials, in xdr_READDIRPLUS3vres()
|
H A D | nfs3_vnops.c | 4219 res.credentials = cr; in nfs3readdirplus()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 484 - (djm) Quieten the pam delete credentials error message
|