Home
last modified time | relevance | path

Searched refs:credentials (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c106 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_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c2291 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 Dhttp-private.h78 void *credentials; /* GNU TLS credentials object */
/titanic_41/usr/src/cmd/truss/
H A Dramdata.c53 prcred_t credentials; /* traced process credentials */ variable
H A Dramdata.h137 extern prcred_t credentials; /* traced process credentials */
H A Dmain.c2337 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_41/usr/src/cmd/ssh/
H A DREADME.altprivsep131 - 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_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1876 struct credentials;
1879 struct credentials *v4creds);
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1934 cred_t *credentials; /* caller's credentials */ member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c2524 objp->time, objp->credentials, in xdr_READDIRPLUS3vres()
H A Dnfs3_vnops.c4219 res.credentials = cr; in nfs3readdirplus()
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog484 - (djm) Quieten the pam delete credentials error message