Home
last modified time | relevance | path

Searched defs:selected_fields (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h37 struct selected_fields { struct
39 au_event_t sf_eventid; /* 0 if no value */
40 uint32_t sf_reclen; /* 0 if no value */
43 int sf_pass; /* 0 no value, -1 fail, 1 pass */
46 uint32_t sf_asid; /* 0 no value */
47 uid_t sf_auid; /* -2 no value, > -1 otherwise */
48 uid_t sf_euid; /* -2 no value, > -1 otherwise */
49 gid_t sf_egid; /* -2 no value, > -1 otherwise */
50 au_tid_addr_t sf_tid; /* tid.at_type = 0 no value */
53 uid_t sf_pauid; /* -2 no value */
[all …]