Home
last modified time | relevance | path

Searched refs:Audit_desc (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_audit.h128 extern int audit_setup(Rt_map *, Audit_desc *, uint_t, int *);
H A Dglobals.c126 Audit_desc *auditors = NULL; /* global auditors (LD_AUDIT) */
H A Dsetup.c891 if ((auditors = calloc(1, sizeof (Audit_desc))) == NULL) in setup()
920 sizeof (Audit_desc))) == NULL)) in setup()
H A Daudit.c1178 Audit_desc *adp = AUDITORS(clmp); in audit_desc_cleanup()
1379 audit_setup(Rt_map *clmp, Audit_desc *adp, uint_t orig, int *in_nfavl) in audit_setup()
H A D_rtld.h604 extern Audit_desc *auditors; /* global auditors */
H A Delf.c2241 calloc(1, sizeof (Audit_desc))) == NULL) ||
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h209 typedef struct audit_desc Audit_desc; typedef
H A Drtld.h701 Audit_desc *rt_auditors; /* audit descriptor array */