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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dauth_unix.c106 struct audata { struct
117 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
139 register struct audata *au;
151 au = (struct audata *)mem_alloc(sizeof(*au));
258 register struct audata *au = AUTH_PRIVATE(auth);
268 register struct audata *au;
297 register struct audata *au = AUTH_PRIVATE(auth);
340 register struct audata *au = AUTH_PRIVATE(auth);
347 mem_free(auth->ah_private, sizeof(struct audata));
365 register struct audata *a
[all...]

Completed in 163 milliseconds