Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit.c181 au_event_t event, au_class_t class, int sorf);
183 au_event_t event, au_class_t class, int sorf,
451 int sorf; in audit_commit() local
471 sorf = AU_PRS_FAILURE; in audit_commit()
473 sorf = AU_PRS_SUCCESS; in audit_commit()
525 if (au_preselect(event, class, aumask, sorf) != 0) in audit_commit()
527 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit()
537 if (dtaudit_hook_commit(ar, auid, event, class, sorf) != 0) in audit_commit()
795 int ret, sorf; in audit_proc_coredump() local
815 sorf = AU_PRS_FAILURE; in audit_proc_coredump()
[all …]
H A Daudit_worker.c337 int error, sorf; in audit_worker_process_record() local
378 sorf = AU_PRS_SUCCESS; in audit_worker_process_record()
380 sorf = AU_PRS_FAILURE; in audit_worker_process_record()
404 audit_pipe_submit(auid, event, class, sorf, in audit_worker_process_record()
414 dtaudit_hook_bsm(ar, auid, event, class, sorf, in audit_worker_process_record()
H A Daudit_private.h434 int sorf);
436 au_event_t event, au_class_t class, int sorf,
454 au_mask_t *mask_p, int sorf);
504 au_class_t class, int sorf, int trail_select);
506 int sorf, int trail_select, void *record, u_int record_len);
H A Daudit_pipe.c392 au_event_t event, au_class_t class, int sorf, int trail_preselect) in audit_pipe_preselect_check() argument
407 &ap->ap_preselect_naflags, sorf)); in audit_pipe_preselect_check()
410 &ap->ap_preselect_flags, sorf)); in audit_pipe_preselect_check()
413 sorf)); in audit_pipe_preselect_check()
429 int sorf, int trail_preselect) in audit_pipe_preselect() argument
440 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, in audit_pipe_preselect()
504 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, in audit_pipe_submit() argument
518 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, in audit_pipe_submit()
H A Daudit_bsm_klib.c123 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) in au_preselect() argument
133 if (sorf & AU_PRS_SUCCESS) in au_preselect()
136 if (sorf & AU_PRS_FAILURE) in au_preselect()
H A Daudit_dtrace.c215 au_class_t class, int sorf) in dtaudit_commit() argument
260 au_class_t class, int sorf, void *bsm_data, size_t bsm_len) in dtaudit_bsm() argument
H A Dbsm_token.c72 au_to_upriv(char sorf, char *priv) in au_to_upriv() argument
83 ADD_U_CHAR(dptr, sorf); in au_to_upriv()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_mask.c158 au_preselect(au_event_t event, au_mask_t *mask_p, int sorf, int flag) in au_preselect() argument
202 if (sorf & AU_PRS_SUCCESS) in au_preselect()
204 if (sorf & AU_PRS_FAILURE) in au_preselect()
H A Dbsm_token.c100 au_to_upriv(char sorf, char *priv) in au_to_upriv() argument
112 ADD_U_CHAR(dptr, sorf); in au_to_upriv()
H A Dbsm_io.c3443 if (tok->tt.priv.sorf) in print_upriv_tok()
3454 if (tok->tt.priv.sorf) in print_upriv_tok()
3473 READ_TOKEN_U_CHAR(buf, len, tok->tt.priv.sorf, tok->len, err); in fetch_priv_tok()
/freebsd/crypto/openssh/
H A Daudit-bsm.c237 int rc, sorf; in selected() local
250 sorf = (sf == 0) ? AU_PRS_SUCCESS : AU_PRS_FAILURE; in selected()
251 return(au_preselect(event, &mask, sorf, AU_PRS_REREAD)); in selected()
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c425 int sorf; in select_return32() local
429 sorf = AU_PRS_SUCCESS; in select_return32()
431 sorf = AU_PRS_FAILURE; in select_return32()
433 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf, in select_return32()
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h681 u_int8_t sorf; member
821 int sorf, int flag);
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_record.h287 token_t *au_to_upriv(char sorf, char *priv);
/freebsd/sys/bsm/
H A Daudit_record.h293 token_t *au_to_upriv(char sorf, char *priv);