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

/xnu-2422.115.4/bsd/bsm/
H A Daudit_record.h191 int au_write(int d, token_t *m);
194 int au_close_token(token_t *tok, u_char *buffer, size_t *buflen);
196 token_t *au_to_file(const char *file, struct timeval tm);
198 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
200 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
202 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
205 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
206 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
207 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
208 token_t *au_to_header6
[all...]
H A Daudit.h241 * Contents of token_t are opaque outside of libbsm.
243 typedef struct au_token token_t; typedef in typeref:struct:au_token
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_token.c60 t = malloc(sizeof(token_t), M_AUDITBSM, M_WAITOK); \
73 token_t *
76 token_t *t;
95 token_t *
98 token_t *t;
117 token_t *
134 token_t *
137 token_t *t;
177 token_t *
180 token_t *
[all...]
H A Daudit_private.h378 token_t *kau_to_socket(struct socket_au_info *soi);
H A Daudit_bsm.c126 token_t *cur, *hdr, *trail;

Completed in 36 milliseconds