HomeSort by relevance Sort by last modified time
    Searched refs:au_close (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbsm/common/
audit_allocate.c 137 (void) au_close(ad, 0, 0);
151 if (au_close(ad, 1, event) < 0) {
152 (void) au_close(ad, 0, 0);
audit_rexd.c 246 (void) au_close(rd, 0, 0);
263 if (au_close(rd, 1, event) < 0) {
264 (void) au_close(rd, 0, 0);
363 (void) au_close(rd, 0, 0);
381 if (au_close(rd, 1, event) < 0) {
382 (void) au_close(rd, 0, 0);
audit_rexecd.c 220 (void) au_close(rd, 0, 0);
235 if (au_close(rd, 1, event) < 0) {
236 (void) au_close(rd, 0, 0);
328 (void) au_close(rd, 0, 0);
342 if (au_close(rd, 1, event) < 0) {
343 (void) au_close(rd, 0, 0);
audit_ftpd.c 218 if (au_close(rd, 1, AUE_ftpd) < 0) {
219 (void) au_close(rd, 0, 0);
310 if (au_close(rd, 1, AUE_ftpd_logout) < 0) {
311 (void) au_close(rd, 0, 0);
audit_rshd.c 144 (void) au_close(rd, 0, 0);
170 if (au_close(rd, 1, rshd_event) < 0) {
171 (void) au_close(rd, 0, 0);
au_open.c 142 au_close(int d, int right, au_event_t e_type) function
libbsm.h 143 extern int au_close(int, int, au_event_t);
260 /* Flags for user-level audit routines: au_open, au_close, au_to_ */
mapfile-vers 75 au_close;
generic.c 452 if (au_close(ad, 1, aug_event) < 0) {
453 (void) au_close(ad, 0, 0);
adt_token.c 86 * you're supposed to ignore; au_write and au_close return without
140 rc = au_close(event->ae_event_handle, AU_TO_WRITE,
143 adt_write_syslog("au_close failed", errno);
1036 * {AUT_HEADER, adt_to_header}, generated by au_close
1046 * {AUT_TRAILER, adt_to_trailer}, generated by au_close
  /onnv/onnv-gate/usr/src/cmd/smserverd/
myaudit.c 241 if (au_close(ad, 1, door_dp->audit_event) < 0) {
242 (void) au_close(ad, 0, 0);
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_event.c     [all...]
audit.c 886 au_close(kctx, &(u_ad), flag, tad->tad_event, tad->tad_evmod);
1096 au_close(kctx, (caddr_t *)&(ad), AU_OK | AU_DEFER,
1282 au_close(kctx, &(u_ad), flag | AU_DONTBLOCK,
    [all...]
audit_io.c 104 au_close(au_kcontext_t *kctx, caddr_t *d, int flag, au_event_t e_type, function
191 * from both au_close() (for kernel audit) and from audit() (userland audit).
813 * Complete auditing of an async event. The AU_DONTBLOCK flag to au_close will
824 au_close(kctx, ad, AU_DONTBLOCK | AU_OK, aid, PAD_NONATTR|amod);
audit_record.h 245 * au_close flag arguments
304 void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t);
audit_start.c 482 au_close(kctx, &(u_ad), flag, tad->tad_event, tad->tad_evmod);
  /onnv/onnv-gate/usr/src/cmd/auditconfig/
auditconfig.c 1068 if (au_close(rd, 1, evp->ae_number) == -1) {
    [all...]
  /onnv/onnv-gate/usr/src/tools/abi/
interface.sparc 96 SYMBOL au_close
    [all...]
interface.i386 99 SYMBOL au_close
    [all...]

Completed in 180 milliseconds