Home
last modified time | relevance | path

Searched refs:au_event_t (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.81.4/bsd/security/audit/
H A Daudit_private.h407 int au_preselect(au_event_t event, au_class_t class,
410 void au_evclassmap_insert(au_event_t event, au_class_t class);
411 au_class_t au_event_class(au_event_t event);
412 au_event_t audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg);
413 au_event_t audit_flags_and_error_to_openevent(int oflags, int error);
414 au_event_t audit_flags_and_error_to_openextendedevent(int oflags,
416 au_event_t audit_flags_and_error_to_openatevent(int oflags,
418 au_event_t audit_flags_and_error_to_openbyidevent(int oflags,
420 au_event_t audit_msgctl_to_event(int cmd);
421 au_event_t audit_semctl_to_event(int cmr);
[all …]
H A Daudit_bsm_klib.c65 au_event_t event;
87 au_event_class(au_event_t event) in au_event_class()
152 au_evclassmap_insert(au_event_t event, au_class_t class) in au_evclassmap_insert()
229 au_preselect(__unused au_event_t event, au_class_t class, au_mask_t *mask_p, in au_preselect()
259 au_event_t
313 au_event_t
316 au_event_t aevent; in audit_flags_and_error_to_openevent()
411 au_event_t
414 au_event_t aevent; in audit_flags_and_error_to_openextendedevent()
509 au_event_t
[all …]
H A Daudit.c452 au_event_t event; in audit_commit()
612 au_event_t event; in audit_syscall_enter()
754 audit_subcall_enter(au_event_t event, proc_t proc, struct uthread *uthread) in audit_subcall_enter()
H A Daudit.h175 void audit_subcall_enter(au_event_t event,
300 extern au_event_t sys_au_event[];
H A Daudit_pipe.c389 au_event_t event, au_class_t class, int sorf, int trail_preselect) in audit_pipe_preselect_check()
427 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, in audit_pipe_preselect()
511 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, in audit_pipe_submit()
H A Daudit_mac.c140 kauth_cred_t my_cred, au_event_t event) in audit_mac_syscall_enter()
H A Daudit_worker.c326 au_event_t event; in audit_worker_process_record()
H A Daudit_bsm_token.c1457 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm()
1506 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm()
1531 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm()
/xnu-11215.81.4/bsd/bsm/
H A Daudit_record.h219 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)
237 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod)
H A Daudit.h196 typedef u_int16_t au_event_t; typedef
330 au_event_t ec_number;