Home
last modified time | relevance | path

Searched refs:auditors (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c242 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_OBJFILTER)) in audit_objfilter()
316 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_OBJSEARCH)) in audit_objsearch()
407 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_ACTIVITY)) in audit_activity()
647 if (auditors) in audit_objopen()
648 clients = auditors->ad_cnt; in audit_objopen()
683 if (auditors) in audit_objopen()
760 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_OBJCLOSE)) in audit_objclose()
870 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_PLTENTER)) in audit_pltenter()
950 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_PLTEXIT)) in audit_pltexit()
1070 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_SYMBIND)) in audit_symbind()
[all …]
H A Dsetup.c891 if ((auditors = calloc(1, sizeof (Audit_desc))) == NULL) in setup()
896 if ((auditors->ad_name = in setup()
900 (void) audit_setup(mlmp, auditors, in setup()
905 lml_main.lm_tflags |= auditors->ad_flags; in setup()
919 if ((auditors == NULL) && ((auditors = calloc(1, in setup()
923 auditors->ad_name = AUDITORS(mlmp)->ad_name; in setup()
924 if (audit_setup(mlmp, auditors, 0, NULL) == 0) in setup()
926 lml_main.lm_tflags |= auditors->ad_flags; in setup()
H A Dglobals.c126 Audit_desc *auditors = NULL; /* global auditors (LD_AUDIT) */ variable
H A D_rtld.h604 extern Audit_desc *auditors; /* global auditors */