Searched refs:nra (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsys.c52 STRUCT_DECL(krpc_revauth, nra);
55 STRUCT_INIT(nra, get_udatamodel());
56 if (copyin(arg, STRUCT_BUF(nra), STRUCT_SIZE(nra)))
59 result = sec_clnt_revoke(STRUCT_FGET(nra, rpcsec_flavor_1),
60 STRUCT_FGET(nra, uid_1), CRED(),
61 STRUCT_FGETP(nra, flavor_data_1),
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogout.c54 struct nfs_revauth_args nra; variable in typeref:struct:nfs_revauth_args
86 nra.authtype = AUTH_DES; /* only revoke DES creds */
87 nra.uid = getuid(); /* use the real uid */
88 if (_nfssys(NFS_REVAUTH, &nra) < 0) {
H A Dkeylogin.c292 struct nfs_revauth_args nra; local
308 nra.authtype = AUTH_DES;
309 nra.uid = getuid();
311 (void) _nfssys(NFS_REVAUTH, &nra);
H A Dchkey_common.c383 nra.authtype = AUTH_DES; /* only revoke DES creds */
384 nra.uid = getuid(); /* use the real uid */
385 if (_nfssys(NFS_REVAUTH, &nra) < 0) {
H A Dchkey.c634 nra.authtype = AUTH_DES;
635 nra.uid = getuid();
637 if (_nfssys(NFS_REVAUTH, &nra) < 0)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c223 STRUCT_DECL(nfs_revauth_args, nra);
225 STRUCT_INIT(nra, get_udatamodel());
226 if (copyin(arg, STRUCT_BUF(nra), STRUCT_SIZE(nra)))
230 error = sec_clnt_revoke(STRUCT_FGET(nra, authtype),
231 STRUCT_FGET(nra, uid), CRED(), NULL, get_udatamodel());
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c376 struct nfs_revauth_args nra; local
380 nra.authtype = AUTH_DES;
381 nra.uid = argres->uid;
387 argres->result = _nfssys(NFS_REVAUTH, &nra);

Completed in 54 milliseconds