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

/xnu-2422.115.4/bsd/security/audit/
H A Daudit.c448 int sorf; local
465 sorf = AU_PRS_FAILURE;
467 sorf = AU_PRS_SUCCESS;
523 if (au_preselect(event, class, aumask, sorf) != 0)
525 if (audit_pipe_preselect(auid, event, class, sorf,
783 int ret, sorf; local
806 sorf = AU_PRS_FAILURE;
808 sorf = AU_PRS_SUCCESS;
810 if (au_preselect(AUE_CORE, class, aumask, sorf) == 0 &&
811 audit_pipe_preselect(auid, AUE_CORE, class, sorf,
[all...]
H A Daudit_worker.c323 int error, sorf; local
364 sorf = AU_PRS_SUCCESS;
366 sorf = AU_PRS_FAILURE;
390 audit_pipe_submit(auid, event, class, sorf,
H A Daudit_bsm_klib.c185 int sorf)
195 if (sorf & AU_PRS_SUCCESS)
198 if (sorf & AU_PRS_FAILURE)
184 au_preselect(__unused au_event_t event, au_class_t class, au_mask_t *mask_p, int sorf) argument
H A Daudit_private.h384 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.c390 au_event_t event, au_class_t class, int sorf, int trail_preselect)
405 &ap->ap_preselect_naflags, sorf));
408 &ap->ap_preselect_flags, sorf));
411 sorf));
427 int sorf, int trail_preselect)
438 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,
389 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
426 audit_pipe_preselect(au_id_t auid, au_event_t event, au_class_t class, int sorf, int trail_preselect) argument

Completed in 22 milliseconds