/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | libbsm.h | 51 au_event_t ae_number; 138 extern int au_close(int, int, au_event_t); 153 extern au_event_ent_t *getauevnum(au_event_t); 154 extern au_event_ent_t *getauevnum_r(au_event_ent_t *, au_event_t); 155 extern au_event_t getauevnonam(char *); 156 extern int au_preselect(au_event_t, au_mask_t *, int, int); 157 extern int cacheauevent(au_event_ent_t **, au_event_t);
|
H A D | audit_event.c | 213 getauevnum_r(au_event_ent_t *e, au_event_t event_number) in getauevnum_r() 227 getauevnum(au_event_t event_number) in getauevnum() 240 au_event_t 269 cacheauevent(au_event_ent_t **result, au_event_t event_number) in cacheauevent() 271 static au_event_t max; /* the highest event number in the file */ in cacheauevent() 272 static au_event_t min; /* the lowest event number in the file */ in cacheauevent() 349 p_tbl[invalid]->ae_number = (au_event_t)-1; in cacheauevent() 370 for (i = 0; (au_event_t)i < max; i++) { in cacheauevent()
|
H A D | adt_xlate.h | 157 au_event_t ae_event_id; /* external id */ 158 au_event_t ae_internal_id; /* translated */ 214 void (*as_preload)(au_event_t, adt_event_data_t *); 309 au_event_t tx_external_event; /* event id, external view */ 310 au_event_t tx_internal_event; /* event id, internal view */
|
H A D | audit_rshd.c | 43 static au_event_t rshd_event; /* audit event number */ 48 static int selected(uid_t, char *, au_event_t, int); 174 selected(uid_t uid, char *locuser, au_event_t event, int sf) in selected()
|
H A D | generic.c | 48 static int selected(au_event_t, au_mask_t *, int); 63 static au_event_t aug_event; /* id of event being audited */ 317 aug_save_event(au_event_t id) in aug_save_event() 487 selected(au_event_t e, au_mask_t *m, int sorf) in selected()
|
H A D | au_preselect.c | 50 au_event_t event; /* audit event number */ 72 au_preselect(au_event_t au_event, au_mask_t *au_mask_p, int sorf, int flag) in au_preselect()
|
H A D | audit_ftpd.c | 58 static int selected(uid_t, char *, au_event_t, int); 218 au_event_t event, in selected()
|
H A D | generic.h | 49 extern void aug_save_event(au_event_t);
|
H A D | adt.h | 108 *adt_alloc_event(const adt_session_data_t *, au_event_t);
|
H A D | audit_rexd.c | 52 static au_event_t event; 84 au_event_t event;
|
H A D | audit_rexecd.c | 49 static au_event_t event; 56 au_event_t event;
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 85 static au_event_t aui_fchownat(au_event_t); 86 static au_event_t aui_fchmodat(au_event_t); 87 static au_event_t aui_open(au_event_t); 88 static au_event_t aui_openat(au_event_t); 89 static au_event_t aui_unlinkat(au_event_t); 90 static au_event_t aui_fstatat(au_event_t); 91 static au_event_t aui_msgsys(au_event_t); 92 static au_event_t aui_shmsys(au_event_t); 93 static au_event_t aui_semsys(au_event_t); 94 static au_event_t aui_utssys(au_event_t); [all …]
|
H A D | audit_record.h | 279 token_t *au_to_header(int, au_event_t, au_emod_t); 280 token_t *au_to_header_ex(int, au_event_t, au_emod_t); 313 void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t, 315 void au_close_defer(token_t *, int, au_event_t, au_emod_t, timestruc_t *); 316 void au_close_time(au_kcontext_t *, token_t *, int, au_event_t, au_emod_t, 412 extern token_t *au_to_header(au_event_t, au_emod_t); 413 extern token_t *au_to_header_ex(au_event_t, au_emod_t);
|
H A D | audit_kernel.h | 131 au_event_t audi_e_type; /* audit event id */ 197 au_event_t tad_event; /* event for audit record */ 273 au_event_t (*au_init)(au_event_t);
|
H A D | audit.h | 90 typedef ushort_t au_event_t; typedef 420 au_event_t ec_number; 546 int audit_async_start(label_t *, au_event_t, int); 547 void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
|
H A D | audit_io.c | 104 au_close(au_kcontext_t *kctx, caddr_t *d, int flag, au_event_t e_type, in au_close() 137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, in au_close_defer() 231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, in au_close_time() 802 audit_async_start(label_t *jb, au_event_t event, int sorf) in audit_async_start() 841 audit_async_finish(caddr_t *ad, au_event_t aid, au_emod_t amod, in audit_async_finish()
|
H A D | audit_start.c | 178 if (audit_s2e[scid].au_init != (au_event_t (*)(au_event_t))NULL) { in audit_start()
|
/illumos-gate/usr/src/boot/sys/sys/bsm/ |
H A D | audit.h | 173 typedef u_int16_t au_event_t; typedef 299 au_event_t ec_number;
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-zpool.c | 52 audit_pool(const adt_export_data_t *imported_state, au_event_t event_id, in audit_pool() 114 au_event_t event_id; in handle_zpool()
|
H A D | hal-storage-shared.h | 75 void audit_volume(const adt_export_data_t *imported_state, au_event_t event_id, int result,
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | myaudit.c | 49 static int selected(au_event_t, au_mask_t *, int); 274 selected(au_event_t e, au_mask_t *m, int sorf) in selected()
|
/illumos-gate/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.h | 39 au_event_t sf_eventid; /* 0 if no value */
|
/illumos-gate/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 198 static au_event_ent_t *egetauevnum(au_event_t event_number); 210 static void chk_event_num(int etype, au_event_t event); 344 (au_event_t)atol(*argv)); in parse_args() 378 (au_event_t)atol(*argv)); in parse_args() 452 (au_event_t)atol(*argv)); in parse_args() 1143 au_event_t event_num; in do_audit() 1151 event_num = (au_event_t)atoi(event); in do_audit() 1297 au_event_t event_number; in do_getclass() 1913 au_event_t event; in do_setclass() 2243 egetauevnum(au_event_t event_number) in egetauevnum() [all …]
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_audit.c | 37 nwam_record_audit_event(const ucred_t *ucr, au_event_t eid, in nwam_record_audit_event()
|
H A D | libnwam_priv.h | 153 extern void nwam_record_audit_event(const ucred_t *, au_event_t, char *, char *,
|