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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h94 int (*ah_marshal)(); /* nextverf & serialize */ member in struct:__anon2765::auth_ops
117 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
119 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h190 int (*ah_marshal)(struct __auth *, XDR *, struct cred *); member in struct:__auth::auth_ops
192 int (*ah_marshal)(struct __auth *, XDR *); member in struct:__auth::auth_ops
216 int (*ah_marshal)(); /* nextverf & serialize */
247 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
249 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
252 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
254 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))

Completed in 67 milliseconds