authsys_parms
struct authsys_parms *au;
CTASSERT(sizeof (struct authsys_parms) <= RQCRED_SIZE);
au = (struct authsys_parms *)rqstp->rq_clntcred;
struct authsys_parms aup;
struct authsys_parms aup;
xdr_authsys_parms(XDR *xdrs, struct authsys_parms *p)
struct authsys_parms area_aup;
struct authsys_parms *aup;
struct authsys_parms area_aup;
struct authsys_parms *aup;
authsys_parms cbsp_sys_cred;
typedef struct authsys_parms authsys_parms;
#define authunix_parms authsys_parms
extern bool_t xdr_authsys_parms(XDR *, struct authsys_parms *);