Home
last modified time | relevance | path

Searched refs:sorf (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/security/audit/
H A Daudit.c184 au_event_t event, au_class_t class, int sorf);
186 au_event_t event, au_class_t class, int sorf,
453 int sorf; in audit_commit() local
473 sorf = AU_PRS_FAILURE; in audit_commit()
475 sorf = AU_PRS_SUCCESS; in audit_commit()
527 if (au_preselect(event, class, aumask, sorf) != 0) in audit_commit()
529 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit()
797 int ret, sorf; in audit_proc_coredump() local
817 sorf = AU_PRS_FAILURE; in audit_proc_coredump()
819 sorf = AU_PRS_SUCCESS; in audit_proc_coredump()
[all …]
H A Daudit_worker.c340 int error, sorf; in audit_worker_process_record() local
381 sorf = AU_PRS_SUCCESS; in audit_worker_process_record()
383 sorf = AU_PRS_FAILURE; in audit_worker_process_record()
407 audit_pipe_submit(auid, event, class, sorf, in audit_worker_process_record()
417 dtaudit_hook_bsm(ar, auid, event, class, sorf, in audit_worker_process_record()
H A Daudit_private.h436 int sorf);
438 au_event_t event, au_class_t class, int sorf,
456 au_mask_t *mask_p, int sorf);
506 au_class_t class, int sorf, int trail_select);
508 int sorf, int trail_select, void *record, u_int record_len);
H A Daudit_pipe.c395 au_event_t event, au_class_t class, int sorf, int trail_preselect) in audit_pipe_preselect_check() argument
410 &ap->ap_preselect_naflags, sorf)); in audit_pipe_preselect_check()
413 &ap->ap_preselect_flags, sorf)); in audit_pipe_preselect_check()
416 sorf)); in audit_pipe_preselect_check()
432 int sorf, int trail_preselect) in audit_pipe_preselect() argument
443 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, 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() argument
521 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, in audit_pipe_submit()
H A Daudit_bsm_klib.c126 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) in au_preselect() argument
136 if (sorf & AU_PRS_SUCCESS) in au_preselect()
139 if (sorf & AU_PRS_FAILURE) in au_preselect()
H A Daudit_dtrace.c218 au_class_t class, int sorf) in dtaudit_commit() argument
263 au_class_t class, int sorf, void *bsm_data, size_t bsm_len) in dtaudit_bsm() argument
H A Dbsm_token.c75 au_to_upriv(char sorf, char *priv) in au_to_upriv() argument
86 ADD_U_CHAR(dptr, sorf); in au_to_upriv()
/f-stack/freebsd/bsm/
H A Daudit_record.h295 token_t *au_to_upriv(char sorf, char *priv);