Searched refs:au_write (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.bin/login/
H A Dlogin_audit.c99 au_write(aufd, tok);
103 au_write(aufd, tok);
151 au_write(aufd, tok);
156 au_write(aufd, tok);
160 au_write(aufd, tok);
196 au_write(aufd, tok);
200 au_write(aufd, tok);
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c150 if (au_write(afd, token) < 0) {
153 "audit: au_write failed: %s", strerror(errno));
170 if (au_write(afd, token) < 0) {
173 "audit: au_write failed: %s", strerror(errno));
187 if (au_write(afd, token) < 0) {
190 "audit: au_write failed: %s", strerror(errno));
273 * to use the existing au_open()/au_write()/au_close() API:
277 * au_write(aufd, tok);
279 * au_write(aufd, tok);
304 if (subject && au_write(auf
[all...]
H A Dbsm_audit.c175 au_write(int d, token_t *tok) function
358 * XXXRW: Since au_write() is supposed to prevent this, spew
H A DMakefile.am96 $(LN_S) -f au_open.3 au_write.3 && \
H A DMakefile.in727 $(LN_S) -f au_open.3 au_write.3 && \
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c278 (void) au_write(ad, AUToSubjectFunc(uid, uid, gid, uid, gid,
280 (void) au_write(ad, au_to_text(string));
281 (void) au_write(ad, AUToReturnFunc(typ, rc));
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c1024 au_write(aufd, tok);
1026 au_write(aufd, tok);
1029 au_write(aufd, tok);
1031 au_write(aufd, tok);
/freebsd-11-stable/lib/libbsm/
H A DMakefile124 au_open.3 au_write.3 \
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h201 int au_write(int d, token_t *m);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h189 int au_write(int d, token_t *m);
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A Dgenerate.c123 if (au_write(au, tok) < 0)
124 err(EX_UNAVAILABLE, "au_write");

Completed in 106 milliseconds