Searched refs:auth (Results 76 - 100 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c71 nvlist_t *auth = topo_mod_auth(mp, parent); local
79 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
82 nvlist_free(auth);
85 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c46 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/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c210 conn_auth_t *auth = &lsm->icl_auth; local
211 iscsit_auth_method_t *am_list = &auth->ca_method_valid_list[0];
501 conn_auth_t *auth = &lsm->icl_auth; local
502 iscsit_auth_method_t *am_list = &auth->ca_method_valid_list[0];
586 conn_auth_t *auth = &lsm->icl_auth; local
598 username_in = auth->ca_ini_chapuser;
702 conn_auth_t *auth = &lsm->icl_auth; local
712 tgt_username = auth->ca_tgt_chapuser;
713 tgt_password = auth->ca_tgt_chapsecret;
714 tgt_password_length = auth
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c213 nvlist_t *auth, *fmri; local
235 if ((auth = topo_mod_auth(mod, pnode)) == NULL) {
242 edp->ed_name, edp->ed_instance, NULL, auth, NULL, NULL,
244 nvlist_free(auth);
250 nvlist_free(auth);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c1095 persistent_auth_set(char *node, iscsi_auth_props_t *auth) argument
1101 (void *)auth, sizeof (iscsi_auth_props_t));
1112 persistent_auth_get(char *node, iscsi_auth_props_t *auth) argument
1115 (void *)auth, sizeof (*auth)));
1133 persistent_auth_next(void **v, char *node, iscsi_auth_props_t *auth) argument
1138 (void *)auth, sizeof (*auth)));
1206 iscsi_auth_props_t *auth; local
1410 auth
[all...]
H A Discsi.c1479 iscsi_auth_props_t *auth = NULL; local
3620 auth = (iscsi_auth_props_t *)kmem_zalloc(sizeof (*auth),
3622 if (ddi_copyin((caddr_t)arg, auth, sizeof (*auth), mode)) {
3623 kmem_free(auth, sizeof (*auth));
3626 } else if (auth->a_vers != ISCSI_INTERFACE_VERSION) {
3627 kmem_free(auth, sizeof (*auth));
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c267 check_auth(ucred_t *ucred, const char *auth) argument
276 (chkauthattr(auth, pwd.pw_name) == 0)) {
647 audit_changestate(ucred_t *ucred, char *auth, char *path, char *connection, argument
670 event->adt_hotplug_state.auth_used = auth;
690 audit_setprivate(ucred_t *ucred, char *auth, char *path, char *connection, argument
713 event->adt_hotplug_set.auth_used = auth;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c291 topo_instance_t inst, nvlist_t *hc_specific, nvlist_t *auth,
305 if (pnode != NULL || auth != NULL || part != NULL || rev != NULL ||
329 if (auth != NULL)
330 (void) nvlist_add_nvlist(args, TOPO_METH_FMRI_ARG_AUTH, auth);
822 nvlist_t *auth; local
824 if ((err = topo_mod_nvalloc(mod, &auth, NV_UNIQUE_NAME)) != 0) {
855 nvlist_free(auth);
861 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT, prod);
865 err |= nvlist_add_string(auth, FM_FMRI_AUTH_PRODUCT_SN, psn);
869 err |= nvlist_add_string(auth, FM_FMRI_AUTH_SERVE
290 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...]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l82 <S0>auth { return (INJ_TOK_AUTH); }
/illumos-gate/usr/src/cmd/auths/
H A Dauths.c177 auth_match(const char *pattern, const char *auth) argument
184 return (strncmp(pattern, auth, len - 1) == 0);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_gss.h41 #include <rpc/auth.h>
264 AUTH *auth,
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl230 INOUT struct netr_authenticator auth;
241 INOUT struct netr_authenticator auth;
402 IN struct netr_authenticator *auth;
422 IN struct netr_authenticator auth;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c104 nvlist_t *auth = topo_mod_auth(mod, parent); local
112 inst, NULL, auth, NULL, NULL, NULL)) == NULL) {
115 nvlist_free(auth);
118 nvlist_free(auth);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A DMakefile31 AUTH_OBJS= auth.o authenc.o kerberos5.o
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c36 #include <rpc/auth.h>
345 int i, auth, flavors; local
354 switch (auth = getxdr_u_long()) {
371 "%d", auth);
H A Dsnoop_rpcprint.c31 #include <rpc/auth.h>
H A Dsnoop_rquota.c38 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth_xdr.c32 #include <nfs/auth.h>
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c275 ns_auth_t auth = {NS_LDAP_AUTH_NONE, local
384 &auth,
394 if (auth.saslmech != NS_LDAP_SASL_GSSAPI &&
402 standalone_cfg.SA_AUTH = (authmech == NULL) ? NULL : &auth;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth_xdr.c31 #include <nfs/auth.h>
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_io32.h66 int auth; /* Is client authenticated? */ member in struct:drm_client_32
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c40 #include <rpc/auth.h>
H A Drpc.c40 #include <rpc/auth.h>
200 uint_t auth) /* type of auth wanted. */
207 AUTH *xmit_auth; /* our chosen auth cookie */
295 switch (auth) {
309 auth);
188 brpc_call( rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t in_xdr, caddr_t args, xdrproc_t out_xdr, caddr_t ret, int rexmit, int wait_time, struct sockaddr_in *to, struct sockaddr_in *from_who, uint_t auth) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.c167 nvlist_t *auth = topo_mod_auth(mod, parent); local
170 NULL, auth, NULL, NULL, NULL);
171 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c185 nvlist_t *auth = topo_mod_auth(mod, rnode); local
209 (topo_instance_t)chip_id, NULL, auth, NULL, NULL, s);
258 nvlist_free(auth);

Completed in 136 milliseconds

1234567891011>>