Lines Matching refs:preinit
71 * Under this version, preinit and activity events are enabled from local
74 * local preinit or activity interface is detected, the local auditors
84 * A local auditor can be loaded prior to the preinit event. In this case,
87 * audited. After the preinit event, any la_preinit() routine within a
126 * auditors ld_objopen() and la_activity() routines. Subsequent preinit and
444 * provide activity and preinit events, and for these events, a cookie
457 _audit_add_head(Rt_map *clmp, Rt_map *hlmp, int preinit, int activity)
475 * this auditor will have already receive preinit and activity
539 * any preinit and/or activity requirements.
542 if (preinit && (aplist_append(&aud_preinit, clmp,
1214 * Objects that establish local auditors may have been added to preinit or
1384 int error = 1, activity = 0, preinit = 0;
1446 * If this existing auditor provides preinit or
1453 preinit++;
1545 preinit++;
1560 * preinit or activity entry points need to be tracked separately.
1562 * thus a traversal of any existing preinit and activity clients is
1569 if ((preinit || activity) && ((hlmp = clml->lm_head) != clmp) &&
1570 (_audit_add_head(clmp, hlmp, preinit, activity) == 0))