Home
last modified time | relevance | path

Searched refs:ah_refresh (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c468 ops.ah_refresh = authdes_refresh; in authdes_ops()
H A Dauth_none.c156 ops.ah_refresh = authnone_refresh; in authnone_ops()
H A Dauth_sys.c376 ops.ah_refresh = authsys_refresh; in authsys_ops()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c127 ops.ah_refresh = authnone_refresh; in authnone_ops()
H A Dauth_unix.c273 ops.ah_refresh = authunix_refresh; in authunix_ops()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h213 int (*ah_refresh)(struct __auth *, struct rpc_msg *, member
216 int (*ah_refresh)(struct __auth *, void *); member
232 int (*ah_refresh)(); /* refresh credentials */
279 ((*((auth)->ah_ops->ah_refresh))(auth, msg, cr))
281 ((*((auth)->ah_ops->ah_refresh))(auth, msg, cr))
284 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
286 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c458 ops.ah_refresh = authdes_refresh; in authdes_ops()