Searched refs:audata (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c88 struct audata { struct
89 TAILQ_ENTRY(audata) au_link;
90 TAILQ_ENTRY(audata) au_alllink;
100 TAILQ_HEAD(audata_list, audata);
101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
134 struct audata *au, *tau;
252 struct audata *au;
267 struct audata *au;
300 struct audata *au = AUTH_PRIVATE(auth);
339 struct audata *a
[all...]
/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_unix.c80 struct audata { struct
87 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
106 struct audata *au;
232 struct audata *au;
246 struct audata *au;
278 struct audata *au = AUTH_PRIVATE(auth);
323 struct audata *au;
333 mem_free(auth->ah_private, sizeof(struct audata));
351 struct audata *au;

Completed in 60 milliseconds