Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dauth_unix.c84 struct audata { struct
85 TAILQ_ENTRY(audata) au_link;
86 TAILQ_ENTRY(audata) au_alllink;
96 TAILQ_HEAD(audata_list, audata); argument
97 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
130 struct audata *au, *tau; in authunix_create()
248 struct audata *au; in authunix_marshal()
261 struct audata *au; in authunix_validate()
294 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
333 struct audata *au; in authunix_destroy()
[all …]
/freebsd/lib/libc/rpc/
H A Dauth_unix.c75 struct audata { struct
82 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) argument
96 struct audata *au; in authunix_create()
219 struct audata *au; in authunix_marshal()
231 struct audata *au; in authunix_validate()
263 struct audata *au = AUTH_PRIVATE(auth); in authunix_refresh()
307 struct audata *au; in authunix_destroy()
317 mem_free(auth->ah_private, sizeof(struct audata)); in authunix_destroy()
334 struct audata *au; in marshal_new_auth()
/freebsd/tests/sys/auditpipe/
H A Dauditpipe_test.c165 int audata = -1; in ATF_TC_BODY() local
167 ATF_REQUIRE_EQ(0, ioctl(filedesc, AUDITPIPE_GET_MAXAUDITDATA, &audata)); in ATF_TC_BODY()
168 ATF_REQUIRE(audata != -1); in ATF_TC_BODY()