Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_private.h406 au_event_t ene_event; /* (c) */
438 au_event_t event, au_class_t class, int sorf,
455 int au_preselect(au_event_t event, au_class_t class,
459 au_class_t au_event_class(au_event_t event);
464 int au_event_name(au_event_t event, char *name);
468 au_event_t audit_msgctl_to_event(int cmd);
469 au_event_t audit_msgsys_to_event(int which);
470 au_event_t audit_semctl_to_event(int cmd);
471 au_event_t audit_semsys_to_event(int which);
472 au_event_t audit_shmsys_to_event(int which);
[all …]
H A Daudit_bsm_klib.c65 au_event_t aoe_event;
126 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) in au_preselect()
151 au_event_t
212 au_event_t
228 au_event_t
247 au_event_t
270 au_event_t
315 au_event_t
326 au_event_t
337 au_event_t
[all …]
H A Daudit_bsm_db.c68 au_event_t event;
115 au_event_class(au_event_t event) in au_event_class()
143 au_evclassmap_insert(au_event_t event, au_class_t class) in au_evclassmap_insert()
198 au_event_name(au_event_t event, char *name) in au_event_name()
235 au_evnamemap_insert(au_event_t event, const char *name) in au_evnamemap_insert()
389 au_evnamemap_lookup(au_event_t event) in au_evnamemap_lookup()
H A Daudit_dtrace.c177 dtaudit_preselect(au_id_t auid, au_event_t event, au_class_t class) in dtaudit_preselect()
217 dtaudit_commit(struct kaudit_record *kar, au_id_t auid, au_event_t event, in dtaudit_commit()
262 dtaudit_bsm(struct kaudit_record *kar, au_id_t auid, au_event_t event, in dtaudit_bsm()
H A Daudit.c181 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event,
184 au_event_t event, au_class_t class, int sorf);
186 au_event_t event, au_class_t class, int sorf,
450 au_event_t event; in audit_commit()
602 au_event_t event; in audit_syscall_enter()
H A Dbsm_token.c1438 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm()
1474 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm()
1510 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm()
1537 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32_ex()
1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32()
1564 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64()
1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header()
1583 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header_ex()
H A Daudit_pipe.c395 au_event_t event, au_class_t class, int sorf, int trail_preselect) in audit_pipe_preselect_check()
431 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, in audit_pipe_preselect()
507 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, in audit_pipe_submit()
H A Daudit_worker.c338 au_event_t event; in audit_worker_process_record()
/f-stack/freebsd/bsm/
H A Daudit_record.h210 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
212 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
214 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
217 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
218 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
219 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
220 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
221 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
H A Daudit.h182 typedef u_int16_t au_event_t; typedef
308 au_event_t ec_number;
318 au_event_t en_number;
/f-stack/tools/compat/include/bsm/
H A Daudit.h172 typedef u_int16_t au_event_t; typedef
298 au_event_t ec_number;
/f-stack/freebsd/sys/
H A Dsysent.h73 au_event_t sy_auevent; /* audit event associated with syscall */