Searched refs:auth (Results 276 - 300 of 306) sorted by relevance

<<111213

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c557 authany_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c60 #include <rpc/auth.h>
H A Dnfs4_rnode.c71 #include <rpc/auth.h>
H A Dnfs_vfsops.c59 #include <rpc/auth.h>
H A Dnfs4_callback.c60 #include <rpc/auth.h>
H A Dnfs4_stub_vnops.c71 #include <rpc/auth.h>
H A Dnfs_client.c58 #include <rpc/auth.h>
H A Dnfs_dlinet.c69 #include <rpc/auth.h>
H A Dnfs_srv.c56 #include <rpc/auth.h>
H A Dnfs_server.c71 #include <rpc/auth.h>
2080 * Check if the auth flavor is valid for this export
2195 "auth window value",
2322 * Check the access right per auth flavor on the vnode of
2432 "auth window value",
H A Dnfs_export.c57 #include <rpc/auth.h>
835 * Initialize auth cache and auth cache lock
1197 * Initialize auth cache and auth cache lock
H A Dnfs3_srv.c53 #include <rpc/auth.h>
H A Dnfs_subr.c71 #include <rpc/auth.h>
510 * clget calls sec_clnt_geth() to get an auth handle. For RPCSEC_GSS
571 * clget calls sec_clnt_geth() to get an auth handle. For RPCSEC_GSS
H A Dnfs_vnops.c67 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c71 #include <rpc/auth.h>
H A Dsvc.c190 #include <rpc/auth.h>
2838 /* dup opaque auth call body cred */
2849 /* dup or just alloc opaque auth call body verifier */
H A Dclnt_clts.c71 #include <rpc/auth.h>
803 * Reply is good, check auth.
H A Dclnt_cots.c195 #include <rpc/auth.h>
1367 * Reply is good, check auth.
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c491 {"auth", required_argument, 0, 'a' },
929 "link,status,essid,sec,strength,mode,speed,auth,bssid,bsstype";
7167 check_auth(const char *auth) argument
7174 return (chkauthattr(auth, pw->pw_name) != 0);
7178 audit_secobj(char *auth, char *class, char *obj, argument
7202 event->adt_dladm_create_secobj.auth_used = auth;
7206 event->adt_dladm_delete_secobj.auth_used = auth;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1098 boolean_t auth = B_FALSE, encr = B_FALSE; local
1191 auth = B_TRUE;
1385 if (auth) {
7164 /* walk the AH tables only for auth. algorithm changes */
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c43 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c58 #include <rpc/auth.h>
H A Drdc_clnt.c53 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c67 #include <nfs/auth.h>
2160 * share options looking for a match on the auth
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c1195 if (cred->auth.saslmech == NS_LDAP_SASL_GSSAPI)

Completed in 262 milliseconds

<<111213