Lines Matching refs:aup
88 struct authsys_parms aup; in authsys_create() local
120 aup.aup_time = now.tv_sec; in authsys_create()
121 aup.aup_machname = (char *)machname; in authsys_create()
122 aup.aup_uid = uid; in authsys_create()
123 aup.aup_gid = gid; in authsys_create()
124 aup.aup_len = (uint_t)len; in authsys_create()
125 aup.aup_gids = (gid_t *)aup_gids; in authsys_create()
131 if (!xdr_authsys_parms(&xdrs, &aup)) { in authsys_create()
287 struct authsys_parms aup; in authsys_refresh() local
297 aup.aup_machname = NULL; in authsys_refresh()
298 aup.aup_gids = NULL; in authsys_refresh()
301 stat = xdr_authsys_parms(&xdrs, &aup); in authsys_refresh()
307 aup.aup_time = now.tv_sec; in authsys_refresh()
310 stat = xdr_authsys_parms(&xdrs, &aup); in authsys_refresh()
318 (void) xdr_authsys_parms(&xdrs, &aup); in authsys_refresh()