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

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c244 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
261 if (au_close(rd, AU_TO_WRITE, event, PAD_FAILURE) < 0) {
262 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
361 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
379 if (au_close(rd, AU_TO_WRITE, event, 0) < 0) {
380 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
H A Daudit_rexecd.c217 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
232 if (au_close(rd, AU_TO_WRITE, event, PAD_FAILURE) < 0) {
233 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
325 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
339 if (au_close(rd, AU_TO_WRITE, event, 0) < 0) {
340 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
H A Daudit_rshd.c142 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
168 if (au_close(rd, AU_TO_WRITE, rshd_event,
170 (void) au_close(rd, AU_TO_NO_WRITE, 0, 0);
H A Dlibbsm.h139 extern int au_close(int, int, au_event_t, au_emod_t);
215 /* Flags for user-level audit routines: au_open, au_close, au_to_ */
H A Dgeneric.c451 if (au_close(ad, AU_TO_WRITE, aug_event,
453 (void) au_close(ad, AU_TO_NO_WRITE, 0, 0);
H A Dau_open.c159 au_close(int d, int right, au_event_t e_type, au_emod_t e_mod) function
H A Dadt_token.c139 if (au_close(event->ae_event_handle, AU_TO_WRITE,
143 adt_write_syslog("au_close write failed", errno);
144 if (au_close(event->ae_event_handle, AU_TO_NO_WRITE, 0, 0)
146 adt_write_syslog("au_close no write failed", errno);
1253 * {AUT_HEADER, adt_to_header}, generated by au_close
1263 * {AUT_TRAILER, adt_to_trailer}, generated by au_close

Completed in 22 milliseconds