Home
last modified time | relevance | path

Searched refs:AU_TO_WRITE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Daudit-bsm.c287 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/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c201 if (au_close(afd, AU_TO_WRITE, au_event) < 0) { in audit_submit()
346 if (au_close(aufd, AU_TO_WRITE, event_code) < 0) { in audit_write()
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h103 #define AU_TO_WRITE 1 /* Commit audit record. */ macro
/freebsd/contrib/openbsm/
H A DNEWS359 - Use AU_TO_WRITE and AU_NO_TO_WRITE for the 'keep' argument to au_close();