Searched refs:au_close (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c146 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
154 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
166 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
174 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
183 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
191 (void) au_close(afd, AU_TO_NO_WRITE, au_event);
195 if (au_close(afd, AU_TO_WRITE, au_event) < 0) {
273 * to use the existing au_open()/au_write()/au_close() API:
281 * au_close(aufd, AU_TO_WRITE, AUE_your_event_type);
307 (void)au_close(auf
[all...]
H A Dbsm_audit.c91 * records are added to the audit trail following au_close().
337 au_close(int d, int keep, short event) function
361 fprintf(stderr, "au_close failed");
387 * au_close(), except onto an in-memory buffer. Buffer size as an argument,
408 * XXXRW: See au_close() comment.
417 /* XXXRW: See au_close() comment. */
H A DMakefile.am97 $(LN_S) -f au_open.3 au_close.3 && \
H A DMakefile.in728 $(LN_S) -f au_open.3 au_close.3 && \
/freebsd-11-stable/usr.bin/login/
H A Dlogin_audit.c105 if (au_close(aufd, 1, AUE_login) == -1)
162 if (au_close(aufd, 1, AUE_login) == -1)
163 errx(1, "login: Audit Error: au_close() was not committed");
202 if (au_close(aufd, 1, AUE_logout) == -1)
/freebsd-11-stable/lib/libbsm/
H A DMakefile121 au_open.3 au_close.3 \
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c287 rc = au_close(ad, AU_TO_WRITE, event_no, 0);
289 rc = au_close(ad, AU_TO_WRITE, event_no);
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h202 int au_close(int d, int keep, short event);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h190 int au_close(int d, int keep, short event);
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c993 * ADE_AU_CLOSE if au_close(3) fails.
1032 if (au_close(aufd, 1, event) == -1)
1044 * ADE_AU_CLOSE if au_close(3) fails.

Completed in 143 milliseconds