Searched refs:audit_setup (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | _audit.h | 128 extern int audit_setup(Rt_map *, Audit_desc *, uint_t, int *);
|
H A D | setup.c | 964 (void) audit_setup(mlmp, auditors, in setup() 988 if (audit_setup(mlmp, auditors, 0, NULL) == 0) in setup() 1002 if (audit_setup(mlmp, AUDITORS(mlmp), 0, NULL) == 0) in setup()
|
H A D | audit.c | 1379 audit_setup(Rt_map *clmp, Audit_desc *adp, uint_t orig, int *in_nfavl) in audit_setup() function
|
H A D | elf.c | 2273 if (audit_setup(lmp, AUDITORS(lmp), 0,
|