/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvDereg.java | 57 Hashtable auth) 70 this.initialize(locale, url, scopes, tags, auth); 80 Hashtable auth) 113 auth, 53 CSrvDereg(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument 76 initialize(Locale locale, ServiceURL url, Vector scopes, Vector tags, Hashtable auth) argument
|
H A D | SAttrMsg.java | 141 SrvLocMsg makeReply(Vector attrs, Hashtable auth) argument 150 if (auth != null) { 151 AuthBlock selectedAuth = AuthBlock.getEquivalentAuth(spi, auth); 152 auth = null; 154 auth = new Hashtable(); 155 auth.put(spi, selectedAuth); 161 hdr.parseAttributeVectorOut(attrs, 0, (auth != null), 162 auth, baos, true); 172 " auth block=" + 173 AuthBlock.desc(auth) [all...] |
H A D | SLPV1SAttrMsg.java | 185 SrvLocMsg makeReply(Vector attrs, Hashtable auth) argument
|
/osnet-11/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.c | 50 nvlist_t *auth; local 64 if (nvlist_alloc(&auth, NV_UNIQUE_NAME, 0) != 0 || 72 err |= nvlist_add_uint8(auth, FM_VERSION, FM_FMRI_AUTH_VERSION); 73 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYSTEM_MFG, 75 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYSTEM_NM, 77 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYSTEM_PN, 79 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYSTEM_SN, 83 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYS_COMP_MFG, 85 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYS_COMP_NM, 87 err |= nvlist_add_string(auth, FM_FMRI_AUTH_V1_SYS_COMP_P [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_conv.c | 18 krb5_auth_to_replay(context, krb5_tkt_authent *auth,krb5_donot_replay *rep) 19 given auth, take important information and make rep; return -1 if failed 23 krb5_auth_to_rep(krb5_context context, krb5_tkt_authent *auth, krb5_donot_replay *rep) argument 26 rep->cusec = auth->authenticator->cusec; 27 rep->ctime = auth->authenticator->ctime; 28 if ((retval = krb5_unparse_name(context, auth->ticket->server, &rep->server))) 30 if ((retval = krb5_unparse_name(context, auth->authenticator->client,
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_mac.c | 46 smb_mac_init(smb_sign_ctx_t *sign_ctx, smb_auth_info_t *auth) argument 50 if (smb_auth_gen_session_key(auth, S16) != SMBAUTH_SUCCESS) 53 bcopy(auth->cs, &(sign_ctx->ssc_mackey[SMBAUTH_SESSION_KEY_SZ]), 54 auth->cs_len); 55 sign_ctx->ssc_keylen = SMBAUTH_SESSION_KEY_SZ + auth->cs_len;
|
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay_common.c | 87 nvlist_t *auth; local 101 /* get auth list from parent */ 102 auth = topo_mod_auth(mod, pnode); 110 rv = topo_node_set_auth_chassis(mod, auth, tn); 116 nvlist_free(auth); 207 nvlist_t *auth = NULL; local 216 auth = topo_mod_auth(mod, pnode); 220 FM_HC_SCHEME_VERSION, BAY, instance, NULL, auth, NULL, NULL, NULL); 252 "%s: failed to set auth for %s:%d: (%s)\n", 271 if (auth ! [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/ |
H A D | x86pi_generic.c | 50 nvlist_t *auth; local 63 auth = topo_mod_auth(mod, t_bindparent); 65 hcfmri->hc_name, hcfmri->instance, NULL, auth, 68 nvlist_free(auth);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_generic.c | 70 nvlist_t *auth; local 85 auth = topo_mod_auth(mod, t_bindparent); 90 inst, NULL, auth, NULL, NULL, serial); 94 nvlist_free(auth);
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/ |
H A D | cpuboard_hostbridge.c | 45 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/lib/fm/topo/modules/sun4v/zambezi/common/ |
H A D | zambezi.c | 97 nvlist_t *auth = topo_mod_auth(mod, parent); local 100 NULL, auth, NULL, NULL, NULL); 101 nvlist_free(auth);
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 63 auth_destroy(AUTH *auth) argument 65 ((*((auth)->ah_ops->ah_destroy))(auth));
|
H A D | auth_des.c | 132 AUTH *auth; local 139 auth = malloc(sizeof (AUTH)); 140 if (auth == NULL) { 186 if (key_gendes(&auth->ah_key) < 0) { 192 auth->ah_key = *ckey; 195 * Set up auth handle 197 auth->ah_cred.oa_flavor = AUTH_DES; 198 auth->ah_verf.oa_flavor = AUTH_DES; 199 auth->ah_ops = authdes_ops(); 200 auth 236 authdes_nextverf(AUTH *auth) argument 246 authdes_marshal(AUTH *auth, XDR *xdrs) argument 342 authdes_validate(AUTH *auth, struct opaque_auth *rverf) argument 400 authdes_refresh(AUTH *auth, void *dummy) argument 440 authdes_destroy(AUTH *auth) argument [all...] |
H A D | auth_sys.c | 53 #include <rpc/auth.h> 71 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) 81 * Returns an auth handle with the given stuff in it. 91 AUTH *auth; local 95 * Allocate and set up auth handle 97 auth = malloc(sizeof (*auth)); 98 if (auth == NULL) { 107 free(auth); 237 authsys_nextverf(AUTH *auth) argument 243 authsys_marshal(AUTH *auth, XDR *xdrs) argument 252 authsys_validate(AUTH *auth, struct opaque_auth *verf) argument 282 authsys_refresh(AUTH *auth, void *dummy) argument 323 authsys_destroy(AUTH *auth) argument 345 marshal_new_auth(AUTH *auth) argument [all...] |
H A D | rpcsec_gss_if.c | 168 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));
|
/osnet-11/usr/src/lib/libpower/common/ |
H A D | libpower_subr.c | 380 pm_authority_t auth; local 416 for (auth = pm_authority_next(PM_AUTHORITY_INVALID); 417 auth != PM_AUTHORITY_INVALID && err == PM_SUCCESS; 418 auth = pm_authority_next(auth)) { 419 uu_dprintf(pm_log, UU_DPRINTF_DEBUG, "%s checking auth %s\n", 420 __FUNCTION__, pm_authority_getname(auth)); 427 if (authority == auth) { 437 pm_authority_getname(auth))) != 0 && errno != ENOENT) { 440 __FUNCTION__, errno, pm_authority_getname(auth)); [all...] |
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_topo.c | 147 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);
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/ |
H A D | opl_hostbridge.c | 70 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 D | opl_ioboard.c | 171 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/common/pcibus/ |
H A D | pcibus_hba.c | 61 pci_scsi_device_create(topo_mod_t *mod, nvlist_t *auth, tnode_t *parent, argument 70 instance, NULL, auth, NULL, NULL, NULL); 121 pci_smp_device_create(topo_mod_t *mod, nvlist_t *auth, tnode_t *parent, argument 129 instance, NULL, auth, NULL, NULL, NULL); 155 pci_iport_device_create(topo_mod_t *mod, nvlist_t *auth, tnode_t *parent, argument 163 instance, NULL, auth, NULL, NULL, NULL); 188 nvlist_t *auth; local 192 auth = topo_mod_auth(mod, parent); 200 iport = pci_iport_device_create(mod, auth, parent, cn, i++); 222 pci_scsi_device_create(mod, auth, ipor 255 nvlist_t *fmri, *auth; local [all...] |
H A D | util.c | 99 nvlist_t *auth; local 102 auth = topo_mod_auth(mp, parent); 112 auth, part, NULL, serial); 113 nvlist_free(auth);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/ |
H A D | xfp.c | 90 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/sun4u/chip/common/ |
H A D | chip_sun4u.c | 182 nvlist_t *auth = topo_mod_auth(mod, rnode); local 206 (topo_instance_t)chip_id, NULL, auth, NULL, NULL, s); 255 nvlist_free(auth);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getauthattr.c | 64 authstr_t *auth = ent; local 79 auth->name = _strtok_escape(buf, sep, &last); 80 auth->res1 = _strtok_escape(NULL, sep, &last); 81 auth->res2 = _strtok_escape(NULL, sep, &last); 82 auth->short_desc = _strtok_escape(NULL, sep, &last); 83 auth->long_desc = _strtok_escape(NULL, sep, &last); 84 auth->attr = _strtok_escape(NULL, sep, &last); 144 authstr_t auth; local 147 (void) memset(&auth, 0, sizeof (authstr_t)); 148 tmp = _getauthattr(&auth, bu 158 authstr_t auth; local 170 free_authattr(authattr_t *auth) argument 185 _authstr2attr(authstr_t *auth) argument 207 print_authattr(authattr_t *auth) argument [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.c | 193 nvlist_t *auth = topo_mod_auth(mod, parent); local 196 NULL, auth, NULL, NULL, NULL); 197 nvlist_free(auth);
|