Home
last modified time | relevance | path

Searched refs:token_t (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/bsd/bsm/
H A Daudit_record.h207 int au_write(int d, token_t *m)
213 int au_close_token(token_t *tok, u_char *buffer, size_t *buflen)
216 token_t *au_to_file(const char *file, struct timeval tm)
219 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
222 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
225 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
229 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod)
231 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod)
233 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod)
235 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod)
[all …]
H A Daudit.h273 typedef struct au_token token_t; typedef
/xnu-10002.81.5/bsd/security/audit/
H A Daudit_bsm_token.c60 t = kalloc_type(token_t, Z_WAITOK | Z_NOFAIL); \
73 token_t *
76 token_t *t; in au_to_arg32()
99 token_t *
102 token_t *t; in au_to_arg64()
125 token_t *
141 token_t *
144 token_t *t; in au_to_attr32()
185 token_t *
188 token_t *t; in au_to_attr64()
[all …]
H A Daudit_private.h402 token_t *kau_to_socket(struct socket_au_info *soi);
H A Daudit_bsm.c120 token_t *cur, *hdr, *trail; in kau_close()
182 kfree_type(token_t, tok); in kau_free()
H A Daudit_syscalls.c167 token_t *id_tok = NULL; in audit()