Searched refs:ah_marshal (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/ |
H A D | auth.h | 204 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 D | auth.h | 94 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 D | auth_none.c | 125 ops.ah_marshal = authnone_marshal; in authnone_ops()
|
H A D | auth_unix.c | 281 ops.ah_marshal = authunix_marshal; in authunix_ops()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | auth_none.c | 156 ops.ah_marshal = authnone_marshal; in authnone_ops()
|
H A D | auth_sys.c | 374 ops.ah_marshal = authsys_marshal; in authsys_ops()
|
H A D | auth_des.c | 468 ops.ah_marshal = authdes_marshal; in authdes_ops()
|
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 458 ops.ah_marshal = authdes_marshal; in authdes_ops()
|