Home
last modified time | relevance | path

Searched refs:au_open (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/man/man3bsm/
H A DMakefile21 MANFILES= au_open.3bsm \
71 au_close.3bsm := LINKSRC = au_open.3bsm
72 au_write.3bsm := LINKSRC = au_open.3bsm
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3bsm.inc17 link path=usr/share/man/man3bsm/au_close.3bsm target=au_open.3bsm
18 file path=usr/share/man/man3bsm/au_open.3bsm
45 link path=usr/share/man/man3bsm/au_write.3bsm target=au_open.3bsm
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_ftpd.c174 rd = au_open(); in generate_record()
280 rd = au_open(); in audit_ftpd_logout()
H A Dau_open.c59 au_open(void) in au_open() function
102 return (au_open()); in au_open()
H A Daudit_rexd.c199 rd = au_open();
325 rd = au_open();
H A Daudit_rexecd.c192 rd = au_open();
303 rd = au_open();
H A Daudit_allocate.c70 ad = au_open();
H A Dlibbsm.h139 extern int au_open(void);
H A Daudit_rshd.c132 rd = au_open(); in generate_record()
H A Dgeneric.c413 if ((ad = au_open()) == -1) { in aug_audit()
H A Dmapfile-vers77 au_open;
H A Dadt_token.c97 event->ae_event_handle = au_open(); in adt_token_open()
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile.com34 au_open.o \
/illumos-gate/usr/src/cmd/smserverd/
H A Dmyaudit.c204 if ((ad = au_open()) == -1) { in audit_audit()
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c1169 if ((rd = au_open()) == -1) { in do_audit()