Home
last modified time | relevance | path

Searched refs:au_write (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/login/
H A Dlogin_audit.c98 au_write(aufd, tok); in au_login_success()
102 au_write(aufd, tok); in au_login_success()
150 au_write(aufd, tok); in au_login_fail()
155 au_write(aufd, tok); in au_login_fail()
159 au_write(aufd, tok); in au_login_fail()
195 au_write(aufd, tok); in audit_logout()
199 au_write(aufd, tok); in audit_logout()
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c156 if (au_write(afd, token) < 0) { in audit_submit()
176 if (au_write(afd, token) < 0) { in audit_submit()
193 if (au_write(afd, token) < 0) { in audit_submit()
312 if (subject && au_write(aufd, subject) == -1) { in audit_write()
321 if (misctok && au_write(aufd, misctok) == -1) { in audit_write()
335 if (au_write(aufd, rettok) == -1) { in audit_write()
H A DMakefile.am96 $(LN_S) -f au_open.3 au_write.3 && \
H A Dbsm_audit.c175 au_write(int d, token_t *tok) in au_write() function
H A DMakefile.in789 $(LN_S) -f au_open.3 au_write.3 && \
/freebsd/crypto/openssh/
H A Daudit-bsm.c277 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid, in bsm_audit_record()
279 (void) au_write(ad, au_to_text(string)); in bsm_audit_record()
280 (void) au_write(ad, AUToReturnFunc(typ, rc)); in bsm_audit_record()
/freebsd/contrib/openbsm/libauditd/
H A Dauditd_lib.c1078 au_write(aufd, tok); in auditd_gen_record()
1080 au_write(aufd, tok); in auditd_gen_record()
1083 au_write(aufd, tok); in auditd_gen_record()
1085 au_write(aufd, tok); in auditd_gen_record()
/freebsd/lib/libbsm/
H A DMakefile118 au_open.3 au_write.3 \
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_record.h196 int au_write(int d, token_t *m);
/freebsd/sys/bsm/
H A Daudit_record.h201 int au_write(int d, token_t *m);
/freebsd/contrib/openbsm/test/bsm/
H A Dgenerate.c123 if (au_write(au, tok) < 0) in write_record()
/freebsd/contrib/openbsm/
H A DNEWS361 - Add man page for au_open(), au_write(), au_close(), and