Home
last modified time | relevance | path

Searched refs:ah_marshal (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h204 int (*ah_marshal)(struct __auth *, XDR *, struct cred *); member
206 int (*ah_marshal)(struct __auth *, XDR *); member
230 int (*ah_marshal)(); /* nextverf & serialize */
261 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
263 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred))
266 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
268 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c125 ops.ah_marshal = authnone_marshal; in authnone_ops()
H A Dauth_unix.c271 ops.ah_marshal = authunix_marshal; in authunix_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c154 ops.ah_marshal = authnone_marshal; in authnone_ops()
H A Dauth_sys.c374 ops.ah_marshal = authsys_marshal; in authsys_ops()
H A Dauth_des.c466 ops.ah_marshal = authdes_marshal; in authdes_ops()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c456 ops.ah_marshal = authdes_marshal; in authdes_ops()