Home
last modified time | relevance | path

Searched refs:au_stat_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/auditstat/
H A Dauditstat.c78 au_stat_t s;
125 display_stats(au_stat_t *s, int cnt) in display_stats()
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h284 typedef struct audit_stat au_stat_t; typedef
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c994 au_stat_t as; in do_chkconf()
1056 au_stat_t as; in do_conf()
1662 au_stat_t as; in do_getstat()
1887 au_stat_t as; in do_setstat()
2632 au_stat_t as; in chk_event_num()
2656 au_stat_t as; in chk_event_str()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h306 au_stat_t auk_statistics;
H A Daudit.h445 typedef struct audit_stat au_stat_t; typedef
/illumos-gate/usr/src/cmd/uadmin/
H A Duadmin.c435 au_stat_t au_stat; in wait_for_auqueue()
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c197 au_stat_t au_stat; in wait_for_auqueue()
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c833 if (copyout((caddr_t)&(kctx->auk_statistics), data, sizeof (au_stat_t))) in getstat()
842 au_stat_t au_stat; in setstat()
847 if (copyin(data, &au_stat, sizeof (au_stat_t))) in setstat()
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c826 au_stat_t as; in conf_to_kernel()