HomeSort by relevance Sort by last modified time
    Searched defs:auth (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
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);
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec/
auth_none.c 32 #include <rpc/auth.h>
37 static void authnone_nextverf(AUTH *);
38 static bool_t authnone_marshal(AUTH *, XDR *, struct cred *);
39 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
40 static bool_t authnone_refresh(AUTH *, struct rpc_msg *, cred_t *);
41 static void authnone_destroy(AUTH *);
55 * Returns an auth handle.
57 AUTH *
61 * Allocate and set up auth handle
73 AUTH *auth = (AUTH *)buf local
    [all...]
auth_loopb.c 40 * auth_loopb.c for the user level implementation of the loopback auth.
58 #include <rpc/auth.h>
66 static void authloopback_nextverf(AUTH *);
67 static bool_t authloopback_marshal(AUTH *, XDR *, struct cred *);
68 static bool_t authloopback_validate(AUTH *, struct opaque_auth *);
69 static bool_t authloopback_refresh(AUTH *, struct rpc_msg *, cred_t *);
70 static void authloopback_destroy(AUTH *);
84 * Returns an auth handle.
86 AUTH *
90 * Allocate and set up auth handl
102 AUTH *auth = (AUTH *)buf; local
    [all...]
auth_kern.c 37 * level implementation of unix auth.
55 #include <rpc/auth.h>
63 static void authkern_nextverf(AUTH *);
64 static bool_t authkern_marshal(AUTH *, XDR *, struct cred *);
65 static bool_t authkern_validate(AUTH *, struct opaque_auth *);
66 static bool_t authkern_refresh(AUTH *, struct rpc_msg *, cred_t *);
67 static void authkern_destroy(AUTH *);
81 * Returns an auth handle.
83 AUTH *
87 * Allocate and set up auth handl
99 AUTH *auth = (AUTH *)buf; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
tst.call.c 56 AUTH *auth; local
76 auth = authsys_create_default();
77 client->cl_auth = auth;
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
util.c 99 nvlist_t *auth; local
102 auth = topo_mod_auth(mp, parent);
112 auth, part, NULL, serial);
113 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/lib/libnsl/nss/
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);
  /onnv/onnv-gate/usr/src/lib/libsecdb/common/
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)
95 if (auth) {
96 free(auth->name);
97 free(auth->res1)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
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...]
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_msg/common/
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...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
zambezi.c 97 nvlist_t *auth = topo_mod_auth(mod, parent); local
100 NULL, auth, NULL, NULL, NULL);
101 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
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);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SSrvMsg.java 176 Hashtable auth = null; local
179 auth = (Hashtable)URLSignatures.get(surl);
181 AuthBlock.getEquivalentAuth(spi, auth);
182 auth = null;
184 auth = new Hashtable();
185 auth.put(spi, selectedAuth);
189 (auth != null ?
191 "No Auth Block\n");
198 (auth != null),
199 auth,
    [all...]
SAttrMsg.java 141 SrvLocMsg makeReply(Vector attrs, Hashtable auth)
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...]
SDAAdvert.java 170 // Parse out auth block, if necessary.
172 Hashtable auth = null; local
200 auth =
204 // Parse out auth blocks.
205 baos.write((byte)(auth.size() & 0xFF)); // auth block count
207 AuthBlock.externalizeAll(hdr, auth, baos);
224 " auth block="+AuthBlock.desc(auth) +
SSAAdvert.java 127 // Parse out auth blocks, if necessary.
129 Hashtable auth = null; local
151 auth = hdr.getCheckedAuthBlockList(message,
153 nBlocks = (byte) auth.size();
164 if (auth != null) {
165 AuthBlock.externalizeAll(hdr, auth, baos);
178 " auth block="+AuthBlock.desc(auth) +
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
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);
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/
iscsit_authclient.c 178 conn_auth_t *auth = &lsm->icl_auth; local
181 if (auth->ca_use_radius == B_TRUE) {
184 struct sockaddr_storage *sa = &auth->ca_radius_server;
207 bcopy(auth->ca_radius_secret,
211 auth->ca_radius_secretlen;
214 auth->ca_ini_chapuser,
215 auth->ca_tgt_chapuser,
233 if (auth->ca_ini_chapsecretlen == 0) {
245 auth->ca_ini_chapsecret, auth->ca_ini_chapsecretlen
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/xfp/
xfp.c 91 nvlist_t *auth = topo_mod_auth(mod, parent); local
94 NULL, auth, NULL, NULL, NULL);
95 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rip.c 55 const char *cmdstr, *auth; local
92 auth = "";
101 auth = " +Auth";
107 count, (len != 0 ? "?" : ""), auth);
174 " *** Auth None");
180 " *** Auth PW \"%.*s\"",
187 " *** Auth MD5 pkt len %d, "
209 " *** Auth Type %d?",
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
opl_hostbridge.c 73 nvlist_t *auth = topo_mod_auth(mp, parent); local
81 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
84 nvlist_free(auth);
87 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
ioboard.c 169 nvlist_t *auth = topo_mod_auth(mod, parent); local
172 NULL, auth, NULL, NULL, NULL);
173 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
auth_unix.c 52 #include <rpc/auth.h>
71 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
73 static void marshal_new_auth(AUTH *);
79 * Returns an auth handle with the given stuff in it.
81 AUTH *
87 AUTH *auth; local
91 * Allocate and set up auth handle
93 auth = (AUTH *) bkmem_alloc(sizeof (*auth))
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
hostbridge.c 194 nvlist_t *auth = topo_mod_auth(mod, parent); local
197 NULL, auth, NULL, NULL, NULL);
198 nvlist_free(auth);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
xaui.c 93 nvlist_t *auth = topo_mod_auth(mod, parent); local
96 NULL, auth, NULL, NULL, NULL);
97 nvlist_free(auth);

Completed in 600 milliseconds

1 2 3 4 5