Searched refs:au_close (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_wrappers.c | 152 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 160 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 172 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 180 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 189 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 197 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 201 if (au_close(afd, AU_TO_WRITE, au_event) < 0) { in audit_submit() 315 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() 323 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() 330 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() [all …]
|
H A D | Makefile.am | 97 $(LN_S) -f au_open.3 au_close.3 && \
|
H A D | bsm_audit.c | 337 au_close(int d, int keep, short event) in au_close() function
|
H A D | Makefile.in | 790 $(LN_S) -f au_open.3 au_close.3 && \
|
/freebsd/usr.bin/login/ |
H A D | login_audit.c | 104 if (au_close(aufd, 1, AUE_login) == -1) in au_login_success() 161 if (au_close(aufd, 1, AUE_login) == -1) in au_login_fail() 201 if (au_close(aufd, 1, AUE_logout) == -1) in audit_logout()
|
/freebsd/crypto/openssh/ |
H A D | audit-bsm.c | 287 rc = au_close(ad, AU_TO_WRITE, event_no, 0); in bsm_audit_record() 289 rc = au_close(ad, AU_TO_WRITE, event_no); in bsm_audit_record()
|
/freebsd/lib/libbsm/ |
H A D | Makefile | 115 au_open.3 au_close.3 \
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 197 int au_close(int d, int keep, short event);
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 202 int au_close(int d, int keep, short event);
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 359 - Use AU_TO_WRITE and AU_NO_TO_WRITE for the 'keep' argument to au_close(); 361 - Add man page for au_open(), au_write(), au_close(), and 422 - au_close() is not implemented on systems that don't have audit system 476 - Break out au_close() into constituent parts, allowing records to be written
|
/freebsd/contrib/openbsm/libauditd/ |
H A D | auditd_lib.c | 1086 if (au_close(aufd, 1, event) == -1) in auditd_gen_record()
|