Searched defs:auth_type (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c49 topo_auth_set_nvl(topo_hdl_t *thp, nvlist_t **th_nvl, int auth_type, argument
54 if (auth_type == FM_FMRI_AUTH_TYPE_SYSTEM) {
75 } else if (auth_type == FM_FMRI_AUTH_TYPE_SYS_COMP) {
97 } else if (auth_type == FM_FMRI_AUTH_TYPE_CHASSIS) {
121 "%s: invalid auth type: %d\n", __func__, auth_type);
H A Dtopo_mod.c1049 topo_mod_auth_set_nvl(topo_mod_t *mod, nvlist_t **th_nvl, int auth_type, argument
1052 topo_auth_set_nvl(mod->tm_hdl, th_nvl, auth_type, mfg, name,
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c399 int smb_type, auth_type; local
443 for (i = 0, smb_type = smb_types[i], auth_type = auth_types[i];
445 ++i, smb_type = smb_types[i], auth_type = auth_types[i]) {
458 if (auth_type == -1) {
497 if (auth_type == FM_FMRI_AUTH_TYPE_SYS_COMP)
512 auth_type == FM_FMRI_AUTH_TYPE_SYSTEM ? "System" :
513 auth_type == FM_FMRI_AUTH_TYPE_SYS_COMP ?
514 "Component System" : auth_type ==
520 if (auth_type == FM_FMRI_AUTH_TYPE_CHASSIS &&
537 topo_mod_auth_set_nvl(mod, &nvl, auth_type, (cha
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c1258 nvlist_t *nvl, int auth_type)
1305 "manufacturer(%s) name(%s) part(%s) serial(%s)\n", auth_type,
1309 topo_mod_auth_set_nvl(mod, &nvl, auth_type, mfg, name, part, serial);
1257 pi_set_topo_auth_impl(topo_mod_t *mod, md_t *mdp, mde_cookie_t cookie, nvlist_t *nvl, int auth_type) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c612 char *volatile auth_type; local
865 auth_type = NULL;
1346 macid("{auth_type}"), auth_type);
1438 auth_type, *ssf);
1477 auth_type,
1757 auth_type = newstr(p);
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2198 char auth_type[BUFSIZ+1], *dot; local
2350 * auth_type (col 1)
2360 (void) strlcpy(auth_type, "DH192-0", BUFSIZ+1);
2361 else if (!(__nis_keyalg2authtype(keylen, algtype, auth_type,
2378 buflen = sizeof (auth_type) + strlen(ecol[1].ec_value.ec_value_val) + 3;
2383 (void) snprintf(tmppubkey, buflen, "{%s}%s", auth_type,
2387 buflen = sizeof (auth_type) + strlen(ecol[2].ec_value.ec_value_val) + 3;
2393 (void) snprintf(tmpprivkey, buflen, "{%s}%s", auth_type,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm250 virtual_host remote_ident auth_type http append
3388 #### Method: auth_type
3391 'auth_type' => <<'END_OF_FUNC',
3392 sub auth_type { subroutine
7622 =item B<auth_type ()>

Completed in 312 milliseconds