Searched refs:au_close (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/openbsm/libbsm/ |
| D | bsm_wrappers.c | 148 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 156 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 168 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 176 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 185 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 193 (void) au_close(afd, AU_TO_NO_WRITE, au_event); in audit_submit() 197 if (au_close(afd, AU_TO_WRITE, au_event) < 0) { in audit_submit() 309 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() 317 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() 324 (void)au_close(aufd, AU_TO_NO_WRITE, event_code); in audit_write() [all …]
|
| D | bsm_audit.c | 339 au_close(int d, int keep, short event) in au_close() function
|
| /freebsd-9-stable/usr.bin/login/ |
| D | login_audit.c | 105 if (au_close(aufd, 1, AUE_login) == -1) in au_login_success() 162 if (au_close(aufd, 1, AUE_login) == -1) in au_login_fail() 202 if (au_close(aufd, 1, AUE_logout) == -1) in audit_logout()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | audit-bsm.c | 289 rc = au_close(ad, AU_TO_WRITE, event_no, 0); in bsm_audit_record() 291 rc = au_close(ad, AU_TO_WRITE, event_no); in bsm_audit_record()
|
| /freebsd-9-stable/lib/libbsm/ |
| D | Makefile | 115 au_open.3 au_close.3 \
|
| /freebsd-9-stable/contrib/openbsm/sys/bsm/ |
| D | audit_record.h | 192 int au_close(int d, int keep, short event);
|
| /freebsd-9-stable/sys/bsm/ |
| D | audit_record.h | 193 int au_close(int d, int keep, short event);
|
| /freebsd-9-stable/contrib/openbsm/ |
| D | NEWS | 333 - Use AU_TO_WRITE and AU_NO_TO_WRITE for the 'keep' argument to au_close(); 335 - Add man page for au_open(), au_write(), au_close(), and 396 - au_close() is not implemented on systems that don't have audit system 450 - Break out au_close() into constituent parts, allowing records to be written
|
| /freebsd-9-stable/contrib/openbsm/libauditd/ |
| D | auditd_lib.c | 1031 if (au_close(aufd, 1, event) == -1) in auditd_gen_record()
|