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

/freebsd-12-stable/sys/rpc/
H A Dauth_unix.c90 struct audata { struct
91 TAILQ_ENTRY(audata) au_link;
92 TAILQ_ENTRY(audata) au_alllink;
102 TAILQ_HEAD(audata_list, audata);
103 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
136 struct audata *au, *tau;
254 struct audata *au;
269 struct audata *au;
302 struct audata *au = AUTH_PRIVATE(auth);
341 struct audata *a
[all...]
/freebsd-12-stable/lib/libc/rpc/
H A Dauth_unix.c82 struct audata { struct
89 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
103 struct audata *au;
226 struct audata *au;
238 struct audata *au;
270 struct audata *au = AUTH_PRIVATE(auth);
314 struct audata *au;
324 mem_free(auth->ah_private, sizeof(struct audata));
341 struct audata *au;
/freebsd-12-stable/tests/sys/auditpipe/
H A Dauditpipe_test.c167 int audata = -1; local
169 ATF_REQUIRE_EQ(0, ioctl(filedesc, AUDITPIPE_GET_MAXAUDITDATA, &audata));
170 ATF_REQUIRE(audata != -1);

Completed in 59 milliseconds