Home
last modified time | relevance | path

Searched refs:au_close (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexd.c243 (void) au_close(rd, 0, 0);
260 if (au_close(rd, 1, event) < 0) {
261 (void) au_close(rd, 0, 0);
360 (void) au_close(rd, 0, 0);
378 if (au_close(rd, 1, event) < 0) {
379 (void) au_close(rd, 0, 0);
H A Daudit_rexecd.c217 (void) au_close(rd, 0, 0);
232 if (au_close(rd, 1, event) < 0) {
233 (void) au_close(rd, 0, 0);
325 (void) au_close(rd, 0, 0);
339 if (au_close(rd, 1, event) < 0) {
340 (void) au_close(rd, 0, 0);
H A Daudit_allocate.c136 (void) au_close(ad, 0, 0);
150 if (au_close(ad, 1, event) < 0) {
151 (void) au_close(ad, 0, 0);
H A Daudit_ftpd.c207 if (au_close(rd, 1, AUE_ftpd) < 0) { in generate_record()
208 (void) au_close(rd, 0, 0); in generate_record()
298 if (au_close(rd, 1, AUE_ftpd_logout) < 0) { in audit_ftpd_logout()
299 (void) au_close(rd, 0, 0); in audit_ftpd_logout()
H A Daudit_rshd.c142 (void) au_close(rd, 0, 0); in generate_record()
168 if (au_close(rd, 1, rshd_event) < 0) { in generate_record()
169 (void) au_close(rd, 0, 0); in generate_record()
H A Dgeneric.c452 if (au_close(ad, 1, aug_event) < 0) { in aug_audit()
453 (void) au_close(ad, 0, 0); in aug_audit()
H A Dlibbsm.h138 extern int au_close(int, int, au_event_t);
H A Dau_open.c140 au_close(int d, int right, au_event_t e_type) in au_close() function
H A Dmapfile-vers74 au_close;
H A Dadt_token.c141 rc = au_close(event->ae_event_handle, AU_TO_WRITE, in adt_token_close()
/illumos-gate/usr/src/man/man3bsm/
H A DMakefile30 MANLINKS= au_close.3bsm \
71 au_close.3bsm := LINKSRC = au_open.3bsm
/illumos-gate/usr/src/cmd/smserverd/
H A Dmyaudit.c241 if (au_close(ad, 1, door_dp->audit_event) < 0) { in audit_audit()
242 (void) au_close(ad, 0, 0); in audit_audit()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c4328 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_recvmsg()
5566 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_read()
5620 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_write()
5666 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_recv()
5676 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_recv()
5692 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_recv()
5735 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_recv()
5799 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_send()
5809 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_send()
5825 au_close(kctx, &(u_ad), 0, 0, 0, NULL); in auf_send()
[all …]
H A Daudit.c635 au_close(kctx, &(u_ad), flag, tad->tad_event, tad->tad_evmod, NULL); in audit_core_finish()
826 au_close(kctx, (caddr_t *)&(ad), AU_OK | AU_DEFER, in audit_closef()
998 au_close(kctx, &(u_ad), flag | AU_DONTBLOCK, in audit_reboot()
2000 au_close(kctx, (caddr_t *)&ad, AU_OK, AUE_CRYPTOADM, tad->tad_evmod, in audit_cryptoadm()
2133 au_close(kctx, (caddr_t *)&ad, flag, tad->tad_event, tad->tad_evmod, in audit_pf_policy()
H A Daudit_io.c104 au_close(au_kcontext_t *kctx, caddr_t *d, int flag, au_event_t e_type, in au_close() function
848 au_close(kctx, ad, AU_DONTBLOCK | AU_OK, aid, PAD_NONATTR|amod, e_time); in audit_async_finish()
H A Daudit_start.c368 au_close(kctx, &(u_ad), flag, tad->tad_event, tad->tad_evmod, in audit_finish()
H A Daudit_record.h313 void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t,
/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
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c1208 if (au_close(rd, 1, evp->ae_number) == -1) { in do_audit()