Home
last modified time | relevance | path

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

/titanic_44/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))
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h94 int (*ah_marshal)(); /* nextverf & serialize */ member
117 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
119 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c125 ops.ah_marshal = authnone_marshal; in authnone_ops()
H A Dauth_unix.c281 ops.ah_marshal = authunix_marshal; in authunix_ops()
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_none.c156 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.c468 ops.ah_marshal = authdes_marshal; in authdes_ops()
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dauth_des.c458 ops.ah_marshal = authdes_marshal; in authdes_ops()