Searched defs:smf_audit_event (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c267 * action was attempted. At these two points smf_audit_event() is
270 * smf_audit_event() takes 4 parameters:
280 * smf_audit_event() calls get_audit_session() to get the session
283 * smf_audit_event() then calls adt_alloc_event() to allocate an
345 * Before it generates any events, smf_audit_event() calls
397 #define smf_audit_event(i, s, r, d) macro
399 #define smf_audit_event(i, s, r, d) _smf_audit_event(i, s, r, d) macro
3667 smf_audit_event(event_id, status, return_val, evdp);
3861 smf_audit_event(event_id, auth_status, auth_ret_value,
3963 smf_audit_event(ADT_smf_creat
[all...]

Completed in 67 milliseconds