• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/bsm/

Lines Matching refs:token_t

237 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_attr(struct vnode_attr *attr);
252 token_t *au_to_attr32(struct vnode_attr *attr);
253 token_t *au_to_attr64(struct vnode_attr *attr);
254 token_t *au_to_data(char unit_print, char unit_type,
256 token_t *au_to_exit(int retval, int err);
257 token_t *au_to_groups(gid_t *groups);
258 token_t *au_to_newgroups(u_int16_t n, gid_t *groups);
259 token_t *au_to_in_addr(struct in_addr *internet_addr);
260 token_t *au_to_in_addr_ex(struct in6_addr *internet_addr);
261 token_t *au_to_ip(struct ip *ip);
262 token_t *au_to_ipc(char type, int id);
263 token_t *au_to_ipc_perm(struct ipc_perm *perm);
264 token_t *au_to_iport(u_int16_t iport);
265 token_t *au_to_opaque(char *data, u_int16_t bytes);
266 token_t *au_to_path(char *path);
267 token_t *au_to_process(au_id_t auid, uid_t euid, gid_t egid,
270 token_t *au_to_process32(au_id_t auid, uid_t euid, gid_t egid,
273 token_t *au_to_process64(au_id_t auid, uid_t euid, gid_t egid,
276 token_t *au_to_process_ex(au_id_t auid, uid_t euid,
279 token_t *au_to_process32_ex(au_id_t auid, uid_t euid,
282 token_t *au_to_process64_ex(au_id_t auid, uid_t euid,
285 token_t *au_to_return(char status, u_int32_t ret);
286 token_t *au_to_return32(char status, u_int32_t ret);
287 token_t *au_to_return64(char status, u_int64_t ret);
288 token_t *au_to_seq(u_int32_t audit_count);
289 token_t *au_to_socket(struct socket *so);
290 token_t *au_to_socket_ex_32(u_int16_t lp, u_int16_t rp,
292 token_t *au_to_socket_ex_128(u_int16_t lp, u_int16_t rp,
294 token_t *au_to_sock_inet(struct sockaddr_in *so);
295 token_t *au_to_sock_inet32(struct sockaddr_in *so);
296 token_t *au_to_sock_inet128(struct sockaddr_in6 *so);
297 token_t *au_to_sock_unix(struct sockaddr_un *so);
298 token_t *au_to_subject(au_id_t auid, uid_t euid, gid_t egid,
301 token_t *au_to_subject32(au_id_t auid, uid_t euid, gid_t egid,
304 token_t *au_to_subject64(au_id_t auid, uid_t euid, gid_t egid,
307 token_t *au_to_subject_ex(au_id_t auid, uid_t euid,
310 token_t *au_to_subject32_ex(au_id_t auid, uid_t euid,
313 token_t *au_to_subject64_ex(au_id_t auid, uid_t euid,
316 token_t *au_to_exec_args(const char **);
317 token_t *au_to_exec_env(const char **);
318 token_t *au_to_text(const char *text);
319 token_t *au_to_kevent(struct kevent *kev);
320 token_t *au_to_trailer(int rec_size);