Searched defs:ah_refresh (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h96 int (*ah_refresh)(); /* refresh credentials */ member in struct:__anon2765::auth_ops
127 ((*((auth)->ah_ops->ah_refresh))(auth))
129 ((*((auth)->ah_ops->ah_refresh))(auth))
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h199 int (*ah_refresh)(struct __auth *, struct rpc_msg *, member in struct:__auth::auth_ops
202 int (*ah_refresh)(struct __auth *, void *); member in struct:__auth::auth_ops
218 int (*ah_refresh)(); /* refresh credentials */
265 ((*((auth)->ah_ops->ah_refresh))(auth, msg, cr))
267 ((*((auth)->ah_ops->ah_refresh))(auth, msg, cr))
270 ((*((auth)->ah_ops->ah_refresh))(auth, msg))
272 ((*((auth)->ah_ops->ah_refresh))(auth, msg))

Completed in 54 milliseconds