/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_conv.c | 21 krb5_auth_to_replay(context, krb5_tkt_authent *auth,krb5_donot_replay *rep) 22 given auth, take important information and make rep; return -1 if failed 26 krb5_auth_to_rep(krb5_context context, krb5_tkt_authent *auth, krb5_donot_replay *rep) argument 29 rep->cusec = auth->authenticator->cusec; 30 rep->ctime = auth->authenticator->ctime; 31 if ((retval = krb5_unparse_name(context, auth->ticket->server, &rep->server))) 33 if ((retval = krb5_unparse_name(context, auth->authenticator->client,
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | sec_gen.c | 39 #include <rpc/auth.h> 49 authany_wrap(AUTH *auth, caddr_t buf, u_int buflen, argument 60 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument
|
H A D | auth_none.c | 32 #include <rpc/auth.h> 55 * Returns an auth handle. 61 * Allocate and set up auth handle 73 AUTH *auth = (AUTH *)buf; local 75 auth->ah_ops = &auth_none_ops; 85 auth->ah_cred = auth->ah_verf = _null_auth; 95 authnone_nextverf(AUTH *auth) argument 102 authnone_marshal(AUTH *auth, XDR *xdrs, struct cred *cr) argument 123 if ((xdr_opaque_auth(xdrs, &(auth 132 authnone_validate(AUTH *auth, struct opaque_auth *verf) argument 139 authnone_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) argument 145 authnone_destroy(AUTH *auth) argument [all...] |
H A D | auth_kern.c | 37 * level implementation of unix auth. 55 #include <rpc/auth.h> 81 * Returns an auth handle. 87 * Allocate and set up auth handle 99 AUTH *auth = (AUTH *)buf; local 101 auth->ah_ops = &auth_kern_ops; 102 auth->ah_cred.oa_flavor = AUTH_UNIX; 103 auth->ah_verf = _null_auth; 113 authkern_nextverf(AUTH *auth) argument 119 authkern_marshal(AUTH *auth, XD argument 200 authkern_validate(AUTH *auth, struct opaque_auth *verf) argument 207 authkern_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) argument 213 authkern_destroy(AUTH *auth) argument [all...] |
H A D | auth_loopb.c | 40 * auth_loopb.c for the user level implementation of the loopback auth. 58 #include <rpc/auth.h> 84 * Returns an auth handle. 90 * Allocate and set up auth handle 102 AUTH *auth = (AUTH *)buf; local 104 auth->ah_ops = &authloopback_ops; 105 auth->ah_cred.oa_flavor = AUTH_LOOPBACK; 106 auth->ah_verf = _null_auth; 116 authloopback_nextverf(AUTH *auth) argument 123 authloopback_marshal(AUTH *auth, XD argument 203 authloopback_validate(AUTH *auth, struct opaque_auth *verf) argument 210 authloopback_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) argument 216 authloopback_destroy(register AUTH *auth) argument [all...] |
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.c | 50 nvlist_t *auth, *fmri, *list, *test_arr[TEST_ARR_SZ]; local 64 if (nvlist_alloc(&auth, NV_UNIQUE_NAME, 0) != 0 || 71 err |= nvlist_add_uint8(auth, FM_VERSION, FM_FMRI_AUTH_VERSION); 72 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT, "product"); 73 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT_SN, "product_sn"); 74 err |= nvlist_add_string(auth, FM_FMRI_AUTH_CHASSIS, "chassis"); 75 err |= nvlist_add_string(auth, FM_FMRI_AUTH_DOMAIN, "domain"); 76 err |= nvlist_add_string(auth, FM_FMRI_AUTH_SERVER, "server"); 79 (void) fprintf(stderr, "%s: failed to build auth nvlist: %s\n", 86 err |= nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, auth); [all...] |
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | getauthattr.c | 52 authstr_t auth; local 55 (void) memset(&auth, 0, sizeof (authstr_t)); 56 tmp = _getauthattr(&auth, buf, NSS_BUFLEN_AUTHATTR, &err); 66 authstr_t auth; local 72 (void) memset(&auth, 0, sizeof (authstr_t)); 73 tmp = _getauthnam(name, &auth, buf, NSS_BUFLEN_AUTHATTR, &err); 93 free_authattr(authattr_t *auth) argument 95 if (auth) { 96 free(auth->name); 97 free(auth 108 authstr2attr(authstr_t *auth) argument 130 print_authattr(authattr_t *auth) argument [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_generic.c | 51 nvlist_t *auth; local 64 auth = topo_mod_auth(mod, t_bindparent); 66 hcfmri->hc_name, hcfmri->instance, NULL, auth, 69 nvlist_free(auth);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_generic.c | 71 nvlist_t *auth; local 86 auth = topo_mod_auth(mod, t_bindparent); 91 inst, NULL, auth, NULL, NULL, serial); 95 nvlist_free(auth);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call.c | 56 AUTH *auth; local 76 auth = authsys_create_default(); 77 client->cl_auth = auth;
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_hc_opl.c | 46 * auth nvlist_t <auth> 50 * Note that auth and hc-id are optional members. 57 cmd_fmri_hc_set_common(nvlist_t *fmri, int version, const nvlist_t *auth) argument 68 if (auth != NULL && nvlist_add_nvlist(fmri, FM_FMRI_AUTHORITY, 69 (nvlist_t *)auth) != 0) { 78 const nvlist_t *auth, nvlist_t *snvl, int npairs, ...) 85 if (!cmd_fmri_hc_set_common(fmri, version, auth)) 77 cmd_fmri_hc_set(fmd_hdl_t *hdl, nvlist_t *fmri, int version, const nvlist_t *auth, nvlist_t *snvl, int npairs, ...) argument
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_auth.c | 133 drm_auth_t auth; local 137 auth.magic = fpriv->magic; 141 auth.magic = old+1; 142 if (!atomic_cmpset_int(&sequence, old, auth.magic)) 144 } while (drm_find_file(dev, auth.magic)); 145 fpriv->magic = auth.magic; 146 (void) drm_add_magic(dev, fpriv, auth.magic); 150 DRM_DEBUG("drm_getmagic: %u", auth.magic); 152 DRM_COPYTO_WITH_RETURN((void *)data, &auth, sizeof (auth)); 161 drm_auth_t auth; local [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/ |
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);
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | getauthattr.c | 68 authstr_t *auth = (authstr_t *)ent; local 87 auth->name = _strtok_escape(buffer, sep, &last); 88 auth->res1 = _strtok_escape(NULL, sep, &last); 89 auth->res2 = _strtok_escape(NULL, sep, &last); 90 auth->short_desc = _strtok_escape(NULL, sep, &last); 91 auth->long_desc = _strtok_escape(NULL, sep, &last); 92 auth->attr = _strtok_escape(NULL, sep, &last);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard_hostbridge.c | 46 nvlist_t *auth = topo_mod_auth(mp, parent); local 56 inst, NULL, auth, NULL, NULL, NULL)) == NULL) { 59 nvlist_free(auth); 62 nvlist_free(auth);
|
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/ |
H A D | xfp.c | 91 nvlist_t *auth = topo_mod_auth(mod, parent); local 94 NULL, auth, NULL, NULL, NULL); 95 nvlist_free(auth);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/ |
H A D | chip_sun4u.c | 185 nvlist_t *auth = topo_mod_auth(mod, rnode); local 209 (topo_instance_t)chip_id, NULL, auth, NULL, NULL, s); 258 nvlist_free(auth);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svid_funcs.c | 63 auth_destroy(AUTH *auth) argument 65 ((*((auth)->ah_ops->ah_destroy))(auth));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip.c | 55 const char *cmdstr, *auth; local 92 auth = ""; 101 auth = " +Auth"; 107 count, (len != 0 ? "?" : ""), auth);
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_scheme.c | 147 fmd_scheme_notranslate(nvlist_t *fmri, nvlist_t *auth) argument
|