Searched refs:auth (Results 26 - 50 of 117) sorted by relevance

12345

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_generic.c50 nvlist_t *auth; local
63 auth = topo_mod_auth(mod, t_bindparent);
65 hcfmri->hc_name, hcfmri->instance, NULL, auth,
68 nvlist_free(auth);
H A Dx86pi_subr.c157 nvlist_t *auth; local
194 auth = topo_mod_auth(mod, t_parent);
196 result = topo_node_set_auth_chassis(mod, auth, t_node);
204 nvlist_free(auth);
220 nvlist_t *auth = NULL; local
239 auth = topo_mod_auth(mod, t_parent);
241 hcfmri->hc_name, hcfmri->instance, NULL, auth,
247 nvlist_free(auth);
378 * handle auth structure. This data is held in SMBIOS structures.
428 "%s: failed to xalloc topo auth nvlis
[all...]
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c172 credp->auth.type = authp->type;
173 credp->auth.tlstype = authp->tlstype;
174 credp->auth.saslmech = authp->saslmech;
175 credp->auth.saslopt = authp->saslopt;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c168 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop) argument
172 return ((*calls.rpc_gss_set_defaults)(auth, service, qop));
277 __rpc_gss_wrap(AUTH *auth, char *buf, uint_t buflen, XDR *out_xdrs, argument
282 return ((*calls.__rpc_gss_wrap)(auth, buf, buflen, out_xdrs,
287 __rpc_gss_unwrap(AUTH *auth, XDR *in_xdrs, bool_t (*xdr_func)(), argument
292 return ((*calls.__rpc_gss_unwrap)(auth, in_xdrs, xdr_func, xdr_ptr));
H A Dsvid_funcs.c63 auth_destroy(AUTH *auth) argument
65 ((*((auth)->ah_ops->ah_destroy))(auth));
H A Dauthdes_prot.c46 #include <rpc/auth.h>
H A Dauthsys_prot.c45 #include <rpc/auth.h>
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/dimm/common/
H A Ddimm_sun4v.c123 nvlist_t *auth = topo_mod_auth(mod, parent); local
126 NULL, auth, NULL, NULL, serial);
127 nvlist_free(auth);
204 nvlist_t *auth = NULL; local
214 auth = topo_mod_auth(mod, pnode);
216 inst, NULL, auth, dp->dm_part, NULL, dp->dm_serid)) == NULL)
218 nvlist_free(auth);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/chip/common/
H A Dchip_sun4v.c130 nvlist_t *auth = NULL; local
132 /* chassis auth */
133 if (topo_mod_nvalloc(mod, &auth, NV_UNIQUE_NAME) == 0) {
136 (void) nvlist_add_string(auth,
145 (void) nvlist_add_string(auth,
154 (void) nvlist_add_string(auth,
163 (void) nvlist_add_string(auth,
172 (void) nvlist_add_string(auth,
182 NULL, auth, NULL, NULL, serial);
183 nvlist_free(auth);
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_topo.c147 asr_topo_auth(asr_handle_t *ah, nvlist_t **auth) argument
153 *auth = asr_nvl_dup(topo_hdl_auth(th));
155 return (*auth == NULL ? ASR_FAILURE : ASR_OK);
H A Dasr.h96 extern int asr_topo_auth(asr_handle_t *ah, nvlist_t **auth);
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/
H A Dxfp.c90 nvlist_t *auth = topo_mod_auth(mod, parent); local
93 NULL, auth, NULL, NULL, NULL);
94 nvlist_free(auth);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/zambezi/common/
H A Dzambezi.c97 nvlist_t *auth = topo_mod_auth(mod, parent); local
100 NULL, auth, NULL, NULL, NULL);
101 nvlist_free(auth);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c130 tnode_t *mcnode, int family, int model, nvlist_t *auth)
172 if (mkrsrc(mod, mcnode, CHAN_NODE_NAME, chan, auth,
213 if (mkrsrc(mod, chnode, CS_NODE_NAME, cs, auth,
370 nvlist_t *auth)
412 if (mkrsrc(mod, pnode, RANK_NODE_NAME, i, auth, &fmri) < 0) {
468 const char *name, nvlist_t *mc, nvlist_t *auth)
502 if (mkrsrc(mod, pnode, name, num, auth, &fmri) < 0) {
581 nerr += amd_rank_create(mod, dimmnode, dimmarr[i], auth);
589 nvlist_t *auth)
614 if (mkrsrc(mod, pnode, name, csnum, auth,
129 amd_generic_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *cnode, tnode_t *mcnode, int family, int model, nvlist_t *auth) argument
369 amd_rank_create(topo_mod_t *mod, tnode_t *pnode, nvlist_t *dimmnvl, nvlist_t *auth) argument
467 amd_dimm_create(topo_mod_t *mod, uint16_t chip_smbid, tnode_t *pnode, const char *name, nvlist_t *mc, nvlist_t *auth) argument
588 amd_cs_create(topo_mod_t *mod, tnode_t *pnode, const char *name, nvlist_t *mc, nvlist_t *auth) argument
644 amd_dramchan_create(topo_mod_t *mod, tnode_t *pnode, const char *name, nvlist_t *auth) argument
725 amd_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *pnode, const char *name, nvlist_t *auth, int32_t procnodeid, int32_t procnodes_per_pkg, int family, int model, int *nerrp) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c70 nvlist_t *auth = topo_mod_auth(mp, parent); local
78 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
81 nvlist_free(auth);
84 nvlist_free(auth);
H A Dopl_ioboard.c171 nvlist_t *auth = topo_mod_auth(mp, parent); local
179 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
180 nvlist_free(auth);
185 nvlist_free(auth);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c45 nvlist_t *auth = topo_mod_auth(mp, parent); local
55 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
58 nvlist_free(auth);
61 nvlist_free(auth);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword.c19 #include <grub/auth.h>
/osnet-11/usr/src/lib/pam_modules/rhosts_auth/
H A Drhosts_auth.c36 #include <rpc/auth.h>
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c951 k5_kauthenticatorinfo_build(const krb5_authenticator *auth) { argument
954 if (auth != NULL) {
958 (void) krb5_unparse_name_no_ctx(auth->client,
960 if (auth->checksum != NULL) {
963 auth->checksum->checksum_type);
964 ka->cksum_length = auth->checksum->length;
965 ka->cksum_value = auth->checksum->contents;
967 ka->cusec = auth->cusec;
968 ka->ctime = auth->ctime;
970 if (auth
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sldap.h190 ns_auth_t auth; member in struct:ns_cred
604 ns_auth_t *auth; /* Authentication information used */ member in struct:ns_dir_server
629 #define SA_AUTH ds_profile.server.auth
740 ns_auth_t *auth,
965 ns_auth_t ***auth,
1024 const ns_cred_t *auth,
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c810 struct netr_authenticator *auth, struct netr_authenticator *ret_auth)
812 bzero(auth, sizeof (struct netr_authenticator));
815 auth->timestamp = netr_info->timestamp;
820 (netr_cred_t *)&auth->credential) != SMBAUTH_SUCCESS)
841 * Returns NT_STATUS_INSUFFICIENT_LOGON_INFO if auth->credential is a
856 netr_validate_chain(netr_info_t *netr_info, struct netr_authenticator *auth) argument
871 if (&auth->credential == 0) {
880 rc = memcmp(&cred, &auth->credential, sizeof (netr_cred_t));
967 syslog(LOG_DEBUG, "netr_clnt(auth): "
1045 struct netr_authenticator auth; local
809 netr_setup_authenticator(netr_info_t *netr_info, struct netr_authenticator *auth, struct netr_authenticator *ret_auth) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c304 topo_instance_t inst, nvlist_t *hc_specific, nvlist_t *auth,
318 if (pnode != NULL || auth != NULL || part != NULL || rev != NULL ||
342 if (auth != NULL)
343 (void) nvlist_add_nvlist(args, TOPO_METH_FMRI_ARG_AUTH, auth);
1067 nvlist_t *auth; local
1069 if ((err = topo_mod_nvalloc(mod, &auth, NV_UNIQUE_NAME)) != 0) {
1108 serr |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_CHASSIS_MFG,
1113 serr |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_CHASSIS_NM,
1118 serr |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_CHASSIS_PN,
1123 serr |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_CHASSIS_S
303 topo_mod_hcfmri(topo_mod_t *mod, tnode_t *pnode, int version, const char *name, topo_instance_t inst, nvlist_t *hc_specific, nvlist_t *auth, const char *part, const char *rev, const char *serial) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_sun4v.c103 nvlist_t *auth = topo_mod_auth(mod, parent); local
111 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
114 nvlist_free(auth);
117 nvlist_free(auth);
/osnet-11/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c160 char *utype, *auth; local
172 auth = kva_match((kva_t *)ue->attr, USERATTR_ROLE_AUTH_KW);
173 if (auth == NULL)
175 return (strcmp(auth, USERATTR_ROLE_AUTH_USER) == 0);

Completed in 87 milliseconds

12345