Home
last modified time | relevance | path

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

/titanic_44/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.c125 Audit_desc *auditors = NULL; /* global auditors (LD_AUDIT) */
H A Dsetup.c955 if ((auditors = calloc(1, sizeof (Audit_desc))) == NULL) in setup()
984 sizeof (Audit_desc))) == NULL)) in setup()
H A D_rtld.h611 extern Audit_desc *auditors; /* global auditors */
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 Delf.c2267 calloc(1, sizeof (Audit_desc))) == NULL) ||
/titanic_44/usr/src/cmd/sgs/include/
H A Dsgs.h222 typedef struct audit_desc Audit_desc; typedef
H A Drtld.h699 Audit_desc *rt_auditors; /* audit descriptor array */