Symbol: audata
crypto/krb5/src/lib/rpc/auth_unix.c
110
struct audata *au;
crypto/krb5/src/lib/rpc/auth_unix.c
122
au = (struct audata *)mem_alloc(sizeof(*au));
crypto/krb5/src/lib/rpc/auth_unix.c
211
struct audata *au = AUTH_PRIVATE(auth);
crypto/krb5/src/lib/rpc/auth_unix.c
219
struct audata *au;
crypto/krb5/src/lib/rpc/auth_unix.c
247
struct audata *au = AUTH_PRIVATE(auth);
crypto/krb5/src/lib/rpc/auth_unix.c
289
struct audata *au = AUTH_PRIVATE(auth);
crypto/krb5/src/lib/rpc/auth_unix.c
296
mem_free(auth->ah_private, sizeof(struct audata));
crypto/krb5/src/lib/rpc/auth_unix.c
313
struct audata *au = AUTH_PRIVATE(auth);
crypto/krb5/src/lib/rpc/auth_unix.c
88
#define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
lib/libc/rpc/auth_unix.c
219
struct audata *au;
lib/libc/rpc/auth_unix.c
231
struct audata *au;
lib/libc/rpc/auth_unix.c
263
struct audata *au = AUTH_PRIVATE(auth);
lib/libc/rpc/auth_unix.c
307
struct audata *au;
lib/libc/rpc/auth_unix.c
317
mem_free(auth->ah_private, sizeof(struct audata));
lib/libc/rpc/auth_unix.c
334
struct audata *au;
lib/libc/rpc/auth_unix.c
82
#define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
lib/libc/rpc/auth_unix.c
96
struct audata *au;
sys/rpc/auth_unix.c
130
struct audata *au, *tau;
sys/rpc/auth_unix.c
248
struct audata *au;
sys/rpc/auth_unix.c
261
struct audata *au;
sys/rpc/auth_unix.c
294
struct audata *au = AUTH_PRIVATE(auth);
sys/rpc/auth_unix.c
333
struct audata *au;
sys/rpc/auth_unix.c
345
mem_free(auth->ah_private, sizeof(struct audata));
sys/rpc/auth_unix.c
362
struct audata *au;
sys/rpc/auth_unix.c
85
TAILQ_ENTRY(audata) au_link;
sys/rpc/auth_unix.c
86
TAILQ_ENTRY(audata) au_alllink;
sys/rpc/auth_unix.c
96
TAILQ_HEAD(audata_list, audata);
sys/rpc/auth_unix.c
97
#define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
tests/sys/auditpipe/auditpipe_test.c
165
int audata = -1;
tests/sys/auditpipe/auditpipe_test.c
167
ATF_REQUIRE_EQ(0, ioctl(filedesc, AUDITPIPE_GET_MAXAUDITDATA, &audata));
tests/sys/auditpipe/auditpipe_test.c
168
ATF_REQUIRE(audata != -1);