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

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_record.h237 int au_write(int d, token_t *m);
239 token_t *au_to_file(char *file);
240 token_t *au_to_header(int rec_size, au_event_t e_type,
242 token_t *au_to_header32(int rec_size, au_event_t e_type,
244 token_t *au_to_header64(int rec_size, au_event_t e_type,
246 token_t *au_to_me(void);
248 token_t *au_to_arg(char n, char *text, u_int32_t v);
249 token_t *au_to_arg32(char n, const char *text, u_int32_t v);
250 token_t *au_to_arg64(char n, const char *text, u_int64_t v);
251 token_t *au_to_att
[all...]
H A Daudit_klib.h43 token_t *kau_to_socket(struct socket_au_info *soi);
44 token_t *kau_to_attr32(struct vnode_au_info *vni);
45 token_t *kau_to_attr64(struct vnode_au_info *vni);
H A Daudit_kernel.h322 int kau_write(struct au_record *rec, token_t *m);
327 token_t *kau_to_file(const char *file, const struct timeval *tv);
328 token_t *kau_to_header(const struct timespec *ctime, int rec_size,
330 token_t *kau_to_header32(const struct timespec *ctime, int rec_size,
332 token_t *kau_to_header64(const struct timespec *ctime, int rec_size,
H A Daudit.h228 typedef struct au_token token_t; typedef in typeref:struct:au_token
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_token.c47 tok = (token_t *)kalloc(sizeof(*tok) + length); \
65 token_t *
68 token_t *t;
95 token_t *
98 token_t *t;
125 token_t *
140 token_t *au_to_attr32(__unused struct vnode_attr *attr)
146 token_t *kau_to_attr32(struct vnode_au_info *vni)
148 token_t *t;
189 token_t *au_to_attr6
[all...]
H A Dkern_bsm_audit.c186 token_t *cur, *hdr, *trail;

Completed in 36 milliseconds