Searched refs:sorf (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_mask.c158 au_preselect(au_event_t event, au_mask_t *mask_p, int sorf, int flag) argument
202 if (sorf & AU_PRS_SUCCESS)
204 if (sorf & AU_PRS_FAILURE)
H A Dbsm_token.c100 au_to_upriv(char sorf, char *priv) argument
112 ADD_U_CHAR(dptr, sorf);
H A Dbsm_io.c3443 if (tok->tt.priv.sorf)
3454 if (tok->tt.priv.sorf)
3473 READ_TOKEN_U_CHAR(buf, len, tok->tt.priv.sorf, tok->len, err);
/freebsd-11-stable/sys/security/audit/
H A Daudit.c407 int sorf; local
423 sorf = AU_PRS_FAILURE;
425 sorf = AU_PRS_SUCCESS;
459 if (au_preselect(event, class, aumask, sorf) != 0)
461 if (audit_pipe_preselect(auid, event, class, sorf,
670 int ret, sorf; local
690 sorf = AU_PRS_FAILURE;
692 sorf = AU_PRS_SUCCESS;
694 if (au_preselect(AUE_CORE, class, aumask, sorf) == 0 &&
695 audit_pipe_preselect(auid, AUE_CORE, class, sorf,
[all...]
H A Daudit_worker.c332 int error, sorf; local
372 sorf = AU_PRS_SUCCESS;
374 sorf = AU_PRS_FAILURE;
398 audit_pipe_submit(auid, event, class, sorf,
H A Daudit_bsm_klib.c202 au_preselect(au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) argument
212 if (sorf & AU_PRS_SUCCESS)
215 if (sorf & AU_PRS_FAILURE)
H A Daudit_private.h386 au_mask_t *mask_p, int sorf);
426 au_class_t class, int sorf, int trail_select);
428 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)
410 &ap->ap_preselect_naflags, sorf));
413 &ap->ap_preselect_flags, sorf));
416 sorf));
432 int sorf, int trail_preselect)
443 if (audit_pipe_preselect_check(ap, auid, event, class, sorf,
507 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, argument
521 if (audit_pipe_preselect_check(ap, auid, event, class, sorf,
394 audit_pipe_preselect_check(struct audit_pipe *ap, au_id_t auid, au_event_t event, au_class_t class, int sorf, int trail_preselect) argument
431 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, int sorf, int trail_preselect) argument
H A Dbsm_token.c74 au_to_upriv(char sorf, char *priv) argument
85 ADD_U_CHAR(dptr, sorf);
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c238 int rc, sorf; local
251 sorf = (sf == 0) ? AU_PRS_SUCCESS : AU_PRS_FAILURE;
252 return(au_preselect(event, &mask, sorf, AU_PRS_REREAD));
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c414 int sorf; local
418 sorf = AU_PRS_SUCCESS;
420 sorf = AU_PRS_FAILURE;
422 if (au_preselect(tok_hdr32.tt.hdr32.e_type, &maskp, sorf,
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h678 u_int8_t sorf; member in struct:__anon3968
817 int sorf, int flag);
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h293 token_t *au_to_upriv(char sorf, char *priv);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h280 token_t *au_to_upriv(char sorf, char *priv);

Completed in 127 milliseconds