| /trueos/sys/security/audit/ |
| HD | audit.c | 407 int sorf; in audit_commit() local 423 sorf = AU_PRS_FAILURE; in audit_commit() 425 sorf = AU_PRS_SUCCESS; in audit_commit() 459 if (au_preselect(event, class, aumask, sorf) != 0) in audit_commit() 461 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit() 670 int ret, sorf; in audit_proc_coredump() local 690 sorf = AU_PRS_FAILURE; in audit_proc_coredump() 692 sorf = AU_PRS_SUCCESS; in audit_proc_coredump() 694 if (au_preselect(AUE_CORE, class, aumask, sorf) == 0 && in audit_proc_coredump() 695 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) in audit_proc_coredump()
|
| HD | audit_worker.c | 302 int error, sorf; in audit_worker_process_record() local 342 sorf = AU_PRS_SUCCESS; in audit_worker_process_record() 344 sorf = AU_PRS_FAILURE; in audit_worker_process_record() 368 audit_pipe_submit(auid, event, class, sorf, in audit_worker_process_record()
|
| HD | audit_pipe.c | 398 au_event_t event, au_class_t class, int sorf, int trail_preselect) in audit_pipe_preselect_check() argument 413 &ap->ap_preselect_naflags, sorf)); in audit_pipe_preselect_check() 416 &ap->ap_preselect_flags, sorf)); in audit_pipe_preselect_check() 419 sorf)); in audit_pipe_preselect_check() 435 int sorf, int trail_preselect) in audit_pipe_preselect() argument 446 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, in audit_pipe_preselect() 510 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, in audit_pipe_submit() argument 524 if (audit_pipe_preselect_check(ap, auid, event, class, sorf, in audit_pipe_submit()
|
| HD | audit_private.h | 388 au_mask_t *mask_p, int sorf); 428 au_class_t class, int sorf, int trail_select); 430 int sorf, int trail_select, void *record, u_int record_len);
|
| HD | audit_bsm_klib.c | 203 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) in au_preselect() argument 213 if (sorf & AU_PRS_SUCCESS) in au_preselect() 216 if (sorf & AU_PRS_FAILURE) in au_preselect()
|
| HD | bsm_token.c | 76 au_to_upriv(char sorf, char *priv) in au_to_upriv() argument 87 ADD_U_CHAR(dptr, sorf); in au_to_upriv()
|
| /trueos/contrib/openbsm/libbsm/ |
| HD | bsm_mask.c | 160 au_preselect(au_event_t event, au_mask_t *mask_p, int sorf, int flag) in au_preselect() argument 204 if (sorf & AU_PRS_SUCCESS) in au_preselect() 206 if (sorf & AU_PRS_FAILURE) in au_preselect()
|
| HD | bsm_token.c | 102 au_to_upriv(char sorf, char *priv) in au_to_upriv() argument 114 ADD_U_CHAR(dptr, sorf); in au_to_upriv()
|
| HD | bsm_io.c | 3444 if (tok->tt.priv.sorf) in print_upriv_tok() 3455 if (tok->tt.priv.sorf) in print_upriv_tok() 3474 READ_TOKEN_U_CHAR(buf, len, tok->tt.priv.sorf, tok->len, err); in fetch_priv_tok()
|
| /trueos/crypto/openssh/ |
| HD | audit-bsm.c | 240 int rc, sorf; in selected() local 253 sorf = (sf == 0) ? AU_PRS_SUCCESS : AU_PRS_FAILURE; in selected() 254 return(au_preselect(event, &mask, sorf, AU_PRS_REREAD)); in selected()
|
| /trueos/contrib/openbsm/bin/auditreduce/ |
| HD | auditreduce.c | 411 int sorf; in select_return32() local 415 sorf = AU_PRS_SUCCESS; in select_return32() 417 sorf = AU_PRS_FAILURE; in select_return32() 419 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf, in select_return32()
|
| /trueos/contrib/openbsm/bsm/ |
| HD | libbsm.h | 680 u_int8_t sorf; member 819 int sorf, int flag);
|
| /trueos/contrib/openbsm/sys/bsm/ |
| HD | audit_record.h | 282 token_t *au_to_upriv(char sorf, char *priv);
|
| /trueos/sys/bsm/ |
| HD | audit_record.h | 287 token_t *au_to_upriv(char sorf, char *priv);
|