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

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_klib.h47 int au_preselect(au_event_t event, au_mask_t *mask_p, int sorf);
48 au_event_t flags_and_error_to_openevent(int oflags, int error);
49 au_event_t ctlname_to_sysctlevent(int name[], uint64_t valid_arg);
50 au_event_t msgctl_to_event(int cmd);
51 au_event_t semctl_to_event(int cmd);
53 void au_evclassmap_insert(au_event_t event, au_class_t class);
54 au_class_t au_event_class(au_event_t event);
64 extern au_event_t sys_au_event[];
H A Daudit.h164 typedef u_int16_t au_event_t; typedef
286 au_event_t ec_number;
H A Daudit_kernel.h329 au_event_t e_type, au_emod_t e_mod);
331 au_event_t e_type, au_emod_t e_mod);
333 au_event_t e_type, au_emod_t e_mod);
H A Daudit_record.h240 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,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_klib.c60 au_event_t sys_au_event[] = {
517 au_event_t event;
527 au_class_t au_event_class(au_event_t event)
549 void au_evclassmap_insert(au_event_t event, au_class_t class)
612 int au_preselect(au_event_t event, au_mask_t *mask_p, int sorf)
641 au_event_t ctlname_to_sysctlevent(int name[], uint64_t valid_arg) {
691 au_event_t flags_and_error_to_openevent(int oflags, int error) {
692 au_event_t aevent;
761 au_event_t msgctl_to_event(int cmd)
777 au_event_t semctl_to_even
[all...]
H A Dkern_bsm_token.c1225 au_event_t e_type, au_emod_t e_mod)
1252 __unused au_event_t e_type,
1259 au_event_t e_type, au_emod_t e_mod)

Completed in 78 milliseconds