Searched refs:token_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/bsd/bsm/ |
| H A D | audit_record.h | 207 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 D | audit.h | 273 typedef struct au_token token_t; typedef
|
| /xnu-10002.81.5/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 60 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 D | audit_private.h | 402 token_t *kau_to_socket(struct socket_au_info *soi);
|
| H A D | audit_bsm.c | 120 token_t *cur, *hdr, *trail; in kau_close() 182 kfree_type(token_t, tok); in kau_free()
|
| H A D | audit_syscalls.c | 167 token_t *id_tok = NULL; in audit()
|