Home
last modified time | relevance | path

Searched refs:LML_TFLG_AUD_ACTIVITY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c407 if (auditors && (auditors->ad_flags & LML_TFLG_AUD_ACTIVITY)) in audit_activity()
410 (AUDITORS(clmp)->ad_flags & LML_TFLG_AUD_ACTIVITY)) in audit_activity()
415 (AUDITORS(lmp)->ad_flags & LML_TFLG_AUD_ACTIVITY)) { in audit_activity()
1276 LML_TFLG_AUD_ACTIVITY, 0 },
H A Dsetup.c1048 ((lml_main.lm_tflags | AFLAGS(mlmp)) & LML_TFLG_AUD_ACTIVITY)) in setup()
H A Danalyze.c2122 ((lml->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY)) in load_trace()
H A Dutil.c1200 ((LIST(clmp)->lm_tflags | AFLAGS(clmp)) & LML_TFLG_AUD_ACTIVITY))) in lm_delete()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c123 { MSG_ORIG(MSG_LTFL_AUD_ACTIVITY), LML_TFLG_AUD_ACTIVITY,
124 LML_TFLG_AUD_ACTIVITY },
773 { MSG_ORIG(MSG_LTFL_AUD_ACTIVITY), LML_TFLG_AUD_ACTIVITY,
774 LML_TFLG_AUD_ACTIVITY },
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h406 #define LML_TFLG_AUD_ACTIVITY 0x00100000 /* activity (audit) exists */ macro