Searched refs:aup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libc/rpc/
H A Dsvc_auth_unix.c65 struct authunix_parms *aup; local
80 aup = &area->area_aup;
81 aup->aup_machname = area->area_machname;
82 aup->aup_gids = area->area_gids;
87 aup->aup_time = IXDR_GET_INT32(buf);
93 memmove(aup->aup_machname, buf, str_len);
94 aup->aup_machname[str_len] = 0;
97 aup->aup_uid = (int)IXDR_GET_INT32(buf);
98 aup->aup_gid = (int)IXDR_GET_INT32(buf);
104 aup
[all...]
H A Dauth_unix.c101 struct authunix_parms aup; local
136 aup.aup_time = now.tv_sec;
137 aup.aup_machname = machname;
138 aup.aup_uid = uid;
139 aup.aup_gid = gid;
140 aup.aup_len = (u_int)len;
141 aup.aup_gids = aup_gids;
147 if (! xdr_authunix_parms(&xdrs, &aup))
279 struct authunix_parms aup; local
293 aup
[all...]
/freebsd-10.1-release/contrib/amd/libamu/
H A Dmisc_rpc.c181 struct authunix_parms *aup = (struct authunix_parms *) NULL; local
189 aup = (struct authunix_parms *) rp->rq_clntcred;
190 *u = aup->aup_uid;
191 *g = aup->aup_gid;
/freebsd-10.1-release/usr.sbin/ac/
H A Dac.c173 struct user_entry *up, *aup; local
176 aup = NULL;
185 aup = up;
195 if (aup == NULL)
198 SLIST_INSERT_AFTER(aup, up, next);

Completed in 175 milliseconds